Enum gtk_sys::GtkWindowPosition
[−]
[src]
#[repr(C)]pub enum GtkWindowPosition { None, Center, Mouse, CenterAlways, CenterOnParent, }
Variants
None
Center
Mouse
CenterAlways
CenterOnParent
Trait Implementations
impl Clone for GtkWindowPosition
[src]
fn clone(&self) -> GtkWindowPosition
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