Method
GtkDialogget_header_bar
Declaration [src]
GtkWidget*
gtk_dialog_get_header_bar (
GtkDialog* dialog
)
Description [src]
Returns the header bar of dialog
.
Note that the headerbar is only used by the dialog if the
GtkDialog:use-header-bar
property is TRUE
.
Return value
Type: GtkHeaderBar
The header bar.
The data is owned by the instance. |