[][src]Struct libhandy4::StatusPage

pub struct StatusPage(_);

Implementations

impl StatusPage[src]

pub fn new() -> StatusPage[src]

Creates a new StatusPage.

Returns

a new StatusPage

pub fn get_child(&self) -> Option<Widget>[src]

Gets the child widget of self.

Returns

the child widget of self

pub fn get_description(&self) -> Option<GString>[src]

Gets the description for self.

Returns

the description for self, or None.

pub fn get_icon_name(&self) -> Option<GString>[src]

Gets the icon name for self.

Returns

the icon name for self.

pub fn get_title(&self) -> Option<GString>[src]

Gets the title for self.

Returns

the title for self, or None.

pub fn set_child<P: IsA<Widget>>(&self, child: Option<&P>)[src]

Sets the child widget of self.

child

the child widget

pub fn set_description(&self, description: Option<&str>)[src]

Sets the description for self.

description

the description

pub fn set_icon_name(&self, icon_name: Option<&str>)[src]

Sets the icon name for self.

icon_name

the icon name

pub fn set_title(&self, title: Option<&str>)[src]

Sets the title for self.

title

the title

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

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

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

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

Trait Implementations

impl Clone for StatusPage[src]

impl Debug for StatusPage[src]

impl Default for StatusPage[src]

impl Display for StatusPage[src]

impl Eq for StatusPage[src]

impl Hash for StatusPage[src]

impl IsA<Accessible> for StatusPage[src]

impl IsA<Buildable> for StatusPage[src]

impl IsA<ConstraintTarget> for StatusPage[src]

impl IsA<Widget> for StatusPage[src]

impl Ord for StatusPage[src]

impl ParentClassIs for StatusPage[src]

type Parent = Widget

impl<T: ObjectType> PartialEq<T> for StatusPage[src]

impl<T: ObjectType> PartialOrd<T> for StatusPage[src]

impl StaticType for StatusPage[src]

impl StructuralEq for StatusPage[src]

Auto Trait Implementations

impl RefUnwindSafe for StatusPage[src]

impl !Send for StatusPage[src]

impl !Sync for StatusPage[src]

impl Unpin for StatusPage[src]

impl UnwindSafe for StatusPage[src]

Blanket Implementations

impl<O> AccessibleExt for O where
    O: IsA<Accessible>, 

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<O> BuildableExt for O where
    O: IsA<Buildable>, 

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 

impl<T> Cast for T where
    T: ObjectType, 

impl<O> ConstraintTargetExt for O where
    O: IsA<ConstraintTarget>, 

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ObjectExt for T where
    T: ObjectType, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<O> WidgetExt for O where
    O: IsA<Widget>, 

impl<O> WidgetExtManual for O where
    O: IsA<Widget>,