Home
last modified time | relevance | path

Searched refs:GtkToolbar (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktoolbar.h89 typedef struct _GtkToolbar GtkToolbar; typedef
126 void (* orientation_changed) (GtkToolbar *toolbar,
128 void (* style_changed) (GtkToolbar *toolbar,
130 gboolean (* popup_context_menu) (GtkToolbar *toolbar,
180 GtkToolbar *toolbar,
197 GtkWidget* gtk_toolbar_append_item (GtkToolbar *toolbar,
204 GtkWidget* gtk_toolbar_prepend_item (GtkToolbar *toolbar,
211 GtkWidget* gtk_toolbar_insert_item (GtkToolbar *toolbar,
221 GtkWidget* gtk_toolbar_insert_stock (GtkToolbar *toolbar,
232 void gtk_toolbar_insert_space (GtkToolbar *toolbar,
[all …]
H A Dgtktoolbar.c1023 position (GtkToolbar *toolbar, in position()
1121 GtkToolbar *toolbar = data; in slide_idle_handler()
1354 GtkToolbar *toolbar) in menu_deactivated()
1369 rebuild_menu (GtkToolbar *toolbar) in rebuild_menu()
2673 GtkToolbar *toolbar) in gtk_toolbar_arrow_button_clicked()
2692 GtkToolbar *toolbar) in gtk_toolbar_arrow_button_press()
2741 GtkToolbar *toolbar; in gtk_toolbar_new()
4028 GtkToolbar *toolbar) in toolbar_content_remove()
4127 GtkToolbar *toolbar) in toolbar_content_visible()
4210 GtkToolbar *toolbar) in toolbar_content_is_homogeneous()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktoolbar.h66 typedef struct _GtkToolbar GtkToolbar; typedef
82 void (* orientation_changed) (GtkToolbar *toolbar,
84 void (* style_changed) (GtkToolbar *toolbar,
86 gboolean (* popup_context_menu) (GtkToolbar *toolbar,
104 void gtk_toolbar_insert (GtkToolbar *toolbar,
109 gint gtk_toolbar_get_item_index (GtkToolbar *toolbar,
114 GtkToolItem * gtk_toolbar_get_nth_item (GtkToolbar *toolbar,
120 void gtk_toolbar_set_show_arrow (GtkToolbar *toolbar,
126 void gtk_toolbar_set_style (GtkToolbar *toolbar,
134 void gtk_toolbar_set_icon_size (GtkToolbar *toolbar,
[all …]
H A Dgtktoolbar.c1113 position (GtkToolbar *toolbar, in position()
1448 GtkToolbar *toolbar) in menu_deactivated()
1466 rebuild_menu (GtkToolbar *toolbar) in rebuild_menu()
2676 GtkToolbar *toolbar) in gtk_toolbar_arrow_button_clicked()
2695 GtkToolbar *toolbar) in gtk_toolbar_arrow_button_press()
2744 GtkToolbar *toolbar; in gtk_toolbar_new()
3256 GtkToolbar *toolbar) in toolbar_content_remove()
3313 GtkToolbar *toolbar) in toolbar_content_visible()
3336 GtkToolbar *toolbar, in toolbar_content_size_request()
3351 GtkToolbar *toolbar) in toolbar_content_is_homogeneous()
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkToolbar.xs49 gtk2perl_toolbar_insert_internal (GtkToolbar * toolbar, in gtk2perl_toolbar_insert_internal()
196 void gtk_toolbar_insert (GtkToolbar *toolbar, GtkToolItem *item, gint pos);
198 gint gtk_toolbar_get_item_index (GtkToolbar *toolbar, GtkToolItem *item);
200 gint gtk_toolbar_get_n_items (GtkToolbar *toolbar);
202 GtkToolItem_ornull * gtk_toolbar_get_nth_item (GtkToolbar *toolbar, gint n);
204 gboolean gtk_toolbar_get_show_arrow (GtkToolbar *toolbar);
206 void gtk_toolbar_set_show_arrow (GtkToolbar *toolbar, gboolean show_arrow);
208 GtkReliefStyle gtk_toolbar_get_relief_style (GtkToolbar *toolbar);
210 gint gtk_toolbar_get_drop_index (GtkToolbar *toolbar, gint x, gint y);
212 void gtk_toolbar_set_drop_highlight_item (GtkToolbar * toolbar, GtkToolItem_ornull * tool_item, gin…
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtoolbar.cc241 Gtk::Toolbar* wrap(GtkToolbar* object, bool take_copy) in wrap()
288 void Toolbar_Class::orientation_changed_callback(GtkToolbar* self, GtkOrientation p0) in orientation_changed_callback()
325 void Toolbar_Class::style_changed_callback(GtkToolbar* self, GtkToolbarStyle p0) in style_changed_callback()
407 return manage(new Toolbar((GtkToolbar*)(o))); in wrap_new()
420 Toolbar::Toolbar(GtkToolbar* castitem) in Toolbar()
467 return gtk_toolbar_get_n_items(const_cast<GtkToolbar*>(gobj())); in get_n_items()
482 return gtk_toolbar_get_show_arrow(const_cast<GtkToolbar*>(gobj())); in get_show_arrow()
497 return ((Orientation)(gtk_toolbar_get_orientation(const_cast<GtkToolbar*>(gobj())))); in get_orientation()
507 return ((ToolbarStyle)(gtk_toolbar_get_style(const_cast<GtkToolbar*>(gobj())))); in get_toolbar_style()
523 return gtk_toolbar_get_tooltips(const_cast<GtkToolbar*>(gobj())); in get_tooltips()
[all …]
H A Dtoolbar.h42 typedef struct _GtkToolbar GtkToolbar; typedef
65 typedef GtkToolbar BaseObjectType;
83 explicit Toolbar(GtkToolbar* castitem);
96 GtkToolbar* gobj() { return reinterpret_cast<GtkToolbar*>(gobject_); } in gobj()
99 const GtkToolbar* gobj() const { return reinterpret_cast<GtkToolbar*>(gobject_); } in gobj()
514 Gtk::Toolbar* wrap(GtkToolbar* object, bool take_copy = false);
/dports/games/netradiant/netradiant-20150621-src/libs/gtkutil/
H A Dtoolbar.h29 typedef struct _GtkToolbar GtkToolbar; typedef
33 GtkButton* toolbar_append_button( GtkToolbar* toolbar, const char* description, const char* icon, c…
34 GtkButton* toolbar_append_button( GtkToolbar* toolbar, const char* description, const char* icon, c…
35 GtkToggleButton* toolbar_append_toggle_button( GtkToolbar* toolbar, const char* description, const …
36 GtkToggleButton* toolbar_append_toggle_button( GtkToolbar* toolbar, const char* description, const …
H A Dtoolbar.cpp35 void toolbar_append( GtkToolbar* toolbar, GtkButton* button, const char* description ){ in toolbar_append()
43 GtkButton* toolbar_append_button( GtkToolbar* toolbar, const char* description, const char* icon, c… in toolbar_append_button()
51 GtkToggleButton* toolbar_append_toggle_button( GtkToolbar* toolbar, const char* description, const … in toolbar_append_toggle_button()
59 GtkButton* toolbar_append_button( GtkToolbar* toolbar, const char* description, const char* icon, c… in toolbar_append_button()
68 GtkToggleButton* toolbar_append_toggle_button( GtkToolbar* toolbar, const char* description, const … in toolbar_append_toggle_button()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/gtkutil/
H A Dtoolbar.h28 typedef struct _GtkToolbar GtkToolbar; typedef
32 GtkButton* toolbar_append_button(GtkToolbar* toolbar, const char* description, const char* icon, co…
33 GtkButton* toolbar_append_button(GtkToolbar* toolbar, const char* description, const char* icon, co…
34 GtkToggleButton* toolbar_append_toggle_button(GtkToolbar* toolbar, const char* description, const c…
35 GtkToggleButton* toolbar_append_toggle_button(GtkToolbar* toolbar, const char* description, const c…
H A Dtoolbar.cpp35 void toolbar_append(GtkToolbar* toolbar, GtkButton* button, const char* description) in toolbar_append()
44 GtkButton* toolbar_append_button(GtkToolbar* toolbar, const char* description, const char* icon, co… in toolbar_append_button()
53 GtkToggleButton* toolbar_append_toggle_button(GtkToolbar* toolbar, const char* description, const c… in toolbar_append_toggle_button()
62 GtkButton* toolbar_append_button(GtkToolbar* toolbar, const char* description, const char* icon, co… in toolbar_append_button()
73 GtkToggleButton* toolbar_append_toggle_button(GtkToolbar* toolbar, const char* description, const c… in toolbar_append_toggle_button()
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dplugintoolbar.cpp89 void toolbar_insert(GtkToolbar *toolbar, const char* icon, const char* text, const char* tooltip, I… in toolbar_insert()
99 void PlugInToolbar_AddButton(GtkToolbar* toolbar, const IToolbarButton* button) in PlugInToolbar_AddButton()
104 GtkToolbar* g_plugin_toolbar = 0;
110 GtkToolbar* m_toolbar; in PluginToolbar_populate()
112 AddToolbarItemVisitor(GtkToolbar* toolbar) in PluginToolbar_populate()
135 GtkToolbar* create_plugin_toolbar() in create_plugin_toolbar()
137 GtkToolbar *toolbar; in create_plugin_toolbar()
H A Dgtkmisc.h59 typedef struct _GtkToolbar GtkToolbar; typedef
62 GtkButton* toolbar_append_button(GtkToolbar* toolbar, const char* description, const char* icon, co…
64 GtkToggleButton* toolbar_append_toggle_button(GtkToolbar* toolbar, const char* description, const c…
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dplugintoolbar.cpp84 void toolbar_insert( GtkToolbar *toolbar, const char* icon, const char* text, const char* tooltip, … in toolbar_insert()
92 void PlugInToolbar_AddButton( GtkToolbar* toolbar, const IToolbarButton* button ){ in PlugInToolbar_AddButton()
96 GtkToolbar* g_plugin_toolbar = 0;
101 GtkToolbar* m_toolbar; in PluginToolbar_populate()
103 AddToolbarItemVisitor( GtkToolbar* toolbar ) in PluginToolbar_populate()
123 GtkToolbar* create_plugin_toolbar(){ in create_plugin_toolbar()
124 GtkToolbar *toolbar; in create_plugin_toolbar()
H A Dgtkmisc.h59 typedef struct _GtkToolbar GtkToolbar; typedef
62 GtkButton* toolbar_append_button( GtkToolbar* toolbar, const char* description, const char* icon, c…
64 GtkToggleButton* toolbar_append_toggle_button( GtkToolbar* toolbar, const char* description, const …
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtoolbar.cc226 Gtk::Toolbar* wrap(GtkToolbar* object, bool take_copy) in wrap()
274 void Toolbar_Class::orientation_changed_callback(GtkToolbar* self, GtkOrientation p0) in orientation_changed_callback()
311 void Toolbar_Class::style_changed_callback(GtkToolbar* self, GtkToolbarStyle p0) in style_changed_callback()
348 gboolean Toolbar_Class::popup_context_menu_callback(GtkToolbar* self, gint p0, gint p1, gint p2) in popup_context_menu_callback()
393 return manage(new Toolbar((GtkToolbar*)(o))); in wrap_new()
406 Toolbar::Toolbar(GtkToolbar* castitem) in Toolbar()
466 return gtk_toolbar_get_n_items(const_cast<GtkToolbar*>(gobj())); in get_n_items()
481 return gtk_toolbar_get_show_arrow(const_cast<GtkToolbar*>(gobj())); in get_show_arrow()
496 return ((ToolbarStyle)(gtk_toolbar_get_style(const_cast<GtkToolbar*>(gobj())))); in get_toolbar_style()
521 return ((ReliefStyle)(gtk_toolbar_get_relief_style(const_cast<GtkToolbar*>(gobj())))); in get_relief_style()
[all …]
H A Dtoolbar.h40 using GtkToolbar = struct _GtkToolbar;
68 typedef GtkToolbar BaseObjectType;
89 explicit Toolbar(GtkToolbar* castitem);
106 GtkToolbar* gobj() { return reinterpret_cast<GtkToolbar*>(gobject_); } in gobj()
109 const GtkToolbar* gobj() const { return reinterpret_cast<GtkToolbar*>(gobject_); } in gobj()
509 Gtk::Toolbar* wrap(GtkToolbar* object, bool take_copy = false);
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ui/common/
H A DToolbarCreator.h19 typedef std::map<const std::string, GtkToolbar*> ToolbarMap;
25 GtkToolbar* createToolbar(xml::Node& node);
26 GtkWidget* createToolItem(xml::Node& node, GtkToolbar*);
36 GtkToolbar* getToolbar(const std::string& toolbarName);
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/private/
H A Dtoolbar_p.h19 typedef GtkToolbar BaseObjectType;
39 static void orientation_changed_callback(GtkToolbar* self, GtkOrientation p0);
40 static void style_changed_callback(GtkToolbar* self, GtkToolbarStyle p0);
41 static gboolean popup_context_menu_callback(GtkToolbar* self, gint p0, gint p1, gint p2);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/private/
H A Dtoolbar_p.h18 using BaseObjectType = GtkToolbar;
38 static void orientation_changed_callback(GtkToolbar* self, GtkOrientation p0);
39 static void style_changed_callback(GtkToolbar* self, GtkToolbarStyle p0);
40 static gboolean popup_context_menu_callback(GtkToolbar* self, gint p0, gint p1, gint p2);
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_sheet_toolbar.c112 gtk_container_add((GtkToolbar *) sheet_toolbar, in ags_sheet_toolbar_init()
169 gtk_container_add((GtkToolbar *) sheet_toolbar, in ags_sheet_toolbar_init()
176 gtk_container_add((GtkToolbar *) sheet_toolbar, in ags_sheet_toolbar_init()
184 gtk_container_add((GtkToolbar *) sheet_toolbar, in ags_sheet_toolbar_init()
191 gtk_container_add((GtkToolbar *) sheet_toolbar, in ags_sheet_toolbar_init()
198 gtk_container_add((GtkToolbar *) sheet_toolbar, in ags_sheet_toolbar_init()
226 gtk_container_add((GtkToolbar *) sheet_toolbar, in ags_sheet_toolbar_init()
H A Dags_notation_toolbar.c118 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
131 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
146 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
159 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
172 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
185 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
198 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
232 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
246 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
270 gtk_toolbar_insert((GtkToolbar *) notation_toolbar, in ags_notation_toolbar_init()
[all …]
H A Dags_wave_toolbar.c121 gtk_toolbar_insert((GtkToolbar *) wave_toolbar, in ags_wave_toolbar_init()
134 gtk_toolbar_insert((GtkToolbar *) wave_toolbar, in ags_wave_toolbar_init()
142 gtk_container_add((GtkToolbar *) wave_toolbar, in ags_wave_toolbar_init()
147 gtk_toolbar_insert((GtkToolbar *) wave_toolbar, in ags_wave_toolbar_init()
160 gtk_toolbar_insert((GtkToolbar *) wave_toolbar, in ags_wave_toolbar_init()
173 gtk_toolbar_insert((GtkToolbar *) wave_toolbar, in ags_wave_toolbar_init()
201 gtk_toolbar_insert((GtkToolbar *) wave_toolbar, in ags_wave_toolbar_init()
224 gtk_toolbar_insert((GtkToolbar *) wave_toolbar, in ags_wave_toolbar_init()
251 gtk_toolbar_insert((GtkToolbar *) wave_toolbar, in ags_wave_toolbar_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/reftests/
H A Dstyle-properties-nth-child.css2 -GtkToolbar-button-relief: none;
6 -GtkToolbar-button-relief: normal;
10 -GtkToolbar-button-relief: normal;
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/dialog/toolbarCustomize/
H A DToolbarAdapter.h51 …static bool toolbarDragMotionCb(GtkToolbar* toolbar, GdkDragContext* context, gint x, gint y, guin…
53 …static void toolbarDragLeafeCb(GtkToolbar* toolbar, GdkDragContext* context, guint time, ToolbarAd…
54 …static void toolbarDragDataReceivedCb(GtkToolbar* toolbar, GdkDragContext* context, gint x, gint y,

12345678910>>...44