|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <ytk/gtktoolitem.h>Go to the source code of this file.
Classes | |
| struct | _GtkToolButton |
| struct | _GtkToolButtonClass |
Macros | |
| #define | GTK_TYPE_TOOL_BUTTON (gtk_tool_button_get_type ()) |
| #define | GTK_TOOL_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TOOL_BUTTON, GtkToolButton)) |
| #define | GTK_TOOL_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_TOOL_BUTTON, GtkToolButtonClass)) |
| #define | GTK_IS_TOOL_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOOL_BUTTON)) |
| #define | GTK_IS_TOOL_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TOOL_BUTTON)) |
| #define | GTK_TOOL_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GTK_TYPE_TOOL_BUTTON, GtkToolButtonClass)) |
Typedefs | |
| typedef struct _GtkToolButton | GtkToolButton |
| typedef struct _GtkToolButtonClass | GtkToolButtonClass |
| typedef struct _GtkToolButtonPrivate | GtkToolButtonPrivate |
| #define GTK_IS_TOOL_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOOL_BUTTON)) |
Definition at line 37 of file gtktoolbutton.h.
| #define GTK_IS_TOOL_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TOOL_BUTTON)) |
Definition at line 38 of file gtktoolbutton.h.
| #define GTK_TOOL_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TOOL_BUTTON, GtkToolButton)) |
Definition at line 35 of file gtktoolbutton.h.
| #define GTK_TOOL_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_TOOL_BUTTON, GtkToolButtonClass)) |
Definition at line 36 of file gtktoolbutton.h.
| #define GTK_TOOL_BUTTON_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS((obj), GTK_TYPE_TOOL_BUTTON, GtkToolButtonClass)) |
Definition at line 39 of file gtktoolbutton.h.
| #define GTK_TYPE_TOOL_BUTTON (gtk_tool_button_get_type ()) |
Definition at line 34 of file gtktoolbutton.h.
| typedef struct _GtkToolButton GtkToolButton |
Definition at line 32 of file gtktoolbutton.h.
| typedef struct _GtkToolButtonClass GtkToolButtonClass |
Definition at line 32 of file gtktoolbutton.h.
| typedef struct _GtkToolButtonPrivate GtkToolButtonPrivate |
Definition at line 32 of file gtktoolbutton.h.
| GtkWidget* _gtk_tool_button_get_button | ( | GtkToolButton * | button | ) |
| const gchar* gtk_tool_button_get_icon_name | ( | GtkToolButton * | button | ) |
| GtkWidget* gtk_tool_button_get_icon_widget | ( | GtkToolButton * | button | ) |
| const gchar* gtk_tool_button_get_label | ( | GtkToolButton * | button | ) |
| GtkWidget* gtk_tool_button_get_label_widget | ( | GtkToolButton * | button | ) |
| const gchar* gtk_tool_button_get_stock_id | ( | GtkToolButton * | button | ) |
| GType gtk_tool_button_get_type | ( | void | ) |
| gboolean gtk_tool_button_get_use_underline | ( | GtkToolButton * | button | ) |
| GtkToolItem* gtk_tool_button_new | ( | GtkWidget * | icon_widget, |
| const gchar * | label | ||
| ) |
| GtkToolItem* gtk_tool_button_new_from_stock | ( | const gchar * | stock_id | ) |
| void gtk_tool_button_set_icon_name | ( | GtkToolButton * | button, |
| const gchar * | icon_name | ||
| ) |
| void gtk_tool_button_set_icon_widget | ( | GtkToolButton * | button, |
| GtkWidget * | icon_widget | ||
| ) |
| void gtk_tool_button_set_label | ( | GtkToolButton * | button, |
| const gchar * | label | ||
| ) |
| void gtk_tool_button_set_label_widget | ( | GtkToolButton * | button, |
| GtkWidget * | label_widget | ||
| ) |
| void gtk_tool_button_set_stock_id | ( | GtkToolButton * | button, |
| const gchar * | stock_id | ||
| ) |
| void gtk_tool_button_set_use_underline | ( | GtkToolButton * | button, |
| gboolean | use_underline | ||
| ) |