Handy.WindowHandle¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.EventBox (5), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Handy.WindowHandle(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A bin that acts like a titlebar.
HdyWindowHandle
is a [class`Gtk`.Bin] subclass that can be dragged to move its [class`Gtk`.Window], and handles right click, middle click and double click as expected from a titlebar. This is particularly useful with [class`Window`] or [class`ApplicationWindow`].It isn’t necessary to use
HdyWindowHandle
if you use [class`HeaderBar`].It can be safely nested or used in the actual window titlebar.
- CSS nodes
HdyWindowHandle
has a single CSS node with namewindowhandle
.New in version 1.0.
- classmethod new()¶
- Returns:
the newly created
HdyWindowHandle
- Return type:
Creates a new
HdyWindowHandle
.New in version 1.0.