Enum gtk_sys::GtkWindowType
[−]
[src]
pub enum GtkWindowType { Toplevel, Popup, }
Variants
Toplevel
Popup
Trait Implementations
impl Clone for GtkWindowType
[src]
fn clone(&self) -> GtkWindowType
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more