Trait ux::BoxLayoutChildExt[][src]

pub trait BoxLayoutChildExt: 'static {
Show methods pub fn get_property_expand(&self) -> bool;
pub fn set_property_expand(&self, expand: bool);
pub fn get_property_x_align(&self) -> Align;
pub fn set_property_x_align(&self, x_align: Align);
pub fn get_property_x_fill(&self) -> bool;
pub fn set_property_x_fill(&self, x_fill: bool);
pub fn get_property_y_align(&self) -> Align;
pub fn set_property_y_align(&self, y_align: Align);
pub fn get_property_y_fill(&self) -> bool;
pub fn set_property_y_fill(&self, y_fill: bool);
pub fn connect_property_expand_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
;
pub fn connect_property_x_align_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
;
pub fn connect_property_x_fill_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
;
pub fn connect_property_y_align_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
;
pub fn connect_property_y_fill_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
;
}

Required methods

pub fn get_property_expand(&self) -> bool[src]

get_expand: @box_layout: A #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:expand property

Returns: the current value of the “expand” property

pub fn set_property_expand(&self, expand: bool)[src]

set_expand: @box_layout: A #BoxLayout @child: A #Actor @expand: A #gboolean

Set the value of the #BoxLayoutChild:expand property.

pub fn get_property_x_align(&self) -> Align[src]

get_x_align: @box_layout: An #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:x-align property

Returns: the current value of the “x-align” property

pub fn set_property_x_align(&self, x_align: Align)[src]

set_x_align: @box_layout: A #BoxLayout @child: A #Actor @x_align: An #Align

Set the value of the #BoxLayoutChild:x-align property.

pub fn get_property_x_fill(&self) -> bool[src]

get_x_fill: @box_layout: A #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:x-fill property.

Returns: the current value of the “x-fill” property.

pub fn set_property_x_fill(&self, x_fill: bool)[src]

set_x_fill: @box_layout: A #BoxLayout @child: A #Actor @x_fill: A #gboolean

Set the value of the #BoxLayoutChild:x-fill property.

pub fn get_property_y_align(&self) -> Align[src]

get_y_align: @box_layout: An #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:y-align property.

Returns: the current value of the “y-align” property.

pub fn set_property_y_align(&self, y_align: Align)[src]

set_y_align: @box_layout: An #BoxLayout @child: A #Actor @y_align: An #Align

Set the value of the #BoxLayoutChild:y-align property.

pub fn get_property_y_fill(&self) -> bool[src]

get_y_fill: @box_layout: An #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:y-fill property

Returns: the current value of the “y-fill” property

pub fn set_property_y_fill(&self, y_fill: bool)[src]

set_y_fill: @box_layout: An #BoxLayout @child: A #Actor @y_fill: A #gboolean

Set the value of the #BoxLayoutChild:y-fill property.

pub fn connect_property_expand_notify<F>(&self, f: F) -> SignalHandlerId where
    F: 'static + Fn(&Self), 
[src]

pub fn connect_property_x_align_notify<F>(&self, f: F) -> SignalHandlerId where
    F: 'static + Fn(&Self), 
[src]

pub fn connect_property_x_fill_notify<F>(&self, f: F) -> SignalHandlerId where
    F: 'static + Fn(&Self), 
[src]

pub fn connect_property_y_align_notify<F>(&self, f: F) -> SignalHandlerId where
    F: 'static + Fn(&Self), 
[src]

pub fn connect_property_y_fill_notify<F>(&self, f: F) -> SignalHandlerId where
    F: 'static + Fn(&Self), 
[src]

Loading content...

Implementors

impl<O> BoxLayoutChildExt for O where
    O: Is<BoxLayoutChild>, 
[src]

pub fn get_property_expand(&self) -> bool[src]

get_expand: @box_layout: A #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:expand property

Returns: the current value of the “expand” property

pub fn set_property_expand(&self, expand: bool)[src]

set_expand: @box_layout: A #BoxLayout @child: A #Actor @expand: A #gboolean

Set the value of the #BoxLayoutChild:expand property.

pub fn get_property_x_align(&self) -> Align[src]

get_x_align: @box_layout: An #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:x-align property

Returns: the current value of the “x-align” property

pub fn set_property_x_align(&self, x_align: Align)[src]

set_x_align: @box_layout: A #BoxLayout @child: A #Actor @x_align: An #Align

Set the value of the #BoxLayoutChild:x-align property.

pub fn get_property_x_fill(&self) -> bool[src]

get_x_fill: @box_layout: A #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:x-fill property.

Returns: the current value of the “x-fill” property.

pub fn set_property_x_fill(&self, x_fill: bool)[src]

set_x_fill: @box_layout: A #BoxLayout @child: A #Actor @x_fill: A #gboolean

Set the value of the #BoxLayoutChild:x-fill property.

pub fn get_property_y_align(&self) -> Align[src]

get_y_align: @box_layout: An #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:y-align property.

Returns: the current value of the “y-align” property.

pub fn set_property_y_align(&self, y_align: Align)[src]

set_y_align: @box_layout: An #BoxLayout @child: A #Actor @y_align: An #Align

Set the value of the #BoxLayoutChild:y-align property.

pub fn get_property_y_fill(&self) -> bool[src]

get_y_fill: @box_layout: An #BoxLayout @child: A #Actor

Get the value of the #BoxLayoutChild:y-fill property

Returns: the current value of the “y-fill” property

pub fn set_property_y_fill(&self, y_fill: bool)[src]

set_y_fill: @box_layout: An #BoxLayout @child: A #Actor @y_fill: A #gboolean

Set the value of the #BoxLayoutChild:y-fill property.

Loading content...