Method
GtkWindowget_titlebar
since: 3.16
Declaration [src]
GtkWidget*
gtk_window_get_titlebar (
GtkWindow* window
)
Description [src]
Returns the custom titlebar that has been set with gtk_window_set_titlebar().
Available since: 3.16
Return value
Type: GtkWidget
The custom titlebar, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |