| Top |
GtkWindowHandle implements GtkAccessible, GtkBuildable and GtkConstraintTarget.
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.
GtkWidget *
gtk_window_handle_get_child (GtkWindowHandle *self);
Gets the child widget of self
.
void gtk_window_handle_set_child (GtkWindowHandle *self,GtkWidget *child);
Sets the child widget of self
.
“child” property“child” GtkWidget *
The child widget.
Owner: GtkWindowHandle
Flags: Read / Write