Class

GtkMenuButton

[]

Description [src]

final class Gtk.MenuButton : Gtk.Widget
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget {
  /* No available fields */
}

The GtkMenuButton widget is used to display a popup when clicked.

An example GtkMenuButton

This popup can be provided either as a GtkPopover or as an abstract GMenuModel.

The GtkMenuButton widget can show either an icon (set with the GtkMenuButton:icon-name property) or a label (set with the GtkMenuButton:label property). If neither is explicitly set, a GtkImage is automatically created, using an arrow image oriented according to GtkMenuButton:direction or the generic “open-menu-symbolic” icon if the direction is not set.

The positioning of the popup is determined by the GtkMenuButton:direction property of the menu button.

For menus, the GtkWidget:halign and GtkWidget:valign properties of the menu are also taken into account. For example, when the direction is GTK_ARROW_DOWN and the horizontal alignment is GTK_ALIGN_START, the menu will be positioned below the button, with the starting edge (depending on the text direction) of the menu aligned with the starting edge of the button. If there is not enough space below the button, the menu is popped up above the button instead. If the alignment would move part of the menu offscreen, it is “pushed in”.

start center end
down
up
left
right

CSS nodes

menubutton
╰── button.toggle
    ╰── <content>
         ╰── [arrow]

GtkMenuButton has a single CSS node with name menubutton which contains a button node with a .toggle style class.

If the button contains an icon, it will have the .image-button style class, if it contains text, it will have .text-button style class. If an arrow is visible in addition to an icon, text or a custom child, it will also have .arrow-button style class.

Inside the toggle button content, there is an arrow node for the indicator, which will carry one of the .none, .up, .down, .left or .right style classes to indicate the direction that the menu will appear in. The CSS is expected to provide a suitable image for each of these cases using the -gtk-icon-source property.

Optionally, the menubutton node can carry the .circular style class to request a round appearance.

Accessibility

GtkMenuButton uses the GTK_ACCESSIBLE_ROLE_BUTTON role.

[]

Hierarchy

hierarchy this GtkMenuButton implements_0 GtkAccessible this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkConstraintTarget this--implements_2 ancestor_0 GtkWidget ancestor_0--this ancestor_1 GInitiallyUnowned ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1
[]

Constructors

gtk_menu_button_new

Creates a new GtkMenuButton widget with downwards-pointing arrow as the only child.

[]

Instance methods

gtk_menu_button_get_active

Returns whether the menu button is active.

since: 4.10

gtk_menu_button_get_always_show_arrow

Gets whether to show a dropdown arrow even when using an icon or a custom child.

since: 4.4

gtk_menu_button_get_can_shrink

Retrieves whether the button can be smaller than the natural size of its contents.

since: 4.12

gtk_menu_button_get_child

Gets the child widget of menu_button.

since: 4.6

gtk_menu_button_get_direction

Returns the direction the popup will be pointing at when popped up.

gtk_menu_button_get_has_frame

Returns whether the button has a frame.

gtk_menu_button_get_icon_name

Gets the name of the icon shown in the button.

gtk_menu_button_get_label

Gets the label shown in the button.

gtk_menu_button_get_menu_model

Returns the GMenuModel used to generate the popup.

gtk_menu_button_get_popover

Returns the GtkPopover that pops out of the button.

gtk_menu_button_get_primary

Returns whether the menu button acts as a primary menu.

since: 4.4

gtk_menu_button_get_use_underline

Returns whether an embedded underline in the text indicates a mnemonic.

gtk_menu_button_popdown

Dismiss the menu.

gtk_menu_button_popup

Pop up the menu.

gtk_menu_button_set_active

Sets whether the menu button is active.

since: 4.10

gtk_menu_button_set_always_show_arrow

Sets whether to show a dropdown arrow even when using an icon or a custom child.

since: 4.4

gtk_menu_button_set_can_shrink

Sets whether the button size can be smaller than the natural size of its contents.

since: 4.12

gtk_menu_button_set_child

Sets the child widget of menu_button.

since: 4.6

gtk_menu_button_set_create_popup_func

Sets func to be called when a popup is about to be shown.

gtk_menu_button_set_direction

Sets the direction in which the popup will be popped up.

gtk_menu_button_set_has_frame

Sets the style of the button.

gtk_menu_button_set_icon_name

Sets the name of an icon to show inside the menu button.

gtk_menu_button_set_label

Sets the label to show inside the menu button.

gtk_menu_button_set_menu_model

Sets the GMenuModel from which the popup will be constructed.

gtk_menu_button_set_popover

Sets the GtkPopover that will be popped up when the menu_button is clicked.

gtk_menu_button_set_primary

Sets whether menu button acts as a primary menu.

since: 4.4

gtk_menu_button_set_use_underline

If true, an underline in the text indicates a mnemonic.

Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (19)
Methods inherited from GtkBuildable (1)
[]

Properties

Gtk.MenuButton:active

Whether the menu button is active.

since: 4.10

Gtk.MenuButton:always-show-arrow

Whether to show a dropdown arrow even when using an icon or a custom child.

since: 4.4

Gtk.MenuButton:can-shrink

Whether the size of the button can be made smaller than the natural size of its contents.

since: 4.12

Gtk.MenuButton:child

The child widget.

since: 4.6

Gtk.MenuButton:direction

The GtkArrowType representing the direction in which the menu or popover will be popped out.

Gtk.MenuButton:has-frame

Whether the button has a frame.

Gtk.MenuButton:icon-name

The name of the icon used to automatically populate the button.

Gtk.MenuButton:label

The label for the button.

Gtk.MenuButton:menu-model

The GMenuModel from which the popup will be created.

Gtk.MenuButton:popover

The GtkPopover that will be popped up when the button is clicked.

Gtk.MenuButton:primary

Whether the menu button acts as a primary menu.

since: 4.4

Gtk.MenuButton:use-underline

If set an underscore in the text indicates a mnemonic.

Properties inherited from GtkWidget (34)
Properties inherited from GtkAccessible (1)
[]

Signals

Gtk.MenuButton::activate

Emitted to when the menu button is activated.

since: 4.4

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)