Method

GtkDialogget_header_bar

since: 3.12

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.

Available since: 3.12

Return value

Type: GtkHeaderBar

The header bar.

The returned data is owned by the instance.