Home
last modified time | relevance | path

Searched refs:touch_only (Results 1 – 25 of 107) sorted by relevance

12345

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkgesturesingle.c54 guint touch_only : 1; member
82 g_value_set_boolean (value, priv->touch_only); in G_DEFINE_TYPE_WITH_PRIVATE()
167 if (priv->touch_only && !test_touchscreen && source != GDK_SOURCE_TOUCHSCREEN) in gtk_gesture_single_handle_event()
175 if (priv->touch_only && !test_touchscreen && source != GDK_SOURCE_TOUCHSCREEN) in gtk_gesture_single_handle_event()
309 if (!priv->touch_only || gtk_simulate_touchscreen ()) in _gtk_gesture_single_update_evmask()
322 priv->touch_only = FALSE; in gtk_gesture_single_init()
346 return priv->touch_only; in gtk_gesture_single_get_touch_only()
362 gboolean touch_only) in gtk_gesture_single_set_touch_only() argument
368 touch_only = touch_only != FALSE; in gtk_gesture_single_set_touch_only()
371 if (priv->touch_only == touch_only) in gtk_gesture_single_set_touch_only()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkgesturesingle.c54 guint touch_only : 1; member
82 g_value_set_boolean (value, priv->touch_only); in G_DEFINE_TYPE_WITH_PRIVATE()
172 if (priv->touch_only && !test_touchscreen && source != GDK_SOURCE_TOUCHSCREEN) in gtk_gesture_single_handle_event()
180 if (priv->touch_only && !test_touchscreen && source != GDK_SOURCE_TOUCHSCREEN) in gtk_gesture_single_handle_event()
306 priv->touch_only = FALSE; in gtk_gesture_single_init()
327 return priv->touch_only; in gtk_gesture_single_get_touch_only()
343 gboolean touch_only) in gtk_gesture_single_set_touch_only() argument
349 touch_only = touch_only != FALSE; in gtk_gesture_single_set_touch_only()
352 if (priv->touch_only == touch_only) in gtk_gesture_single_set_touch_only()
355 priv->touch_only = touch_only; in gtk_gesture_single_set_touch_only()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dgesture_swipe.rs88 touch_only: Option<bool>, field
100 touch_only: None, in new()
116 if let Some(ref touch_only) = self.touch_only { in build()
117 properties.push(("touch-only", touch_only)); in build()
147 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
148 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_pan.rs115 touch_only: Option<bool>, field
128 touch_only: None, in new()
147 if let Some(ref touch_only) = self.touch_only { in build()
148 properties.push(("touch-only", touch_only)); in build()
183 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
184 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_long_press.rs140 touch_only: Option<bool>, field
153 touch_only: None, in new()
172 if let Some(ref touch_only) = self.touch_only { in build()
173 properties.push(("touch-only", touch_only)); in build()
208 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
209 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_multi_press.rs143 touch_only: Option<bool>, field
155 touch_only: None, in new()
171 if let Some(ref touch_only) = self.touch_only { in build()
172 properties.push(("touch-only", touch_only)); in build()
202 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
203 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_drag.rs49 touch_only: Option<bool>, field
61 touch_only: None, in new()
77 if let Some(ref touch_only) = self.touch_only { in build()
78 properties.push(("touch-only", touch_only)); in build()
108 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
109 self.touch_only = Some(touch_only); in touch_only()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dgesture_swipe.rs91 touch_only: Option<bool>, field
111 if let Some(ref touch_only) = self.touch_only { in build()
112 properties.push(("touch-only", touch_only)); in build()
142 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
143 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_pan.rs116 touch_only: Option<bool>, field
139 if let Some(ref touch_only) = self.touch_only { in build()
140 properties.push(("touch-only", touch_only)); in build()
175 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
176 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_long_press.rs144 touch_only: Option<bool>, field
167 if let Some(ref touch_only) = self.touch_only { in build()
168 properties.push(("touch-only", touch_only)); in build()
203 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
204 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_multi_press.rs144 touch_only: Option<bool>, field
164 if let Some(ref touch_only) = self.touch_only { in build()
165 properties.push(("touch-only", touch_only)); in build()
195 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
196 self.touch_only = Some(touch_only); in touch_only()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dgesture_swipe.rs91 touch_only: Option<bool>, field
111 if let Some(ref touch_only) = self.touch_only { in build()
112 properties.push(("touch-only", touch_only)); in build()
142 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
143 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_pan.rs116 touch_only: Option<bool>, field
139 if let Some(ref touch_only) = self.touch_only { in build()
140 properties.push(("touch-only", touch_only)); in build()
175 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
176 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_multi_press.rs144 touch_only: Option<bool>, field
164 if let Some(ref touch_only) = self.touch_only { in build()
165 properties.push(("touch-only", touch_only)); in build()
195 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
196 self.touch_only = Some(touch_only); in touch_only()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dgesture_swipe.rs104 touch_only: Option<bool>, field
128 if let Some(ref touch_only) = self.touch_only { in build()
129 properties.push(("touch-only", touch_only)); in build()
157 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
158 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_pan.rs125 touch_only: Option<bool>, field
152 if let Some(ref touch_only) = self.touch_only { in build()
153 properties.push(("touch-only", touch_only)); in build()
186 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
187 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_long_press.rs156 touch_only: Option<bool>, field
183 if let Some(ref touch_only) = self.touch_only { in build()
184 properties.push(("touch-only", touch_only)); in build()
217 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
218 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_multi_press.rs160 touch_only: Option<bool>, field
184 if let Some(ref touch_only) = self.touch_only { in build()
185 properties.push(("touch-only", touch_only)); in build()
213 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
214 self.touch_only = Some(touch_only); in touch_only()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dgesture_swipe.rs104 touch_only: Option<bool>, field
128 if let Some(ref touch_only) = self.touch_only { in build()
129 properties.push(("touch-only", touch_only)); in build()
157 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
158 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_pan.rs125 touch_only: Option<bool>, field
152 if let Some(ref touch_only) = self.touch_only { in build()
153 properties.push(("touch-only", touch_only)); in build()
186 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
187 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_long_press.rs156 touch_only: Option<bool>, field
183 if let Some(ref touch_only) = self.touch_only { in build()
184 properties.push(("touch-only", touch_only)); in build()
217 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
218 self.touch_only = Some(touch_only); in touch_only()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dgesture_swipe.rs104 touch_only: Option<bool>, field
128 if let Some(ref touch_only) = self.touch_only { in build()
129 properties.push(("touch-only", touch_only)); in build()
157 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
158 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_pan.rs125 touch_only: Option<bool>, field
152 if let Some(ref touch_only) = self.touch_only { in build()
153 properties.push(("touch-only", touch_only)); in build()
186 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
187 self.touch_only = Some(touch_only); in touch_only()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dgesture_swipe.rs104 touch_only: Option<bool>, field
128 if let Some(ref touch_only) = self.touch_only { in build()
129 properties.push(("touch-only", touch_only)); in build()
157 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
158 self.touch_only = Some(touch_only); in touch_only()
H A Dgesture_pan.rs125 touch_only: Option<bool>, field
152 if let Some(ref touch_only) = self.touch_only { in build()
153 properties.push(("touch-only", touch_only)); in build()
186 pub fn touch_only(mut self, touch_only: bool) -> Self { in touch_only() method
187 self.touch_only = Some(touch_only); in touch_only()

12345