Home
last modified time | relevance | path

Searched refs:set_property_text (Results 1 – 15 of 15) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/widgets/
H A Dkicked_dialog.rs49 .set_property_text(Some(text.as_str())); in show()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcell_renderer_progress.rs269 fn set_property_text(&self, text: Option<&str>); in set_property_text() method
361 fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
H A Dmessage_dialog.rs732 fn set_property_text(&self, text: Option<&str>); in set_property_text() method
873 fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
H A Dmodel_button.rs267 pub fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
H A Dcell_renderer_text.rs751 fn set_property_text(&self, text: Option<&str>); in set_property_text() method
1790 fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcell_renderer_progress.rs279 fn set_property_text(&self, text: Option<&str>); in set_property_text() method
363 fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
H A Dmessage_dialog.rs804 fn set_property_text(&self, text: Option<&str>); in set_property_text() method
935 fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
H A Dmodel_button.rs242 pub fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
H A Dcell_renderer_text.rs783 fn set_property_text(&self, text: Option<&str>); in set_property_text() method
1681 fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcell_renderer_progress.rs269 fn set_property_text(&self, text: Option<&str>); in set_property_text() method
361 fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
H A Dmessage_dialog.rs732 fn set_property_text(&self, text: Option<&str>); in set_property_text() method
873 fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
H A Dmodel_button.rs267 pub fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
H A Dcell_renderer_text.rs751 fn set_property_text(&self, text: Option<&str>); in set_property_text() method
1790 fn set_property_text(&self, text: Option<&str>) { in set_property_text() method
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/appop/
H A Dinvite.rs284 dialog.set_property_text(Some(title.as_str())); in show_inv_dialog()
H A Droom.rs361 dialog.set_property_text(Some(text.as_str())); in leave_active_room()