Home
last modified time | relevance | path

Searched refs:strikethrough_rgba_set (Results 1 – 14 of 14) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktexttagprivate.h63 guint strikethrough_rgba_set : 1; member
H A Dgtktexttag.c1137 if (!priv->strikethrough_rgba_set) in set_strikethrough_rgba()
1139 priv->strikethrough_rgba_set = TRUE; in set_strikethrough_rgba()
1145 if (priv->strikethrough_rgba_set) in set_strikethrough_rgba()
1147 priv->strikethrough_rgba_set = FALSE; in set_strikethrough_rgba()
1846 priv->strikethrough_rgba_set = g_value_get_boolean (value); in gtk_text_tag_set_property()
2054 if (priv->strikethrough_rgba_set) in gtk_text_tag_get_property()
2197 g_value_set_boolean (value, priv->strikethrough_rgba_set); in gtk_text_tag_get_property()
H A Dgtktextattributes.c317 if (tag->priv->strikethrough_rgba_set) in _gtk_text_attributes_fill_from_tags()
483 priv->strikethrough_rgba_set || in _gtk_text_tag_affects_nonsize_appearance()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtext_tag.rs105 strikethrough_rgba_set: Option<bool>, field
186 strikethrough_rgba_set: None, in new()
384 if let Some(ref strikethrough_rgba_set) = self.strikethrough_rgba_set { in build()
385 properties.push(("strikethrough-rgba-set", strikethrough_rgba_set)); in build()
717 pub fn strikethrough_rgba_set(mut self, strikethrough_rgba_set: bool) -> Self { in strikethrough_rgba_set() method
718 self.strikethrough_rgba_set = Some(strikethrough_rgba_set); in strikethrough_rgba_set()
1032 fn set_property_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool); in set_property_strikethrough_rgba_set()
2547 fn set_property_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool) { in set_property_strikethrough_rgba_set()
2552 Value::from(&strikethrough_rgba_set).to_glib_none().0, in set_property_strikethrough_rgba_set()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtext_tag.rs106 strikethrough_rgba_set: Option<bool>, field
312 if let Some(ref strikethrough_rgba_set) = self.strikethrough_rgba_set { in build()
313 properties.push(("strikethrough-rgba-set", strikethrough_rgba_set)); in build()
653 pub fn strikethrough_rgba_set(mut self, strikethrough_rgba_set: bool) -> Self { in strikethrough_rgba_set() method
654 self.strikethrough_rgba_set = Some(strikethrough_rgba_set); in strikethrough_rgba_set()
977 fn set_property_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool); in set_property_strikethrough_rgba_set()
2673 fn set_property_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool) { in set_property_strikethrough_rgba_set()
2678 Value::from(&strikethrough_rgba_set).to_glib_none().0, in set_property_strikethrough_rgba_set()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtext_tag.rs106 strikethrough_rgba_set: Option<bool>, field
312 if let Some(ref strikethrough_rgba_set) = self.strikethrough_rgba_set { in build()
313 properties.push(("strikethrough-rgba-set", strikethrough_rgba_set)); in build()
653 pub fn strikethrough_rgba_set(mut self, strikethrough_rgba_set: bool) -> Self { in strikethrough_rgba_set() method
654 self.strikethrough_rgba_set = Some(strikethrough_rgba_set); in strikethrough_rgba_set()
977 fn set_property_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool); in set_property_strikethrough_rgba_set()
2673 fn set_property_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool) { in set_property_strikethrough_rgba_set()
2678 Value::from(&strikethrough_rgba_set).to_glib_none().0, in set_property_strikethrough_rgba_set()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtext_tag.rs106 strikethrough_rgba_set: Option<bool>, field
300 if let Some(ref strikethrough_rgba_set) = self.strikethrough_rgba_set { in build()
301 properties.push(("strikethrough-rgba-set", strikethrough_rgba_set)); in build()
626 pub fn strikethrough_rgba_set(mut self, strikethrough_rgba_set: bool) -> Self { in strikethrough_rgba_set() method
627 self.strikethrough_rgba_set = Some(strikethrough_rgba_set); in strikethrough_rgba_set()
1021 fn set_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool); in set_strikethrough_rgba_set()
2664 fn set_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool) { in set_strikethrough_rgba_set()
2669 strikethrough_rgba_set.to_value().to_glib_none().0, in set_strikethrough_rgba_set()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_tag.rs106 strikethrough_rgba_set: Option<bool>, field
300 if let Some(ref strikethrough_rgba_set) = self.strikethrough_rgba_set { in build()
301 properties.push(("strikethrough-rgba-set", strikethrough_rgba_set)); in build()
626 pub fn strikethrough_rgba_set(mut self, strikethrough_rgba_set: bool) -> Self { in strikethrough_rgba_set() method
627 self.strikethrough_rgba_set = Some(strikethrough_rgba_set); in strikethrough_rgba_set()
1021 fn set_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool); in set_strikethrough_rgba_set()
2664 fn set_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool) { in set_strikethrough_rgba_set()
2669 strikethrough_rgba_set.to_value().to_glib_none().0, in set_strikethrough_rgba_set()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_tag.rs106 strikethrough_rgba_set: Option<bool>, field
300 if let Some(ref strikethrough_rgba_set) = self.strikethrough_rgba_set { in build()
301 properties.push(("strikethrough-rgba-set", strikethrough_rgba_set)); in build()
626 pub fn strikethrough_rgba_set(mut self, strikethrough_rgba_set: bool) -> Self { in strikethrough_rgba_set() method
627 self.strikethrough_rgba_set = Some(strikethrough_rgba_set); in strikethrough_rgba_set()
1021 fn set_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool); in set_strikethrough_rgba_set()
2664 fn set_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool) { in set_strikethrough_rgba_set()
2669 strikethrough_rgba_set.to_value().to_glib_none().0, in set_strikethrough_rgba_set()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_tag.rs106 strikethrough_rgba_set: Option<bool>, field
300 if let Some(ref strikethrough_rgba_set) = self.strikethrough_rgba_set { in build()
301 properties.push(("strikethrough-rgba-set", strikethrough_rgba_set)); in build()
626 pub fn strikethrough_rgba_set(mut self, strikethrough_rgba_set: bool) -> Self { in strikethrough_rgba_set() method
627 self.strikethrough_rgba_set = Some(strikethrough_rgba_set); in strikethrough_rgba_set()
1021 fn set_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool); in set_strikethrough_rgba_set()
2664 fn set_strikethrough_rgba_set(&self, strikethrough_rgba_set: bool) { in set_strikethrough_rgba_set()
2669 strikethrough_rgba_set.to_value().to_glib_none().0, in set_strikethrough_rgba_set()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/
H A DNEWS386 strikethrough_rgba_set/underline_rgba/underline_rgba_set/font_features/
H A DChangeLog1433 strikethrough_rgba_set/underline_rgba/underline_rgba_set/font_features/
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgtk+-3.0.vapi8165 public bool strikethrough_rgba_set { get; set; }
H A Dgtk4.vapi11363 public bool strikethrough_rgba_set { get; set; }