Struct gtk4::ApplicationBuilder [−][src]
pub struct ApplicationBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct Application
objects.
Implementations
Create a new ApplicationBuilder
.
Build the Application
.
The GMenuModel
to be used for the application’s menu bar.
Set this property to TRUE
to register with the session manager.
This will make GTK track the session state (such as the
property::gio::Application::screensaver-active
property).
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ApplicationBuilder
impl !Send for ApplicationBuilder
impl !Sync for ApplicationBuilder
impl Unpin for ApplicationBuilder
impl UnwindSafe for ApplicationBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more