Ardour
9.0-pre0-427-gd2a3450e2f
|
#include <gtktoolshell.h>
Public Attributes | |
GTypeInterface | g_iface |
GtkIconSize(* | get_icon_size )(GtkToolShell *shell) |
GtkOrientation(* | get_orientation )(GtkToolShell *shell) |
GtkToolbarStyle(* | get_style )(GtkToolShell *shell) |
GtkReliefStyle(* | get_relief_style )(GtkToolShell *shell) |
void(* | rebuild_menu )(GtkToolShell *shell) |
GtkOrientation(* | get_text_orientation )(GtkToolShell *shell) |
gfloat(* | get_text_alignment )(GtkToolShell *shell) |
PangoEllipsizeMode(* | get_ellipsize_mode )(GtkToolShell *shell) |
GtkSizeGroup *(* | get_text_size_group )(GtkToolShell *shell) |
GtkToolShellIface:
get_icon_size | mandatory implementation of gtk_tool_shell_get_icon_size(). |
get_orientation | mandatory implementation of gtk_tool_shell_get_orientation(). |
get_style | mandatory implementation of gtk_tool_shell_get_style(). |
get_relief_style | optional implementation of gtk_tool_shell_get_relief_style(). |
rebuild_menu | optional implementation of gtk_tool_shell_rebuild_menu(). |
get_text_orientation | optional implementation of gtk_tool_shell_get_text_orientation(). |
get_text_alignment | optional implementation of gtk_tool_shell_get_text_alignment(). |
get_ellipsize_mode | optional implementation of gtk_tool_shell_get_ellipsize_mode(). |
get_text_size_group | optional implementation of gtk_tool_shell_get_text_size_group(). |
Virtual function table for the GtkToolShell interface.
Definition at line 60 of file gtktoolshell.h.
GTypeInterface _GtkToolShellIface::g_iface |
Definition at line 63 of file gtktoolshell.h.
PangoEllipsizeMode(* _GtkToolShellIface::get_ellipsize_mode) (GtkToolShell *shell) |
Definition at line 73 of file gtktoolshell.h.
GtkIconSize(* _GtkToolShellIface::get_icon_size) (GtkToolShell *shell) |
Definition at line 66 of file gtktoolshell.h.
GtkOrientation(* _GtkToolShellIface::get_orientation) (GtkToolShell *shell) |
Definition at line 67 of file gtktoolshell.h.
GtkReliefStyle(* _GtkToolShellIface::get_relief_style) (GtkToolShell *shell) |
Definition at line 69 of file gtktoolshell.h.
GtkToolbarStyle(* _GtkToolShellIface::get_style) (GtkToolShell *shell) |
Definition at line 68 of file gtktoolshell.h.
gfloat(* _GtkToolShellIface::get_text_alignment) (GtkToolShell *shell) |
Definition at line 72 of file gtktoolshell.h.
GtkOrientation(* _GtkToolShellIface::get_text_orientation) (GtkToolShell *shell) |
Definition at line 71 of file gtktoolshell.h.
GtkSizeGroup*(* _GtkToolShellIface::get_text_size_group) (GtkToolShell *shell) |
Definition at line 74 of file gtktoolshell.h.
void(* _GtkToolShellIface::rebuild_menu) (GtkToolShell *shell) |
Definition at line 70 of file gtktoolshell.h.