Home
last modified time | relevance | path

Searched refs:width_request (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Ddrawing_area.rs72 width_request: Option<i32>, field
110 width_request: None, in new()
212 if let Some(ref width_request) = self.width_request { in build()
213 properties.push(("width-request", width_request)); in build()
377 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
378 self.width_request = Some(width_request); in width_request()
H A Dseparator.rs70 width_request: Option<i32>, field
108 width_request: None, in new()
210 if let Some(ref width_request) = self.width_request { in build()
211 properties.push(("width-request", width_request)); in build()
375 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
376 self.width_request = Some(width_request); in width_request()
H A Dfixed.rs77 width_request: Option<i32>, field
118 width_request: None, in new()
229 if let Some(ref width_request) = self.width_request { in build()
230 properties.push(("width-request", width_request)); in build()
409 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
410 self.width_request = Some(width_request); in width_request()
H A Dinvisible.rs89 width_request: Option<i32>, field
128 width_request: None, in new()
233 if let Some(ref width_request) = self.width_request { in build()
234 properties.push(("width-request", width_request)); in build()
403 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
404 self.width_request = Some(width_request); in width_request()
H A Drecent_chooser_widget.rs95 width_request: Option<i32>, field
139 width_request: None, in new()
259 if let Some(ref width_request) = self.width_request { in build()
260 properties.push(("width-request", width_request)); in build()
454 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
455 self.width_request = Some(width_request); in width_request()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Ddrawing_area.rs73 width_request: Option<i32>, field
179 if let Some(ref width_request) = self.width_request { in build()
180 properties.push(("width-request", width_request)); in build()
344 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
345 self.width_request = Some(width_request); in width_request()
H A Dseparator.rs71 width_request: Option<i32>, field
178 if let Some(ref width_request) = self.width_request { in build()
179 properties.push(("width-request", width_request)); in build()
346 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
347 self.width_request = Some(width_request); in width_request()
H A Dinvisible.rs89 width_request: Option<i32>, field
198 if let Some(ref width_request) = self.width_request { in build()
199 properties.push(("width-request", width_request)); in build()
368 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
369 self.width_request = Some(width_request); in width_request()
H A Dfixed.rs77 width_request: Option<i32>, field
192 if let Some(ref width_request) = self.width_request { in build()
193 properties.push(("width-request", width_request)); in build()
372 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
373 self.width_request = Some(width_request); in width_request()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Ddrawing_area.rs73 width_request: Option<i32>, field
179 if let Some(ref width_request) = self.width_request { in build()
180 properties.push(("width-request", width_request)); in build()
344 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
345 self.width_request = Some(width_request); in width_request()
H A Dseparator.rs71 width_request: Option<i32>, field
178 if let Some(ref width_request) = self.width_request { in build()
179 properties.push(("width-request", width_request)); in build()
346 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
347 self.width_request = Some(width_request); in width_request()
H A Dinvisible.rs89 width_request: Option<i32>, field
198 if let Some(ref width_request) = self.width_request { in build()
199 properties.push(("width-request", width_request)); in build()
368 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
369 self.width_request = Some(width_request); in width_request()
H A Dfixed.rs77 width_request: Option<i32>, field
192 if let Some(ref width_request) = self.width_request { in build()
193 properties.push(("width-request", width_request)); in build()
372 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
373 self.width_request = Some(width_request); in width_request()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dseparator.rs84 width_request: Option<i32>, field
193 if let Some(ref width_request) = self.width_request { in build()
194 properties.push(("width-request", width_request)); in build()
360 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
361 self.width_request = Some(width_request); in width_request()
H A Ddrawing_area.rs86 width_request: Option<i32>, field
194 if let Some(ref width_request) = self.width_request { in build()
195 properties.push(("width-request", width_request)); in build()
358 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
359 self.width_request = Some(width_request); in width_request()
H A Dfixed.rs90 width_request: Option<i32>, field
207 if let Some(ref width_request) = self.width_request { in build()
208 properties.push(("width-request", width_request)); in build()
385 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
386 self.width_request = Some(width_request); in width_request()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dseparator.rs84 width_request: Option<i32>, field
193 if let Some(ref width_request) = self.width_request { in build()
194 properties.push(("width-request", width_request)); in build()
360 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
361 self.width_request = Some(width_request); in width_request()
H A Ddrawing_area.rs86 width_request: Option<i32>, field
194 if let Some(ref width_request) = self.width_request { in build()
195 properties.push(("width-request", width_request)); in build()
358 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
359 self.width_request = Some(width_request); in width_request()
H A Dfixed.rs90 width_request: Option<i32>, field
207 if let Some(ref width_request) = self.width_request { in build()
208 properties.push(("width-request", width_request)); in build()
385 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
386 self.width_request = Some(width_request); in width_request()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Ddrawing_area.rs86 width_request: Option<i32>, field
194 if let Some(ref width_request) = self.width_request { in build()
195 properties.push(("width-request", width_request)); in build()
358 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
359 self.width_request = Some(width_request); in width_request()
H A Dseparator.rs84 width_request: Option<i32>, field
193 if let Some(ref width_request) = self.width_request { in build()
194 properties.push(("width-request", width_request)); in build()
360 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
361 self.width_request = Some(width_request); in width_request()
H A Dfixed.rs90 width_request: Option<i32>, field
207 if let Some(ref width_request) = self.width_request { in build()
208 properties.push(("width-request", width_request)); in build()
385 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
386 self.width_request = Some(width_request); in width_request()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Ddrawing_area.rs86 width_request: Option<i32>, field
194 if let Some(ref width_request) = self.width_request { in build()
195 properties.push(("width-request", width_request)); in build()
358 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
359 self.width_request = Some(width_request); in width_request()
H A Dseparator.rs84 width_request: Option<i32>, field
193 if let Some(ref width_request) = self.width_request { in build()
194 properties.push(("width-request", width_request)); in build()
360 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
361 self.width_request = Some(width_request); in width_request()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dwindow_handle.rs90 width_request: Option<i32>, field
221 if let Some(ref width_request) = self.width_request { in build()
222 properties.push(("width-request", width_request)); in build()
423 pub fn width_request(mut self, width_request: i32) -> Self { in width_request() method
424 self.width_request = Some(width_request); in width_request()

12345678910>>...35