Home
last modified time | relevance | path

Searched refs:hdy_flap_get_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.c32 GtkWidget *content = hdy_flap_get_content (HDY_FLAP (container));
97 content = hdy_flap_get_content (HDY_FLAP (container));
/dports/x11-toolkits/libhandy/libhandy-1.4.0/glade/
H A Dglade-hdy-flap.c32 GtkWidget *content = hdy_flap_get_content (HDY_FLAP (container)); in selection_changed_cb()
97 content = hdy_flap_get_content (HDY_FLAP (container)); in glade_hdy_flap_post_create()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-flap.h41 GtkWidget *hdy_flap_get_content (HdyFlap *self);
H A Dhdy-flap.c1370 g_value_set_object (value, hdy_flap_get_content (self)); in hdy_flap_get_property()
2037 hdy_flap_get_content (HdyFlap *self) in hdy_flap_get_content() function
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-flap.h41 GtkWidget *hdy_flap_get_content (HdyFlap *self);
H A Dhdy-flap.c1370 g_value_set_object (value, hdy_flap_get_content (self)); in hdy_flap_get_property()
2037 hdy_flap_get_content (HdyFlap *self) in hdy_flap_get_content() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dflap.rs48 unsafe { from_glib_none(ffi::hdy_flap_get_content(self.to_glib_none().0)) } in content()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs1422 pub fn hdy_flap_get_content(self_: *mut HdyFlap) -> *mut gtk::GtkWidget; in hdy_flap_get_content() function