Ardour
9.0-pre0-582-g084a23a80d
|
Go to the source code of this file.
Classes | |
struct | _GtkMenuToolButton |
struct | _GtkMenuToolButtonClass |
Macros | |
#define | GTK_TYPE_MENU_TOOL_BUTTON (gtk_menu_tool_button_get_type ()) |
#define | GTK_MENU_TOOL_BUTTON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_MENU_TOOL_BUTTON, GtkMenuToolButton)) |
#define | GTK_MENU_TOOL_BUTTON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GTK_TYPE_MENU_TOOL_BUTTON, GtkMenuToolButtonClass)) |
#define | GTK_IS_MENU_TOOL_BUTTON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_MENU_TOOL_BUTTON)) |
#define | GTK_IS_MENU_TOOL_BUTTON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_MENU_TOOL_BUTTON)) |
#define | GTK_MENU_TOOL_BUTTON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_MENU_TOOL_BUTTON, GtkMenuToolButtonClass)) |
Typedefs | |
typedef struct _GtkMenuToolButtonClass | GtkMenuToolButtonClass |
typedef struct _GtkMenuToolButton | GtkMenuToolButton |
typedef struct _GtkMenuToolButtonPrivate | GtkMenuToolButtonPrivate |
Functions | |
GType | gtk_menu_tool_button_get_type (void) G_GNUC_CONST |
GtkToolItem * | gtk_menu_tool_button_new (GtkWidget *icon_widget, const gchar *label) |
GtkToolItem * | gtk_menu_tool_button_new_from_stock (const gchar *stock_id) |
void | gtk_menu_tool_button_set_menu (GtkMenuToolButton *button, GtkWidget *menu) |
GtkWidget * | gtk_menu_tool_button_get_menu (GtkMenuToolButton *button) |
void | gtk_menu_tool_button_set_arrow_tooltip (GtkMenuToolButton *button, GtkTooltips *tooltips, const gchar *tip_text, const gchar *tip_private) |
void | gtk_menu_tool_button_set_arrow_tooltip_text (GtkMenuToolButton *button, const gchar *text) |
void | gtk_menu_tool_button_set_arrow_tooltip_markup (GtkMenuToolButton *button, const gchar *markup) |
#define GTK_IS_MENU_TOOL_BUTTON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_MENU_TOOL_BUTTON)) |
Definition at line 37 of file gtkmenutoolbutton.h.
#define GTK_IS_MENU_TOOL_BUTTON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_MENU_TOOL_BUTTON)) |
Definition at line 38 of file gtkmenutoolbutton.h.
#define GTK_MENU_TOOL_BUTTON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_MENU_TOOL_BUTTON, GtkMenuToolButton)) |
Definition at line 35 of file gtkmenutoolbutton.h.
#define GTK_MENU_TOOL_BUTTON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST((k), GTK_TYPE_MENU_TOOL_BUTTON, GtkMenuToolButtonClass)) |
Definition at line 36 of file gtkmenutoolbutton.h.
#define GTK_MENU_TOOL_BUTTON_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_MENU_TOOL_BUTTON, GtkMenuToolButtonClass)) |
Definition at line 39 of file gtkmenutoolbutton.h.
#define GTK_TYPE_MENU_TOOL_BUTTON (gtk_menu_tool_button_get_type ()) |
Definition at line 34 of file gtkmenutoolbutton.h.
typedef struct _GtkMenuToolButton GtkMenuToolButton |
Definition at line 32 of file gtkmenutoolbutton.h.
typedef struct _GtkMenuToolButtonClass GtkMenuToolButtonClass |
Definition at line 32 of file gtkmenutoolbutton.h.
typedef struct _GtkMenuToolButtonPrivate GtkMenuToolButtonPrivate |
Definition at line 32 of file gtkmenutoolbutton.h.
GtkWidget* gtk_menu_tool_button_get_menu | ( | GtkMenuToolButton * | button | ) |
GType gtk_menu_tool_button_get_type | ( | void | ) |
GtkToolItem* gtk_menu_tool_button_new | ( | GtkWidget * | icon_widget, |
const gchar * | label | ||
) |
GtkToolItem* gtk_menu_tool_button_new_from_stock | ( | const gchar * | stock_id | ) |
void gtk_menu_tool_button_set_arrow_tooltip | ( | GtkMenuToolButton * | button, |
GtkTooltips * | tooltips, | ||
const gchar * | tip_text, | ||
const gchar * | tip_private | ||
) |
void gtk_menu_tool_button_set_arrow_tooltip_markup | ( | GtkMenuToolButton * | button, |
const gchar * | markup | ||
) |
void gtk_menu_tool_button_set_arrow_tooltip_text | ( | GtkMenuToolButton * | button, |
const gchar * | text | ||
) |
void gtk_menu_tool_button_set_menu | ( | GtkMenuToolButton * | button, |
GtkWidget * | menu | ||
) |