Method
Gtk.Dialog.get_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
| Returns: GtkHeaderBar | |
| the header bar | |
| Ownership is not transferred to the caller | |