WindowHandle

class WindowHandle(**properties: Any)

Superclasses: Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ConstraintTarget

Constructors:

WindowHandle(**properties)
new() -> Gtk.Widget

Constructors

class WindowHandle
classmethod new() Widget

Creates a new GtkWindowHandle.

Methods

class WindowHandle
get_child() Widget | None

Gets the child widget of self.

set_child(child: Widget | None = None) None

Sets the child widget of self.

Parameters:

child – the child widget

Properties

class WindowHandle
props.child: Widget

The child widget.