Home
last modified time | relevance | path

Searched refs:gtk_radio_tool_button_new_from_stock (Results 1 – 25 of 43) sorted by relevance

12

/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkRadioToolButton.xs49 ## GtkToolItem *gtk_radio_tool_button_new_from_stock (GSList *group, const gchar *stock_id);
51 gtk_radio_tool_button_new_from_stock (class, member_or_listref, stock_id)
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DRadioToolButton.cs50 static extern IntPtr gtk_radio_tool_button_new_from_stock (IntPtr group, IntPtr stock_id); in gtk_radio_tool_button_new_from_stock() method in Gtk.RadioToolButton
71 Raw = gtk_radio_tool_button_new_from_stock(native_group, stock_id_as_native); in RadioToolButton()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkradiotoolbutton.c147 gtk_radio_tool_button_new_from_stock (GSList *group, in gtk_radio_tool_button_new_from_stock() function
211 return gtk_radio_tool_button_new_from_stock (list, stock_id); in gtk_radio_tool_button_new_with_stock_from_widget()
H A Dgtkradiotoolbutton.h63 GtkToolItem *gtk_radio_tool_button_new_from_stock (GSList *group,
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkradiotoolbutton.inc37 …on gtk_radio_tool_button_new_from_stock(group:PGSList; stock_id:Pgchar):PGtkToolItem;cdecl;externa…
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkradiotoolbutton.c169 gtk_radio_tool_button_new_from_stock (GSList *group, in gtk_radio_tool_button_new_from_stock() function
237 item = gtk_radio_tool_button_new_from_stock (list, stock_id); in gtk_radio_tool_button_new_with_stock_from_widget()
H A Dgtkradiotoolbutton.h64 GtkToolItem *gtk_radio_tool_button_new_from_stock (GSList *group,
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkradiotoolbutton.inc37 …on gtk_radio_tool_button_new_from_stock(group:PGSList; stock_id:Pgchar):PGtkToolItem;cdecl;externa…
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DRadioToolButton.custom39 static extern IntPtr gtk_radio_tool_button_new_from_stock (IntPtr group, IntPtr stock_id);
53 …Raw = gtk_radio_tool_button_new_from_stock(group == null ? IntPtr.Zero : group.Handle, stock_id_as…
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/
H A Dradio_tool_button.rs22 ToolItem::from_glib_none(gtk_sys::gtk_radio_tool_button_new_from_stock( in new_from_stock()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/
H A Dradio_tool_button.rs22 ToolItem::from_glib_none(gtk_sys::gtk_radio_tool_button_new_from_stock( in new_from_stock()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/
H A Dradio_tool_button.rs22 ToolItem::from_glib_none(gtk_sys::gtk_radio_tool_button_new_from_stock( in new_from_stock()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/
H A Dradio_tool_button.rs23 ToolItem::from_glib_none(ffi::gtk_radio_tool_button_new_from_stock( in from_stock()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/
H A Dradio_tool_button.rs23 ToolItem::from_glib_none(ffi::gtk_radio_tool_button_new_from_stock( in from_stock()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/
H A Dradio_tool_button.rs23 ToolItem::from_glib_none(ffi::gtk_radio_tool_button_new_from_stock( in from_stock()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/
H A Dradio_tool_button.rs23 ToolItem::from_glib_none(ffi::gtk_radio_tool_button_new_from_stock( in from_stock()
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-utils/
H A Dbrasero-jacket-edit.c563 item = GTK_WIDGET (gtk_radio_tool_button_new_from_stock (NULL, GTK_STOCK_JUSTIFY_RIGHT)); in brasero_jacket_edit_init()
573 …item = GTK_WIDGET (gtk_radio_tool_button_new_from_stock (gtk_radio_tool_button_get_group (GTK_RADI… in brasero_jacket_edit_init()
583 …item = GTK_WIDGET (gtk_radio_tool_button_new_from_stock (gtk_radio_tool_button_get_group (GTK_RADI… in brasero_jacket_edit_init()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtesttoolbar.c673 item = gtk_radio_tool_button_new_from_stock (NULL, GTK_STOCK_JUSTIFY_LEFT); in main()
679 item = gtk_radio_tool_button_new_from_stock (group, GTK_STOCK_JUSTIFY_CENTER); in main()
686 item = gtk_radio_tool_button_new_from_stock (group, GTK_STOCK_JUSTIFY_RIGHT); in main()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dradiotoolbutton.ccg43 //Based on the source of gtk_radio_tool_button_new_from_stock():
H A Dradiotoolbutton.hg79 _IGNORE(gtk_radio_tool_button_new_from_stock)
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dradiotoolbutton.ccg46 //Based on the source of gtk_radio_tool_button_new_from_stock():
H A Dradiotoolbutton.hg88 _IGNORE(gtk_radio_tool_button_new_from_stock)
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/MenuComboToolbar/
H A DRadioToolButton.chs115 {# call gtk_radio_tool_button_new_from_stock #}
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/MenuComboToolbar/
H A DRadioToolButton.chs115 {# call gtk_radio_tool_button_new_from_stock #}
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/gnome/overrides/
H A Dgtk.defs431 gtk_radio_tool_button_new_from_stock
432 (c-name "gtk_radio_tool_button_new_from_stock")
434 "gtk_radio_tool_button_new_from_stock")

12