Gdl.PreviewWindow¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Window (119), 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:
Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Fields¶
- Inherited:
Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gdl.PreviewWindow(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Gdl.DockLayout
struct contains only private fields and should not be directly accessed.- classmethod new()¶
- Returns:
New
Gdl.PreviewWindow
item.- Return type:
Creates a new
Gdl.PreviewWindow
- update(rect)¶
- Parameters:
rect (
Gdk.Rectangle
) – the new position and size of the window
Update the size and position of the preview window. This function is called on drag_motion event to update the representation of the docking site in real time.