Home
last modified time | relevance | path

Searched refs:hdy_flap_set_content (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/glade/
H A Dglade-hdy-flap.c101 hdy_flap_set_content (HDY_FLAP (container), child);
133 hdy_flap_set_content (HDY_FLAP (parent), GTK_WIDGET (child));
159 hdy_flap_set_content (HDY_FLAP (object), replacement);
186 hdy_flap_set_content (HDY_FLAP (container), GTK_WIDGET (new_widget));
/dports/x11-toolkits/libhandy/libhandy-1.4.0/glade/
H A Dglade-hdy-flap.c101 hdy_flap_set_content (HDY_FLAP (container), child); in glade_hdy_flap_post_create()
133 hdy_flap_set_content (HDY_FLAP (parent), GTK_WIDGET (child)); in glade_hdy_flap_add_child()
159 hdy_flap_set_content (HDY_FLAP (object), replacement); in glade_hdy_flap_remove_child()
186 hdy_flap_set_content (HDY_FLAP (container), GTK_WIDGET (new_widget)); in glade_hdy_flap_replace_child()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-flap.h43 void hdy_flap_set_content (HdyFlap *self,
H A Dhdy-flap.c1341 hdy_flap_set_content (self, widget); in hdy_flap_add()
1355 hdy_flap_set_content (self, NULL); in hdy_flap_remove()
1432 hdy_flap_set_content (self, g_value_get_object (value)); in hdy_flap_set_property()
1821 hdy_flap_set_content (HDY_FLAP (buildable), GTK_WIDGET (child)); in hdy_flap_add_child()
2055 hdy_flap_set_content (HdyFlap *self, in hdy_flap_set_content() function
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-flap.h43 void hdy_flap_set_content (HdyFlap *self,
H A Dhdy-flap.c1341 hdy_flap_set_content (self, widget); in hdy_flap_add()
1355 hdy_flap_set_content (self, NULL); in hdy_flap_remove()
1432 hdy_flap_set_content (self, g_value_get_object (value)); in hdy_flap_set_property()
1821 hdy_flap_set_content (HDY_FLAP (buildable), GTK_WIDGET (child)); in hdy_flap_add_child()
2055 hdy_flap_set_content (HdyFlap *self, in hdy_flap_set_content() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dflap.rs138 ffi::hdy_flap_set_content( in set_content()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs1467 pub fn hdy_flap_set_content(self_: *mut HdyFlap, content: *mut gtk::GtkWidget); in hdy_flap_set_content() function