Home
last modified time | relevance | path

Searched refs:construct_child (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dbuildable.rs30 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object>; in construct_child() method
66 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object> { in construct_child() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dbuildable.rs30 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object>; in construct_child() method
66 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object> { in construct_child() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dbuildable.rs30 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object>; in construct_child() method
66 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object> { in construct_child() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dbuildable.rs31 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object>; in construct_child() method
71 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object> { in construct_child() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dbuildable.rs31 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object>; in construct_child() method
71 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object> { in construct_child() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dbuildable.rs31 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object>; in construct_child() method
71 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object> { in construct_child() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dbuildable.rs31 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object>; in construct_child() method
71 fn construct_child<P: IsA<Builder>>(&self, builder: &P, name: &str) -> Option<glib::Object> { in construct_child() method
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkbuildable.c182 g_return_val_if_fail (iface->construct_child != NULL, NULL); in gtk_buildable_construct_child()
184 return (* iface->construct_child) (buildable, builder, name); in gtk_buildable_construct_child()
H A Dgtkbuildable.h166 GObject * (* construct_child) (GtkBuildable *buildable, member
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkbuildable.c227 g_return_val_if_fail (iface->construct_child != NULL, NULL); in gtk_buildable_construct_child()
229 return (* iface->construct_child) (buildable, builder, name); in gtk_buildable_construct_child()
H A Dgtkbuildable.h108 GObject * (* construct_child) (GtkBuildable *buildable, member
H A Dgtkuimanager.c438 iface->construct_child = gtk_ui_manager_buildable_construct_child; in gtk_ui_manager_buildable_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkbuildable.c224 g_return_val_if_fail (iface->construct_child != NULL, NULL); in gtk_buildable_construct_child()
226 return (* iface->construct_child) (buildable, builder, name); in gtk_buildable_construct_child()
H A Dgtkbuildable.h105 GObject * (* construct_child) (GtkBuildable *buildable, member
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkBuildable.t47 isa_ok ($buildable->construct_child ($builder, "MenuBar"), "Gtk2::MenuBar");
/dports/editors/elementary-code/code-6.0.0/plugins/outline/Vala/
H A DValaSymbolOutline.vala132 construct_child (symbol, new_root, cancellable);
145 …private ValaSymbolItem construct_child (Vala.Symbol symbol, Granite.Widgets.SourceList.ExpandableI…
153 parent = construct_child (symbol.scope.parent_scope.owner, given_parent, cancellable);
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtk-2.12.defs49 (define-method construct_child
148 (define-virtual construct_child
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkBuildable.xs544 iface->construct_child = gtk2perl_buildable_construct_child; in gtk2perl_buildable_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/deprecated/
H A Dgtkuimanager.c682 iface->construct_child = gtk_ui_manager_buildable_construct_child; in gtk_ui_manager_buildable_init()
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas1341 function construct_child(builder: PGtkBuilder; name: Pgchar): PGObject; cdecl; inline; in construct_child() function
3525construct_child: function(buildable: PGtkBuildable; builder: PGtkBuilder; name: Pgchar): PGObject;… in uildable()
14685 function TGtkBuildable.construct_child(builder: PGtkBuilder; name: Pgchar): PGObject; cdecl; in TGtkBuildable.construct_child() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas1343 function construct_child(builder: PGtkBuilder; name: Pgchar): PGObject; cdecl; inline; in construct_child() function
3539construct_child: function(buildable: PGtkBuildable; builder: PGtkBuilder; name: Pgchar): PGObject;… in uildable()
14700 function TGtkBuildable.construct_child(builder: PGtkBuilder; name: Pgchar): PGObject; cdecl; in TGtkBuildable.construct_child() function
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas1341 function construct_child(builder: PGtkBuilder; name: Pgchar): PGObject; cdecl; inline; in construct_child() function
3525construct_child: function(buildable: PGtkBuildable; builder: PGtkBuilder; name: Pgchar): PGObject;… in uildable()
14685 function TGtkBuildable.construct_child(builder: PGtkBuilder; name: Pgchar): PGObject; cdecl; in TGtkBuildable.construct_child() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas1343 function construct_child(builder: PGtkBuilder; name: Pgchar): PGObject; cdecl; inline; in construct_child() function
3539construct_child: function(buildable: PGtkBuildable; builder: PGtkBuilder; name: Pgchar): PGObject;… in uildable()
14700 function TGtkBuildable.construct_child(builder: PGtkBuilder; name: Pgchar): PGObject; cdecl; in TGtkBuildable.construct_child() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs2382 pub construct_child: Option< field
2435 .field("construct_child", &self.construct_child) in fmt()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-sys-0.9.2/src/
H A Dlib.rs2392 pub construct_child: Option< field
2445 .field("construct_child", &self.construct_child) in fmt()

12