Documentation
Dlang.org
Application
panel
application
class
Application :
Application
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
Application
self
();
this
(string applicationId, gio.types.ApplicationFlags flags);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(string applicationId, gio.types.ApplicationFlags flags)
Members
Functions
self
Application
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From Application
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
Application
self
()
Returns
this
, for use in
with
statements.
getStyleManager
adw
.
style_manager
.
StyleManager
getStyleManager
()
Gets the style manager for self.
panel
application
classes
Application