| Top |
Implemented Interfaces
GtkWindowHandle implements AtkImplementorIface, GtkBuildable and GtkConstraintTarget.
Description
GtkWindowHandle is a titlebar area widget. When added into a window, it can be dragged to move the window, and handles right click double click and middle click as expected of a titlebar.
Functions
gtk_window_handle_get_child ()
GtkWidget *
gtk_window_handle_get_child (GtkWindowHandle *self);
Gets the child widget of self
.
gtk_window_handle_set_child ()
void gtk_window_handle_set_child (GtkWindowHandle *self,GtkWidget *child);
Sets the child widget of self
.
Property Details
The “child” property
“child” GtkWidget *
The child widget.
Owner: GtkWindowHandle
Flags: Read / Write
