Handy.ApplicationWindow¶
- Subclasses:
 None
Methods¶
- Inherited:
 Gtk.ApplicationWindow (6), Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gio.ActionGroup (14), Gio.ActionMap (5)
- Structs:
 Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class  | 
  | 
Virtual Methods¶
Properties¶
Style Properties¶
- Inherited:
 
Signals¶
Fields¶
- Inherited:
 Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Gio.ActionGroup (4)
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent_instance  | 
r  | 
Class Details¶
- class Handy.ApplicationWindow(*args, **kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A freeform application window.
HdyApplicationWindowis a [class`Gtk`.ApplicationWindow] subclass providing the same features as [class`Window`].See [class`Window`] for details.
Using [method`Gtk`.Application.set_app_menu] and [method`Gtk`.Application.set_menubar] is not supported and may result in visual glitches.
New in version 1.0.
- classmethod new()¶
 - Returns:
 the newly created
HdyApplicationWindow- Return type:
 
Creates a new
HdyApplicationWindow.New in version 1.0.