[][src]Struct libhandy4::ApplicationWindow

pub struct ApplicationWindow(_);

Implementations

impl ApplicationWindow[src]

pub fn new<P: IsA<Application>>(app: &P) -> ApplicationWindow[src]

Creates a new ApplicationWindow for app.

app

a gtk::Application

Returns

a newly created ApplicationWindow

Trait Implementations

impl Clone for ApplicationWindow[src]

impl Debug for ApplicationWindow[src]

impl Display for ApplicationWindow[src]

impl Eq for ApplicationWindow[src]

impl Hash for ApplicationWindow[src]

impl IsA<Accessible> for ApplicationWindow[src]

impl IsA<ActionGroup> for ApplicationWindow[src]

impl IsA<ActionMap> for ApplicationWindow[src]

impl IsA<ApplicationWindow> for ApplicationWindow[src]

impl IsA<Buildable> for ApplicationWindow[src]

impl IsA<ConstraintTarget> for ApplicationWindow[src]

impl IsA<Native> for ApplicationWindow[src]

impl IsA<Root> for ApplicationWindow[src]

impl IsA<ShortcutManager> for ApplicationWindow[src]

impl IsA<Widget> for ApplicationWindow[src]

impl IsA<Window> for ApplicationWindow[src]

impl<T: ApplicationWindowImpl> IsSubclassable<T> for ApplicationWindow[src]

impl Ord for ApplicationWindow[src]

impl ParentClassIs for ApplicationWindow[src]

type Parent = ApplicationWindow

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

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

impl StaticType for ApplicationWindow[src]

impl StructuralEq for ApplicationWindow[src]

Auto Trait Implementations

impl RefUnwindSafe for ApplicationWindow[src]

impl !Send for ApplicationWindow[src]

impl !Sync for ApplicationWindow[src]

impl Unpin for ApplicationWindow[src]

impl UnwindSafe for ApplicationWindow[src]

Blanket Implementations

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

impl<O> ActionGroupExt for O where
    O: IsA<ActionGroup>, 

impl<O> ActionMapExt for O where
    O: IsA<ActionMap>, 

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

impl<O> ApplicationWindowExt for O where
    O: IsA<ApplicationWindow>, 

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<O> GtkWindowExt for O where
    O: IsA<Window>, 

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

impl<O> NativeExt for O where
    O: IsA<Native>, 

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

impl<O> RootExt for O where
    O: IsA<Root>, 

impl<O> ShortcutManagerExt for O where
    O: IsA<ShortcutManager>, 

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>,