Top |
TeplStatusMenuButtonTeplStatusMenuButton — A GtkMenuButton suitable for GtkStatusbar |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkButton ╰── GtkToggleButton ╰── GtkMenuButton ╰── TeplStatusMenuButton
TeplStatusMenuButton implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.
TeplStatusMenuButton is a GtkMenuButton that is suitable to be put in a GtkStatusbar.
It contains:
Some text.
An arrow.
When clicked, a menu or popover can be shown (see the GtkMenuButton API).
TeplStatusMenuButton *
tepl_status_menu_button_new (void
);
Since: 6.8
void tepl_status_menu_button_set_label_text (TeplStatusMenuButton *button
,const gchar *str
);
To change the text displayed in button
.
Since: 6.8