Method

GtkWindowget_titlebar

Declaration [src]

GtkWidget*
gtk_window_get_titlebar (
  GtkWindow* window
)

Description [src]

Returns the custom titlebar that has been set with gtk_window_set_titlebar().

Gets propertyGtk.Window:titlebar

Return value

Type: GtkWidget

The custom titlebar.

The returned data is owned by the instance.
The return value can be NULL.