Enum gtk_sys::GtkWindowPosition 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum GtkWindowPosition { None, Center, Mouse, CenterAlways, CenterOnParent, }
Variants
NoneCenterMouseCenterAlwaysCenterOnParentTrait 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