Zrythm
a highly automated and intuitive digital audio workstation
|
Button with an arrow on the right side for a menu. More...
#include "gtk_wrapper.h"
Go to the source code of this file.
Macros | |
#define | BUTTON_WITH_MENU_WIDGET_TYPE (button_with_menu_widget_get_type ()) |
Functions | |
void | button_with_menu_widget_set_menu_model (ButtonWithMenuWidget *self, GMenuModel *gmenu_model) |
void | button_with_menu_widget_set_popover (ButtonWithMenuWidget *self, GtkPopover *popover) |
Set a custom popover instead of a menu model. | |
void | button_with_menu_widget_setup (ButtonWithMenuWidget *self, GtkButton *btn, GMenuModel *gmenu_model, bool downward_arrow, int height, const char *btn_tooltip_text, const char *menu_tooltip_text) |
This must only be called once to set up the widget. | |
ButtonWithMenuWidget * | button_with_menu_widget_new (void) |
Variables | |
ButtonWithMenuWidget | |
Button with an arrow on the right side for a menu.
Definition in file button_with_menu.h.
#define BUTTON_WITH_MENU_WIDGET_TYPE (button_with_menu_widget_get_type ()) |
Definition at line 18 of file button_with_menu.h.