Home
last modified time | relevance | path

Searched refs:GtkToolShell (Results 1 – 25 of 93) sorted by relevance

1234

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktoolshell.h43 typedef struct _GtkToolShell GtkToolShell; /* dummy typedef */ typedef
66 GtkIconSize (*get_icon_size) (GtkToolShell *shell);
67 GtkOrientation (*get_orientation) (GtkToolShell *shell);
68 GtkToolbarStyle (*get_style) (GtkToolShell *shell);
69 GtkReliefStyle (*get_relief_style) (GtkToolShell *shell);
70 void (*rebuild_menu) (GtkToolShell *shell);
71 GtkOrientation (*get_text_orientation) (GtkToolShell *shell);
72 gfloat (*get_text_alignment) (GtkToolShell *shell);
73 PangoEllipsizeMode (*get_ellipsize_mode) (GtkToolShell *shell);
74 GtkSizeGroup * (*get_text_size_group) (GtkToolShell *shell);
[all …]
H A Dgtktoolshell.c74 gtk_tool_shell_get_icon_size (GtkToolShell *shell) in gtk_tool_shell_get_icon_size()
92 gtk_tool_shell_get_orientation (GtkToolShell *shell) in gtk_tool_shell_get_orientation()
110 gtk_tool_shell_get_style (GtkToolShell *shell) in gtk_tool_shell_get_style()
127 gtk_tool_shell_get_relief_style (GtkToolShell *shell) in gtk_tool_shell_get_relief_style()
151 gtk_tool_shell_rebuild_menu (GtkToolShell *shell) in gtk_tool_shell_rebuild_menu()
172 gtk_tool_shell_get_text_orientation (GtkToolShell *shell) in gtk_tool_shell_get_text_orientation()
195 gtk_tool_shell_get_text_alignment (GtkToolShell *shell) in gtk_tool_shell_get_text_alignment()
218 gtk_tool_shell_get_ellipsize_mode (GtkToolShell *shell) in gtk_tool_shell_get_ellipsize_mode()
241 gtk_tool_shell_get_text_size_group (GtkToolShell *shell) in gtk_tool_shell_get_text_size_group()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktoolshell.h41 typedef struct _GtkToolShell GtkToolShell; /* dummy typedef */ typedef
64 GtkIconSize (*get_icon_size) (GtkToolShell *shell);
65 GtkOrientation (*get_orientation) (GtkToolShell *shell);
66 GtkToolbarStyle (*get_style) (GtkToolShell *shell);
67 GtkReliefStyle (*get_relief_style) (GtkToolShell *shell);
68 void (*rebuild_menu) (GtkToolShell *shell);
69 GtkOrientation (*get_text_orientation) (GtkToolShell *shell);
70 gfloat (*get_text_alignment) (GtkToolShell *shell);
71 PangoEllipsizeMode (*get_ellipsize_mode) (GtkToolShell *shell);
72 GtkSizeGroup * (*get_text_size_group) (GtkToolShell *shell);
[all …]
H A Dgtktoolshell.c62 gtk_tool_shell_real_get_relief_style (GtkToolShell *shell) in gtk_tool_shell_real_get_relief_style()
74 gtk_tool_shell_real_get_text_alignment (GtkToolShell *shell) in gtk_tool_shell_real_get_text_alignment()
98 gtk_tool_shell_get_icon_size (GtkToolShell *shell) in gtk_tool_shell_get_icon_size()
116 gtk_tool_shell_get_orientation (GtkToolShell *shell) in gtk_tool_shell_get_orientation()
134 gtk_tool_shell_get_style (GtkToolShell *shell) in gtk_tool_shell_get_style()
151 gtk_tool_shell_get_relief_style (GtkToolShell *shell) in gtk_tool_shell_get_relief_style()
172 gtk_tool_shell_rebuild_menu (GtkToolShell *shell) in gtk_tool_shell_rebuild_menu()
193 gtk_tool_shell_get_text_orientation (GtkToolShell *shell) in gtk_tool_shell_get_text_orientation()
213 gtk_tool_shell_get_text_alignment (GtkToolShell *shell) in gtk_tool_shell_get_text_alignment()
233 gtk_tool_shell_get_ellipsize_mode (GtkToolShell *shell) in gtk_tool_shell_get_ellipsize_mode()
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkToolShell.xs13 GtkIconSize gtk_tool_shell_get_icon_size (GtkToolShell *shell);
15 GtkOrientation gtk_tool_shell_get_orientation (GtkToolShell *shell);
17 GtkReliefStyle gtk_tool_shell_get_relief_style (GtkToolShell *shell);
19 GtkToolbarStyle gtk_tool_shell_get_style (GtkToolShell *shell);
21 void gtk_tool_shell_rebuild_menu (GtkToolShell *shell);
25 PangoEllipsizeMode gtk_tool_shell_get_ellipsize_mode (GtkToolShell *shell);
27 gfloat gtk_tool_shell_get_text_alignment (GtkToolShell *shell);
29 GtkOrientation gtk_tool_shell_get_text_orientation (GtkToolShell *shell);
31 GtkSizeGroup_ornull * gtk_tool_shell_get_text_size_group (GtkToolShell *shell);
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtoolshell.h43 typedef struct _GtkToolShell GtkToolShell; typedef
70 typedef GtkToolShell BaseObjectType;
101 explicit ToolShell(GtkToolShell* castitem);
120 GtkToolShell* gobj() { return reinterpret_cast<GtkToolShell*>(gobject_); } in gobj()
123 const GtkToolShell* gobj() const { return reinterpret_cast<GtkToolShell*>(gobject_); } in gobj()
271 Glib::RefPtr<Gtk::ToolShell> wrap(GtkToolShell* object, bool take_copy = false);
H A Dtoolshell.cc41 Glib::RefPtr<Gtk::ToolShell> wrap(GtkToolShell* object, bool take_copy) in wrap()
87 GtkIconSize ToolShell_Class::get_icon_size_vfunc_callback(GtkToolShell* self) in get_icon_size_vfunc_callback()
129 GtkOrientation ToolShell_Class::get_orientation_vfunc_callback(GtkToolShell* self) in get_orientation_vfunc_callback()
171 GtkToolbarStyle ToolShell_Class::get_style_vfunc_callback(GtkToolShell* self) in get_style_vfunc_callback()
213 GtkReliefStyle ToolShell_Class::get_relief_style_vfunc_callback(GtkToolShell* self) in get_relief_style_vfunc_callback()
255 void ToolShell_Class::rebuild_menu_vfunc_callback(GtkToolShell* self) in rebuild_menu_vfunc_callback()
299 return new ToolShell((GtkToolShell*)(object)); in wrap_new()
310 ToolShell::ToolShell(GtkToolShell* castitem) in ToolShell()
350 return ((Orientation)(gtk_tool_shell_get_orientation(const_cast<GtkToolShell*>(gobj())))); in get_orientation()
355 return ((ToolbarStyle)(gtk_tool_shell_get_style(const_cast<GtkToolShell*>(gobj())))); in get_style()
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtoolshell.h39 using GtkToolShell = struct _GtkToolShell;
66 using BaseObjectType = GtkToolShell;
97 explicit ToolShell(GtkToolShell* castitem);
120 GtkToolShell* gobj() { return reinterpret_cast<GtkToolShell*>(gobject_); } in gobj()
123 const GtkToolShell* gobj() const { return reinterpret_cast<GtkToolShell*>(gobject_); } in gobj()
271 Glib::RefPtr<Gtk::ToolShell> wrap(GtkToolShell* object, bool take_copy = false);
H A Dtoolshell.cc38 Glib::RefPtr<Gtk::ToolShell> wrap(GtkToolShell* object, bool take_copy) in wrap()
84 GtkIconSize ToolShell_Class::get_icon_size_vfunc_callback(GtkToolShell* self) in get_icon_size_vfunc_callback()
123 GtkOrientation ToolShell_Class::get_orientation_vfunc_callback(GtkToolShell* self) in get_orientation_vfunc_callback()
162 GtkToolbarStyle ToolShell_Class::get_style_vfunc_callback(GtkToolShell* self) in get_style_vfunc_callback()
201 GtkReliefStyle ToolShell_Class::get_relief_style_vfunc_callback(GtkToolShell* self) in get_relief_style_vfunc_callback()
240 void ToolShell_Class::rebuild_menu_vfunc_callback(GtkToolShell* self) in rebuild_menu_vfunc_callback()
281 return new ToolShell((GtkToolShell*)(object)); in wrap_new()
292 ToolShell::ToolShell(GtkToolShell* castitem) in ToolShell()
342 return ((Orientation)(gtk_tool_shell_get_orientation(const_cast<GtkToolShell*>(gobj())))); in get_orientation()
347 return ((ToolbarStyle)(gtk_tool_shell_get_style(const_cast<GtkToolShell*>(gobj())))); in get_style()
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/private/
H A Dtoolshell_p.h18 typedef GtkToolShell BaseObjectType;
37 static GtkIconSize get_icon_size_vfunc_callback(GtkToolShell* self);
38 static GtkOrientation get_orientation_vfunc_callback(GtkToolShell* self);
39 static GtkToolbarStyle get_style_vfunc_callback(GtkToolShell* self);
40 static GtkReliefStyle get_relief_style_vfunc_callback(GtkToolShell* self);
41 static void rebuild_menu_vfunc_callback(GtkToolShell* self);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/private/
H A Dtoolshell_p.h17 using BaseObjectType = GtkToolShell;
36 static GtkIconSize get_icon_size_vfunc_callback(GtkToolShell* self);
37 static GtkOrientation get_orientation_vfunc_callback(GtkToolShell* self);
38 static GtkToolbarStyle get_style_vfunc_callback(GtkToolShell* self);
39 static GtkReliefStyle get_relief_style_vfunc_callback(GtkToolShell* self);
40 static void rebuild_menu_vfunc_callback(GtkToolShell* self);
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtk-2.14.defs846 (of-object "GtkToolShell")
852 (of-object "GtkToolShell")
858 (of-object "GtkToolShell")
864 (of-object "GtkToolShell")
870 (of-object "GtkToolShell")
876 (of-object "GtkToolShell")
881 (of-object "GtkToolShell")
886 (of-object "GtkToolShell")
891 (of-object "GtkToolShell")
896 (of-object "GtkToolShell")
H A Dgtk-2.14-types.defs12 (c-name "GtkToolShell")
H A Dgtk-2.20.defs701 (of-object "GtkToolShell")
707 (of-object "GtkToolShell")
713 (of-object "GtkToolShell")
719 (of-object "GtkToolShell")
/dports/audio/gsequencer/gsequencer-3.10.4/docs/reference/libgsequencer/
H A Dlibgsequencer.interfaces.in168 GtkToolbar AtkImplementorIface GtkBuildable GtkToolShell GtkOrientable
169 AgsAutomationToolbar AtkImplementorIface GtkBuildable GtkToolShell GtkOrientable AgsConnectable
170 AgsCompositeToolbar AtkImplementorIface GtkBuildable GtkToolShell GtkOrientable AgsConnectable
171 AgsNotationToolbar AtkImplementorIface GtkBuildable GtkToolShell GtkOrientable AgsConnectable
172 AgsSheetToolbar AtkImplementorIface GtkBuildable GtkToolShell GtkOrientable AgsConnectable
173 AgsWaveToolbar AtkImplementorIface GtkBuildable GtkToolShell GtkOrientable AgsConnectable
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/
H A Dxs_files-2.143 xs/GtkToolShell.xs
H A Dmaps-2.143 GTK_TYPE_TOOL_SHELL GtkToolShell GInterface Gtk2::ToolShell
/dports/mail/evolution/evolution-3.42.1/src/shell/
H A De-shell-switcher.c456 shell_switcher_get_icon_size (GtkToolShell *shell) in shell_switcher_get_icon_size()
462 shell_switcher_get_orientation (GtkToolShell *shell) in shell_switcher_get_orientation()
468 shell_switcher_get_style (GtkToolShell *shell) in shell_switcher_get_style()
474 shell_switcher_get_relief_style (GtkToolShell *shell) in shell_switcher_get_relief_style()
480 shell_switcher_get_text_alignment (GtkToolShell *shell) in shell_switcher_get_text_alignment()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dgtk_vfuncs.defs1177 ; GtkToolShell
1180 (of-object "GtkToolShell")
1185 (of-object "GtkToolShell")
1190 (of-object "GtkToolShell")
1195 (of-object "GtkToolShell")
1200 (of-object "GtkToolShell")
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtool_shell.rs19 pub struct ToolShell(Interface<gtk_sys::GtkToolShell>) @requires Widget, Buildable;
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtool_shell.rs19 pub struct ToolShell(Interface<gtk_sys::GtkToolShell>) @requires Widget, Buildable;
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtool_shell.rs19 pub struct ToolShell(Interface<gtk_sys::GtkToolShell>) @requires Widget, Buildable;
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dgtk_vfuncs.defs1285 ; GtkToolShell
1288 (of-object "GtkToolShell")
1293 (of-object "GtkToolShell")
1298 (of-object "GtkToolShell")
1303 (of-object "GtkToolShell")
1308 (of-object "GtkToolShell")
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtool_shell.rs18 …pub struct ToolShell(Interface<ffi::GtkToolShell, ffi::GtkToolShellIface>) @requires Widget, Build…
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtool_shell.rs18 …pub struct ToolShell(Interface<ffi::GtkToolShell, ffi::GtkToolShellIface>) @requires Widget, Build…

1234