Ardour
9.0-pre0-582-g084a23a80d
|
Go to the source code of this file.
Classes | |
struct | _GtkToolShellIface |
Macros | |
#define | GTK_TYPE_TOOL_SHELL (gtk_tool_shell_get_type ()) |
#define | GTK_TOOL_SHELL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TOOL_SHELL, GtkToolShell)) |
#define | GTK_IS_TOOL_SHELL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOOL_SHELL)) |
#define | GTK_TOOL_SHELL_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GTK_TYPE_TOOL_SHELL, GtkToolShellIface)) |
Typedefs | |
typedef struct _GtkToolShell | GtkToolShell |
typedef struct _GtkToolShellIface | GtkToolShellIface |
Functions | |
GType | gtk_tool_shell_get_type (void) G_GNUC_CONST |
GtkIconSize | gtk_tool_shell_get_icon_size (GtkToolShell *shell) |
GtkOrientation | gtk_tool_shell_get_orientation (GtkToolShell *shell) |
GtkToolbarStyle | gtk_tool_shell_get_style (GtkToolShell *shell) |
GtkReliefStyle | gtk_tool_shell_get_relief_style (GtkToolShell *shell) |
void | gtk_tool_shell_rebuild_menu (GtkToolShell *shell) |
GtkOrientation | gtk_tool_shell_get_text_orientation (GtkToolShell *shell) |
gfloat | gtk_tool_shell_get_text_alignment (GtkToolShell *shell) |
PangoEllipsizeMode | gtk_tool_shell_get_ellipsize_mode (GtkToolShell *shell) |
GtkSizeGroup * | gtk_tool_shell_get_text_size_group (GtkToolShell *shell) |
#define GTK_IS_TOOL_SHELL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOOL_SHELL)) |
Definition at line 40 of file gtktoolshell.h.
#define GTK_TOOL_SHELL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TOOL_SHELL, GtkToolShell)) |
Definition at line 39 of file gtktoolshell.h.
#define GTK_TOOL_SHELL_GET_IFACE | ( | obj | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GTK_TYPE_TOOL_SHELL, GtkToolShellIface)) |
Definition at line 41 of file gtktoolshell.h.
#define GTK_TYPE_TOOL_SHELL (gtk_tool_shell_get_type ()) |
Definition at line 38 of file gtktoolshell.h.
typedef struct _GtkToolShell GtkToolShell |
Definition at line 36 of file gtktoolshell.h.
typedef struct _GtkToolShellIface GtkToolShellIface |
Definition at line 36 of file gtktoolshell.h.
PangoEllipsizeMode gtk_tool_shell_get_ellipsize_mode | ( | GtkToolShell * | shell | ) |
GtkIconSize gtk_tool_shell_get_icon_size | ( | GtkToolShell * | shell | ) |
GtkOrientation gtk_tool_shell_get_orientation | ( | GtkToolShell * | shell | ) |
GtkReliefStyle gtk_tool_shell_get_relief_style | ( | GtkToolShell * | shell | ) |
GtkToolbarStyle gtk_tool_shell_get_style | ( | GtkToolShell * | shell | ) |
gfloat gtk_tool_shell_get_text_alignment | ( | GtkToolShell * | shell | ) |
GtkOrientation gtk_tool_shell_get_text_orientation | ( | GtkToolShell * | shell | ) |
GtkSizeGroup* gtk_tool_shell_get_text_size_group | ( | GtkToolShell * | shell | ) |
GType gtk_tool_shell_get_type | ( | void | ) |
void gtk_tool_shell_rebuild_menu | ( | GtkToolShell * | shell | ) |