Home
last modified time | relevance | path

Searched refs:set_buildable_property (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dbuildable.rs46 fn set_buildable_property<P: IsA<Builder>>(&self, builder: &P, name: &str, value: &glib::Value); in set_buildable_property() method
111 fn set_buildable_property<P: IsA<Builder>>( in set_buildable_property() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dbuildable.rs46 fn set_buildable_property<P: IsA<Builder>>(&self, builder: &P, name: &str, value: &glib::Value); in set_buildable_property() method
111 fn set_buildable_property<P: IsA<Builder>>( in set_buildable_property() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dbuildable.rs46 fn set_buildable_property<P: IsA<Builder>>(&self, builder: &P, name: &str, value: &glib::Value); in set_buildable_property() method
111 fn set_buildable_property<P: IsA<Builder>>( in set_buildable_property() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dbuildable.rs51 fn set_buildable_property<P: IsA<Builder>>(&self, builder: &P, name: &str, value: &glib::Value); in set_buildable_property() method
116 fn set_buildable_property<P: IsA<Builder>>( in set_buildable_property() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dbuildable.rs51 fn set_buildable_property<P: IsA<Builder>>(&self, builder: &P, name: &str, value: &glib::Value); in set_buildable_property() method
116 fn set_buildable_property<P: IsA<Builder>>( in set_buildable_property() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dbuildable.rs51 fn set_buildable_property<P: IsA<Builder>>(&self, builder: &P, name: &str, value: &glib::Value); in set_buildable_property() method
116 fn set_buildable_property<P: IsA<Builder>>( in set_buildable_property() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dbuildable.rs51 fn set_buildable_property<P: IsA<Builder>>(&self, builder: &P, name: &str, value: &glib::Value); in set_buildable_property() method
116 fn set_buildable_property<P: IsA<Builder>>( in set_buildable_property() method
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkbuildable.c167 if (iface->set_buildable_property) in gtk_buildable_set_buildable_property()
168 (* iface->set_buildable_property) (buildable, builder, name, value); in gtk_buildable_set_buildable_property()
H A Dgtkbuildable.h104 void (* set_buildable_property) (GtkBuildable *buildable, member
H A Dgtkbuilder.c473 if (iface->set_buildable_property) in _gtk_builder_construct()
481 iface->set_buildable_property (buildable, builder, param->name, &param->value); in _gtk_builder_construct()
H A Dgtkwindow.c1215 iface->set_buildable_property = gtk_window_buildable_set_buildable_property; in gtk_window_buildable_interface_init()
1232 parent_buildable_iface->set_buildable_property (buildable, builder, name, value); in gtk_window_buildable_set_buildable_property()
H A Dgtkwidget.c10315 iface->set_buildable_property = gtk_widget_buildable_set_buildable_property; in gtk_widget_buildable_interface_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkbuildable.c164 if (iface->set_buildable_property) in gtk_buildable_set_buildable_property()
165 (* iface->set_buildable_property) (buildable, builder, name, value); in gtk_buildable_set_buildable_property()
H A Dgtkbuildable.h101 void (* set_buildable_property) (GtkBuildable *buildable, member
H A Dgtkbuilder.c770 if (iface->set_buildable_property) in _gtk_builder_construct()
783 iface->set_buildable_property (buildable, builder, param->name, &param->value); in _gtk_builder_construct()
843 if (iface->set_buildable_property) in _gtk_builder_apply_properties()
853 iface->set_buildable_property (buildable, builder, param->name, &param->value); in _gtk_builder_apply_properties()
H A Dgtkwindow.c2021 iface->set_buildable_property = gtk_window_buildable_set_buildable_property; in gtk_window_buildable_interface_init()
2054 parent_buildable_iface->set_buildable_property (buildable, builder, name, value); in gtk_window_buildable_set_buildable_property()
H A Dgtkwidget.c14046 iface->set_buildable_property = gtk_widget_buildable_set_buildable_property; in gtk_widget_buildable_interface_init()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkBuildable.t31 $buildable->set_buildable_property($builder,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkbuildable.h162 void (* set_buildable_property) (GtkBuildable *buildable, member
H A Dgtkbuilder.c877 if (iface->set_buildable_property) in _gtk_builder_construct()
887 iface->set_buildable_property (buildable, builder, name, value); in _gtk_builder_construct()
945 if (iface->set_buildable_property) in _gtk_builder_apply_properties()
954 iface->set_buildable_property (buildable, builder, name, value); in _gtk_builder_apply_properties()
H A Dgtkwindow.c1919 iface->set_buildable_property = gtk_window_buildable_set_buildable_property; in gtk_window_buildable_interface_init()
1948 else if (parent_buildable_iface->set_buildable_property) in gtk_window_buildable_set_buildable_property()
1949 parent_buildable_iface->set_buildable_property (buildable, builder, name, value); in gtk_window_buildable_set_buildable_property()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkBuildable.xs543 iface->set_buildable_property = gtk2perl_buildable_set_buildable_property; in gtk2perl_buildable_init()
606 =for signature $buildable->set_buildable_property ($builder, key => $value, ...)
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtk-2.12.defs38 (define-method set_buildable_property
138 (define-virtual set_buildable_property
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtksheetcolumn.c790 iface->set_buildable_property = gtk_sheet_column_set_buildable_property; in gtk_sheet_column_buildable_init()
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas1348 …procedure set_buildable_property(builder: PGtkBuilder; name: Pgchar; value: PGValue); cdecl; inlin… procedure
3524set_buildable_property: procedure(buildable: PGtkBuildable; builder: PGtkBuilder; name: Pgchar; va…
14720 procedure TGtkBuildable.set_buildable_property(builder: PGtkBuilder; name: Pgchar; value: PGValue);… procedure

12