Enum gtk::WindowPosition 
                   
                       [−]
                   
               [src]
pub enum WindowPosition {
    None,
    Center,
    Mouse,
    CenterAlways,
    CenterOnParent,
    // some variants omitted
}Variants
NoneCenterMouseCenterAlwaysCenterOnParentTrait Implementations
impl Clone for WindowPosition[src]
fn clone(&self) -> WindowPosition
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
impl Copy for WindowPosition[src]
impl Debug for WindowPosition[src]
impl Eq for WindowPosition[src]
impl PartialEq for WindowPosition[src]
fn eq(&self, __arg_0: &WindowPosition) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WindowPosition) -> bool
This method tests for !=.