[][src]Struct libhandy4::HeaderGroupChild

pub struct HeaderGroupChild(_);

Implementations

impl HeaderGroupChild[src]

pub fn get_child_type(&self) -> HeaderGroupChildType[src]

Gets the child type.

Returns

the child type.

pub fn get_gtk_header_bar(&self) -> Option<HeaderBar>[src]

Gets the child gtk::HeaderBar. Use HeaderGroupChild::get_child_type to check the child type.

Returns

the child gtk::HeaderBar, or None in case of error.

pub fn get_header_bar(&self) -> Option<HeaderBar>[src]

Gets the child HeaderBar. Use HeaderGroupChild::get_child_type to check the child type.

Returns

the child HeaderBar, or None in case of error.

pub fn get_header_group(&self) -> Option<HeaderGroup>[src]

Gets the child HeaderGroup. Use HeaderGroupChild::get_child_type to check the child type.

Returns

the child HeaderGroup, or None in case of error.

Trait Implementations

impl Clone for HeaderGroupChild[src]

impl Debug for HeaderGroupChild[src]

impl Display for HeaderGroupChild[src]

impl Eq for HeaderGroupChild[src]

impl Hash for HeaderGroupChild[src]

impl Ord for HeaderGroupChild[src]

impl ParentClassIs for HeaderGroupChild[src]

type Parent = Object

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

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

impl StaticType for HeaderGroupChild[src]

impl StructuralEq for HeaderGroupChild[src]

Auto Trait Implementations

impl RefUnwindSafe for HeaderGroupChild[src]

impl !Send for HeaderGroupChild[src]

impl !Sync for HeaderGroupChild[src]

impl Unpin for HeaderGroupChild[src]

impl UnwindSafe for HeaderGroupChild[src]

Blanket Implementations

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<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 

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

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.