Home
last modified time | relevance | path

Searched refs:cell_background (Results 1 – 25 of 99) sorted by relevance

1234

/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcell_renderer_spinner.rs51 cell_background: Option<String>, field
73 cell_background: None, in new()
101 if let Some(ref cell_background) = self.cell_background { in build()
102 properties.push(("cell-background", cell_background)); in build()
164 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
165 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_toggle.rs54 cell_background: Option<String>, field
78 cell_background: None, in new()
112 if let Some(ref cell_background) = self.cell_background { in build()
113 properties.push(("cell-background", cell_background)); in build()
185 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
186 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_progress.rs55 cell_background: Option<String>, field
80 cell_background: None, in new()
117 if let Some(ref cell_background) = self.cell_background { in build()
118 properties.push(("cell-background", cell_background)); in build()
195 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
196 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_pixbuf.rs58 cell_background: Option<String>, field
85 cell_background: None, in new()
128 if let Some(ref cell_background) = self.cell_background { in build()
129 properties.push(("cell-background", cell_background)); in build()
216 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
217 self.cell_background = Some(cell_background.to_string()); in cell_background()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dcell_renderer_spinner.rs59 cell_background: Option<String>, field
95 if let Some(ref cell_background) = self.cell_background { in build()
96 properties.push(("cell-background", cell_background)); in build()
156 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
157 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_toggle.rs61 cell_background: Option<String>, field
103 if let Some(ref cell_background) = self.cell_background { in build()
104 properties.push(("cell-background", cell_background)); in build()
174 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
175 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_progress.rs63 cell_background: Option<String>, field
109 if let Some(ref cell_background) = self.cell_background { in build()
110 properties.push(("cell-background", cell_background)); in build()
188 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
189 self.cell_background = Some(cell_background.to_string()); in cell_background()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_renderer_spinner.rs59 cell_background: Option<String>, field
95 if let Some(ref cell_background) = self.cell_background { in build()
96 properties.push(("cell-background", cell_background)); in build()
156 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
157 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_toggle.rs61 cell_background: Option<String>, field
103 if let Some(ref cell_background) = self.cell_background { in build()
104 properties.push(("cell-background", cell_background)); in build()
174 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
175 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_progress.rs63 cell_background: Option<String>, field
109 if let Some(ref cell_background) = self.cell_background { in build()
110 properties.push(("cell-background", cell_background)); in build()
188 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
189 self.cell_background = Some(cell_background.to_string()); in cell_background()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcell_renderer_spinner.rs52 cell_background: Option<String>, field
84 if let Some(ref cell_background) = self.cell_background { in build()
85 properties.push(("cell-background", cell_background)); in build()
147 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
148 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_toggle.rs55 cell_background: Option<String>, field
93 if let Some(ref cell_background) = self.cell_background { in build()
94 properties.push(("cell-background", cell_background)); in build()
166 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
167 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_progress.rs57 cell_background: Option<String>, field
99 if let Some(ref cell_background) = self.cell_background { in build()
100 properties.push(("cell-background", cell_background)); in build()
180 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
181 self.cell_background = Some(cell_background.to_string()); in cell_background()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcell_renderer_spinner.rs52 cell_background: Option<String>, field
84 if let Some(ref cell_background) = self.cell_background { in build()
85 properties.push(("cell-background", cell_background)); in build()
147 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
148 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_toggle.rs55 cell_background: Option<String>, field
93 if let Some(ref cell_background) = self.cell_background { in build()
94 properties.push(("cell-background", cell_background)); in build()
166 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
167 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_progress.rs57 cell_background: Option<String>, field
99 if let Some(ref cell_background) = self.cell_background { in build()
100 properties.push(("cell-background", cell_background)); in build()
180 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
181 self.cell_background = Some(cell_background.to_string()); in cell_background()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_renderer_spinner.rs59 cell_background: Option<String>, field
95 if let Some(ref cell_background) = self.cell_background { in build()
96 properties.push(("cell-background", cell_background)); in build()
156 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
157 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_toggle.rs61 cell_background: Option<String>, field
103 if let Some(ref cell_background) = self.cell_background { in build()
104 properties.push(("cell-background", cell_background)); in build()
174 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
175 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_progress.rs63 cell_background: Option<String>, field
109 if let Some(ref cell_background) = self.cell_background { in build()
110 properties.push(("cell-background", cell_background)); in build()
188 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
189 self.cell_background = Some(cell_background.to_string()); in cell_background()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_renderer_spinner.rs59 cell_background: Option<String>, field
95 if let Some(ref cell_background) = self.cell_background { in build()
96 properties.push(("cell-background", cell_background)); in build()
156 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
157 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_toggle.rs61 cell_background: Option<String>, field
103 if let Some(ref cell_background) = self.cell_background { in build()
104 properties.push(("cell-background", cell_background)); in build()
174 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
175 self.cell_background = Some(cell_background.to_string()); in cell_background()
H A Dcell_renderer_progress.rs63 cell_background: Option<String>, field
109 if let Some(ref cell_background) = self.cell_background { in build()
110 properties.push(("cell-background", cell_background)); in build()
188 pub fn cell_background(mut self, cell_background: &str) -> Self { in cell_background() method
189 self.cell_background = Some(cell_background.to_string()); in cell_background()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcellrenderer.c45 GdkColor cell_background; member
360 color.red = priv->cell_background.red; in gtk_cell_renderer_get_property()
361 color.green = priv->cell_background.green; in gtk_cell_renderer_get_property()
362 color.blue = priv->cell_background.blue; in gtk_cell_renderer_get_property()
464 priv->cell_background.red = color->red; in set_cell_bg_color()
465 priv->cell_background.green = color->green; in set_cell_bg_color()
466 priv->cell_background.blue = color->blue; in set_cell_bg_color()
572 gdk_cairo_set_source_color (cr, &priv->cell_background); in gtk_cell_renderer_render()
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/
H A Ddndtreeview.cc76 Gdk::Rectangle cell_background (0, 0, width, height); in on_drag_begin() local
84 gdk_cairo_rectangle (cr, (cell_background).gobj()); in on_drag_begin()
94 (cell_background).gobj(), in on_drag_begin()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcellareabox.c1165 GdkRectangle cell_alloc, cell_background; in gtk_cell_area_box_foreach_alloc() local
1244 cell_background = cell_alloc; in gtk_cell_area_box_foreach_alloc()
1254cell_background.x = background_area->x + background_area->width - cell_background.width; in gtk_cell_area_box_foreach_alloc()
1269 cell_background.x -= remain; in gtk_cell_area_box_foreach_alloc()
1274 cell_background.y = background_area->y; in gtk_cell_area_box_foreach_alloc()
1275 cell_background.height = background_area->height; in gtk_cell_area_box_foreach_alloc()
1281 cell_background.height += cell_background.y - background_area->y; in gtk_cell_area_box_foreach_alloc()
1282 cell_background.y = background_area->y; in gtk_cell_area_box_foreach_alloc()
1286 cell_background.height = in gtk_cell_area_box_foreach_alloc()
1289 cell_background.x = background_area->x; in gtk_cell_area_box_foreach_alloc()
[all …]

1234