Virtual Method

IdeWorkspaceget_header_bar

Declaration

IdeHeaderBar*
get_header_bar (
  IdeWorkspace* self
)

Description

Gets the headerbar for the workspace, if it is an IdeHeaderBar. Also works around Gtk giving back a GtkStack for the header bar.

Return value

Type: IdeHeaderBar

An IdeHeaderBar or NULL.

The data is owned by the called function.
The return value can be NULL.