Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | ide_header_bar_new () |
void | ide_header_bar_add_primary () |
void | ide_header_bar_add_center_left () |
void | ide_header_bar_add_secondary () |
const gchar * | ide_header_bar_get_menu_id () |
void | ide_header_bar_set_menu_id () |
gboolean | ide_header_bar_get_show_fullscreen_button () |
void | ide_header_bar_set_show_fullscreen_button () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkHeaderBar ╰── IdeHeaderBar
void ide_header_bar_add_primary (IdeHeaderBar *self
,GtkWidget *widget
);
Adds a widget to the primary button section of the workspace header. This is the left, for LTR languages.
Since: 3.32
void ide_header_bar_add_center_left (IdeHeaderBar *self
,GtkWidget *widget
);
void ide_header_bar_add_secondary (IdeHeaderBar *self
,GtkWidget *widget
);
Adds a widget to the secondary button section of the workspace header. This is the right, for LTR languages.
Since: 3.32
const gchar *
ide_header_bar_get_menu_id (IdeHeaderBar *self
);
Gets the menu-id to show in the workspace window.
Since: 3.32
void ide_header_bar_set_menu_id (IdeHeaderBar *self
,const gchar *menu_id
);
Sets the menu-id to display in the window.
Set to NULL
to hide the workspace menu.
Since: 3.32
gboolean
ide_header_bar_get_show_fullscreen_button
(IdeHeaderBar *self
);
Gets if the fullscreen button should be displayed in the header bar.
Since: 3.32
void ide_header_bar_set_show_fullscreen_button (IdeHeaderBar *self
,gboolean show_fullscreen_button
);
Changes the visibility of the fullscreen button.
Since: 3.32