Struct ux::StackChild [−][src]
pub struct StackChild { /* fields omitted */ }
Trait Implementations
impl AsRef<StackChild> for StackChild
[src]
pub fn as_ref(&self) -> &StackChild
[src]
impl Clone for StackChild
[src]
pub fn clone(&self) -> StackChild
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for StackChild
[src]
impl Display for StackChild
[src]
impl Is<StackChild> for StackChild
[src]
impl Object for StackChild
[src]
Auto Trait Implementations
impl !RefUnwindSafe for StackChild
impl !Send for StackChild
impl !Sync for StackChild
impl Unpin for StackChild
impl UnwindSafe for StackChild
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<O> StackChildExt for O where
O: Is<StackChild>,
[src]
O: Is<StackChild>,
pub fn get_crop(&self) -> bool
[src]
get_crop: @stack: An #Stack @child: A #Actor
Get the value of the #StackChild:fit property.
Returns: the current value of the #StackChild:crop property
pub fn set_crop(&self, crop: bool)
[src]
set_crop: @stack: An #Stack @child: A #Actor @crop: A #gboolean
Set the value of the #StackChild:crop property.
pub fn get_fit(&self) -> bool
[src]
get_fit: @stack: An #Stack @child: A #Actor
- Get the value of the #StackChild:fit property.
Returns: the current value of the #StackChild:fit property
pub fn set_fit(&self, fit: bool)
[src]
set_fit: @stack: An #Stack @child: A #Actor @fit: A #gboolean
Set the value of the #StackChild:fit property.
pub fn get_x_align(&self) -> Align
[src]
get_x_align: @stack: An #Stack @child: A #Actor
Get the value of the #StackChild:x-align property
Returns: the current value of the “x-align” property
pub fn set_x_align(&self, x_align: Align)
[src]
set_x_align: @stack: A #Stack @child: A #Actor @x_align: An #Align
Set the value of the #StackChild:x-align property.
pub fn get_x_fill(&self) -> bool
[src]
get_x_fill: @stack: A #Stack @child: A #Actor
Get the value of the #StackChild:x-fill property.
Returns: the current value of the “x-fill” property.
pub fn set_x_fill(&self, x_fill: bool)
[src]
set_x_fill: @stack: A #Stack @child: A #Actor @x_fill: A #gboolean
Set the value of the #StackChild:x-fill property.
pub fn get_y_align(&self) -> Align
[src]
get_y_align: @stack: An #Stack @child: A #Actor
Get the value of the #StackChild:y-align property.
Returns: the current value of the “y-align” property.
pub fn set_y_align(&self, y_align: Align)
[src]
set_y_align: @stack: An #Stack @child: A #Actor @y_align: An #Align
Set the value of the #StackChild:y-align property.
pub fn get_y_fill(&self) -> bool
[src]
get_y_fill: @stack: An #Stack @child: A #Actor
Get the value of the #StackChild:y-fill property
Returns: the current value of the “y-fill” property
pub fn set_y_fill(&self, y_fill: bool)
[src]
set_y_fill: @stack: An #Stack @child: A #Actor @y_fill: A #gboolean
Set the value of the #StackChild:y-fill property.
pub fn connect_property_crop_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_fit_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_x_align_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_x_fill_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_y_align_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_y_fill_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,