Home
last modified time | relevance | path

Searched refs:y_fill (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/lua-lgi/lgi-0.9.2/samples/
H A Dmxwidgets.lua41 table.meta[button].y_fill = false
45 table.meta[entry].y_fill = false
51 table.meta[entry].y_fill = false
61 table.meta[entry].y_fill = false
65 table.meta[progressbar].y_fill = false
69 table.meta[slider].y_fill = false
80 table.meta[expander].y_fill = false
85 table.meta[toggle].y_fill = false
89 table.meta[togglebutton].y_fill = false
94 table.meta[checkbutton].y_fill = false
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-bin.c49 guint y_fill : 1; member
126 priv->x_fill, priv->y_fill, in st_bin_allocate()
152 _st_actor_get_preferred_width (priv->child, for_height, priv->y_fill, in st_bin_get_preferred_width()
261 bin->priv->y_fill); in st_bin_set_property()
294 g_value_set_boolean (value, priv->y_fill); in st_bin_get_property()
553 gboolean y_fill) in st_bin_set_fill() argument
572 if (priv->y_fill != y_fill) in st_bin_set_fill()
574 priv->y_fill = y_fill; in st_bin_set_fill()
597 gboolean *y_fill) in st_bin_get_fill() argument
604 if (y_fill) in st_bin_get_fill()
[all …]
H A Dst-bin.h81 gboolean y_fill);
84 gboolean *y_fill);
H A Dst-table-child.c108 child->y_fill = g_value_get_boolean (value); in table_child_set_property()
160 g_value_set_boolean (value, child->y_fill); in table_child_get_property()
298 self->y_fill = TRUE; in st_table_child_init()
485 return meta->y_fill; in st_table_child_get_y_fill()
510 meta->y_fill = fill; in st_table_child_set_y_fill()
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dbox-layout.cc217 void BoxLayout::pack(const Glib::RefPtr<Actor>& p1, bool expand, bool x_fill, bool y_fill, BoxAlign… in pack() argument
219 …1), static_cast<int>(expand), static_cast<int>(x_fill), static_cast<int>(y_fill), ((ClutterBoxAlig… in pack()
262 void BoxLayout::set_fill(const Glib::RefPtr<Actor>& child, bool x_fill, bool y_fill) in set_fill() argument
264 …x_layout_set_fill(gobj(), Glib::unwrap(child), static_cast<int>(x_fill), static_cast<int>(y_fill)); in set_fill()
271 void BoxLayout::get_fill(const Glib::RefPtr<Actor>& child, bool & x_fill, bool & y_fill) const in get_fill()
273 …ClutterBoxLayout*>(gobj()), Glib::unwrap(child), ((gboolean*) &(x_fill)), ((gboolean*) &(y_fill))); in get_fill()
H A Dbox-layout.h261 …void pack(const Glib::RefPtr<Actor>& p1, bool expand, bool x_fill, bool y_fill, BoxAlignment x_ali…
342 void set_fill(const Glib::RefPtr<Actor>& child, bool x_fill, bool y_fill);
359 void get_fill(const Glib::RefPtr<Actor>& child, bool & x_fill, bool & y_fill) const;
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/html/examples/
H A Dlayouts-box-property-effects.c22 gboolean y_fill; member
109 (state->y_fill ? "true" : "false"), in show_status()
171 state->y_fill = !state->y_fill; in toggle_y_fill()
175 gboolean_to_gvalue (state->y_fill)); in toggle_y_fill()
321 state->y_fill = FALSE; in main()
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/examples/
H A Dlayouts-box-property-effects.c22 gboolean y_fill; member
109 (state->y_fill ? "true" : "false"), in show_status()
171 state->y_fill = !state->y_fill; in toggle_y_fill()
175 gboolean_to_gvalue (state->y_fill)); in toggle_y_fill()
321 state->y_fill = FALSE; in main()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-box-layout.c101 guint y_fill : 1; member
207 gboolean y_fill) in box_child_set_fill() argument
218 if (self->y_fill != y_fill) in box_child_set_fill()
220 self->y_fill = y_fill; in box_child_set_fill()
284 self->y_fill); in clutter_box_child_set_property()
326 g_value_set_boolean (value, self->y_fill); in clutter_box_child_get_property()
398 self->x_fill = self->y_fill = FALSE; in clutter_box_child_init()
1801 gboolean y_fill, in clutter_box_layout_pack() argument
1969 gboolean y_fill) in clutter_box_layout_set_fill() argument
2063 if (y_fill) in clutter_box_layout_get_fill()
[all …]
H A Dclutter-box-layout.h119 gboolean y_fill,
136 gboolean y_fill);
141 gboolean *y_fill);
H A Dclutter-bin-layout.c431 gboolean x_fill, y_fill, is_fixed_position_set; in clutter_bin_layout_allocate() local
504 y_fill = align == CLUTTER_ACTOR_ALIGN_FILL; in clutter_bin_layout_allocate()
509 y_fill = (layer->y_align == CLUTTER_BIN_ALIGNMENT_FILL); in clutter_bin_layout_allocate()
520 x_fill, y_fill, in clutter_bin_layout_allocate()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-box-layout.c101 guint y_fill : 1; member
207 gboolean y_fill) in box_child_set_fill() argument
218 if (self->y_fill != y_fill) in box_child_set_fill()
220 self->y_fill = y_fill; in box_child_set_fill()
284 self->y_fill); in clutter_box_child_set_property()
326 g_value_set_boolean (value, self->y_fill); in clutter_box_child_get_property()
398 self->x_fill = self->y_fill = FALSE; in clutter_box_child_init()
1801 gboolean y_fill, in clutter_box_layout_pack() argument
1969 gboolean y_fill) in clutter_box_layout_set_fill() argument
2063 if (y_fill) in clutter_box_layout_get_fill()
[all …]
H A Dclutter-box-layout.h119 gboolean y_fill,
136 gboolean y_fill);
141 gboolean *y_fill);
H A Dclutter-bin-layout.c431 gboolean x_fill, y_fill, is_fixed_position_set; in clutter_bin_layout_allocate() local
504 y_fill = align == CLUTTER_ACTOR_ALIGN_FILL; in clutter_bin_layout_allocate()
509 y_fill = (layer->y_align == CLUTTER_BIN_ALIGNMENT_FILL); in clutter_bin_layout_allocate()
520 x_fill, y_fill, in clutter_bin_layout_allocate()
/dports/graphics/clutter/clutter-1.26.4/clutter/deprecated/
H A Dclutter-table-layout.c149 guint y_fill : 1; member
308 gboolean y_fill) in table_child_set_fill() argument
313 y_fill = !!y_fill; in table_child_set_fill()
322 if (self->y_fill != y_fill) in table_child_set_fill()
324 self->y_fill = y_fill; in table_child_set_fill()
440 self->y_fill); in clutter_table_child_set_property()
636 self->y_fill = TRUE; in clutter_table_child_init()
1406 gboolean x_fill, y_fill; in clutter_table_layout_allocate() local
1424 y_fill = meta->y_fill; in clutter_table_layout_allocate()
2271 if (y_fill) in clutter_table_layout_get_fill()
[all …]
H A Dclutter-table-layout.h132 gboolean y_fill);
137 gboolean *y_fill);
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/deprecated/
H A Dclutter-table-layout.c149 guint y_fill : 1; member
308 gboolean y_fill) in table_child_set_fill() argument
313 y_fill = !!y_fill; in table_child_set_fill()
322 if (self->y_fill != y_fill) in table_child_set_fill()
324 self->y_fill = y_fill; in table_child_set_fill()
440 self->y_fill); in clutter_table_child_set_property()
636 self->y_fill = TRUE; in clutter_table_child_init()
1406 gboolean x_fill, y_fill; in clutter_table_layout_allocate() local
1424 y_fill = meta->y_fill; in clutter_table_layout_allocate()
2271 if (y_fill) in clutter_table_layout_get_fill()
[all …]
H A Dclutter-table-layout.h132 gboolean y_fill);
137 gboolean *y_fill);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/highlighter/
H A Dhighlighter_result_view.cc152 const float y_fill = y - kStrokeFillWidth / 2; in DrawHorizontalBar() local
153 const float y_outline_left = y_fill - kStrokeOutlineWidth; in DrawHorizontalBar()
154 const float y_outline_right = y_fill + kStrokeFillWidth; in DrawHorizontalBar()
157 canvas.DrawRect(gfx::RectF(x, y_fill, width, kStrokeFillWidth), flags); in DrawHorizontalBar()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-bin-layout.c428 gboolean x_fill, y_fill, is_fixed_position_set; in clutter_bin_layout_allocate() local
501 y_fill = align == CLUTTER_ACTOR_ALIGN_FILL; in clutter_bin_layout_allocate()
506 y_fill = (layer->y_align == CLUTTER_BIN_ALIGNMENT_FILL); in clutter_bin_layout_allocate()
517 x_fill, y_fill); in clutter_bin_layout_allocate()
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/src/
H A Dbox-layout.hg55 …_WRAP_METHOD(void pack(const Glib::RefPtr<Actor>&, bool expand, bool x_fill, bool y_fill, BoxAlign…
61 …_WRAP_METHOD(void set_fill(const Glib::RefPtr<Actor>& child, bool x_fill, bool y_fill), clutter_bo…
63 …_WRAP_METHOD(void get_fill(const Glib::RefPtr<Actor>& child, bool &x_fill, bool &y_fill) const, cl…
/dports/graphics/goocanvasmm2/goocanvasmm-1.90.9/goocanvas/src/
H A Dtablemodel.ccg32 const gboolean y_fill = (yoptions & Gtk::FILL) != 0;
44 "y-fill", y_fill,
H A Dtable.ccg32 const gboolean y_fill = (yoptions & Gtk::FILL) != 0;
44 "y-fill", y_fill,
/dports/graphics/goocanvasmm2/goocanvasmm-1.90.9/goocanvas/goocanvasmm/
H A Dtable.cc40 const gboolean y_fill = (yoptions & Gtk::FILL) != 0; in attach() local
52 "y-fill", y_fill, in attach()
H A Dtablemodel.cc40 const gboolean y_fill = (yoptions & Gtk::FILL) != 0; in attach() local
52 "y-fill", y_fill, in attach()

12