Home
last modified time | relevance | path

Searched refs:flow_box (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11/swayfloatingswitcher/SwayFloatingSwitcher-4f02259/src/Window/
H A Dwindow.vala8 unowned Gtk.FlowBox flow_box;
33 var selected = flow_box.get_selected_children ();
83 foreach (var child in flow_box.get_children ()) {
84 flow_box.remove (child);
90 flow_box.add (tiling_item);
97 if (item.is_valid) flow_box.add (item);
100 GLib.List<weak Gtk.Widget> children = flow_box.get_children ();
113 uint len = flow_box.get_children ().length ();
123 Gtk.FlowBoxChild ? child = flow_box.get_child_at_index (index);
124 if (child != null) flow_box.select_child (child);
/dports/x11/swaysettings/SwaySettings-709b482/src/Pages/Background/
H A DBackground_Page.vala100 flow_box.max_children_per_line = 8;
101 flow_box.min_children_per_line = 1;
102 flow_box.homogeneous = true;
103 flow_box.set_margin_start (4);
104 flow_box.set_margin_top (4);
105 flow_box.set_margin_end (4);
106 flow_box.set_margin_bottom (4);
117 wallpaper_box.add (flow_box);
121 ref Gtk.FlowBox flow_box) {
123 add_images.begin (wallpapers, flow_box);
[all …]
/dports/x11-toolkits/granite/granite-6.2.0/demo/Views/
H A DAsyncImageView.vala7 private Gtk.FlowBox flow_box;
10 flow_box = new Gtk.FlowBox ();
15 scrolled.add (flow_box);
28 flow_box.get_children ().@foreach ((child) => {
41 flow_box.add (image);
42 flow_box.show_all ();
/dports/x11/swaysettings/SwaySettings-709b482/src/Window/
H A DWindow.vala112 var flow_box = new Gtk.FlowBox ();
113 flow_box.set_homogeneous (true);
114 flow_box.vexpand = false;
115 flow_box.min_children_per_line = 3;
116 flow_box.max_children_per_line = 7;
117 flow_box.selection_mode = Gtk.SelectionMode.NONE;
118 flow_box.child_activated.connect ((child) => {
134 flow_box.add (item);
136 if (flow_box.get_children ().length () <= 0) continue;
139 box.add (flow_box);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dbox_model_object_painter.cc32 LayoutSize LogicalOffsetOnLine(const InlineFlowBox& flow_box) { in LogicalOffsetOnLine() argument
36 if (flow_box.IsLeftToRightDirection()) { in LogicalOffsetOnLine()
37 for (const InlineFlowBox* curr = flow_box.PrevForSameLayoutObject(); curr; in LogicalOffsetOnLine()
41 for (const InlineFlowBox* curr = flow_box.NextForSameLayoutObject(); curr; in LogicalOffsetOnLine()
46 return flow_box.IsHorizontal() ? logical_offset in LogicalOffsetOnLine()
53 const InlineFlowBox* flow_box) in BoxModelObjectPainter() argument
58 flow_box_(flow_box) {} in BoxModelObjectPainter()
H A Dinline_flow_box_painter.cc32 const InlineFlowBox& flow_box) { in GetBoxModelObject() argument
34 LineLayoutAPIShim::LayoutObjectFrom(flow_box.BoxModelObject())); in GetBoxModelObject()
39 InlineFlowBoxPainter::InlineFlowBoxPainter(const InlineFlowBox& flow_box) in InlineFlowBoxPainter() argument
41 *GetBoxModelObject(flow_box), in InlineFlowBoxPainter()
42 &GetBoxModelObject(flow_box)->GetDocument(), in InlineFlowBoxPainter()
43 GetNode(GetBoxModelObject(flow_box)), in InlineFlowBoxPainter()
44 flow_box.GetLineLayoutItem().StyleRef(), in InlineFlowBoxPainter()
45 flow_box.GetLineLayoutItem().StyleRef(flow_box.IsFirstLineStyle())), in InlineFlowBoxPainter()
46 inline_flow_box_(flow_box) {} in InlineFlowBoxPainter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dbox_model_object_painter.cc32 LayoutSize LogicalOffsetOnLine(const InlineFlowBox& flow_box) { in LogicalOffsetOnLine() argument
36 if (flow_box.IsLeftToRightDirection()) { in LogicalOffsetOnLine()
37 for (const InlineFlowBox* curr = flow_box.PrevForSameLayoutObject(); curr; in LogicalOffsetOnLine()
41 for (const InlineFlowBox* curr = flow_box.NextForSameLayoutObject(); curr; in LogicalOffsetOnLine()
46 return flow_box.IsHorizontal() ? logical_offset in LogicalOffsetOnLine()
53 const InlineFlowBox* flow_box) in BoxModelObjectPainter() argument
58 flow_box_(flow_box) {} in BoxModelObjectPainter()
H A Dinline_flow_box_painter.cc32 const InlineFlowBox& flow_box) { in GetBoxModelObject() argument
34 LineLayoutAPIShim::LayoutObjectFrom(flow_box.BoxModelObject())); in GetBoxModelObject()
39 InlineFlowBoxPainter::InlineFlowBoxPainter(const InlineFlowBox& flow_box) in InlineFlowBoxPainter() argument
41 *GetBoxModelObject(flow_box), in InlineFlowBoxPainter()
42 &GetBoxModelObject(flow_box)->GetDocument(), in InlineFlowBoxPainter()
43 GetNode(GetBoxModelObject(flow_box)), in InlineFlowBoxPainter()
44 flow_box.GetLineLayoutItem().StyleRef(), in InlineFlowBoxPainter()
45 flow_box.GetLineLayoutItem().StyleRef(flow_box.IsFirstLineStyle())), in InlineFlowBoxPainter()
46 inline_flow_box_(flow_box) {} in InlineFlowBoxPainter()
/dports/multimedia/totem/totem-3.38.2/subprojects/libgd/libgd/
H A Dgd-main-icon-box.c289 gd_main_icon_box_activate_cursor_child (GtkFlowBox *flow_box) in gd_main_icon_box_activate_cursor_child() argument
291 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_activate_cursor_child()
452 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_child_activated()
728 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_move_cursor()
786 gd_main_icon_box_select_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_select_all_flow_box() argument
788 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_select_all_flow_box()
793 GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->select_all (flow_box); in gd_main_icon_box_select_all_flow_box()
803 gd_main_icon_box_selected_children_changed (GtkFlowBox *flow_box) in gd_main_icon_box_selected_children_changed() argument
805 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_selected_children_changed()
842 gd_main_icon_box_unselect_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_unselect_all_flow_box() argument
[all …]
/dports/editors/gedit/gedit-40.1/subprojects/libgd/libgd/
H A Dgd-main-icon-box.c289 gd_main_icon_box_activate_cursor_child (GtkFlowBox *flow_box) in gd_main_icon_box_activate_cursor_child() argument
291 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_activate_cursor_child()
452 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_child_activated()
727 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_move_cursor()
785 gd_main_icon_box_select_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_select_all_flow_box() argument
787 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_select_all_flow_box()
792 GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->select_all (flow_box); in gd_main_icon_box_select_all_flow_box()
802 gd_main_icon_box_selected_children_changed (GtkFlowBox *flow_box) in gd_main_icon_box_selected_children_changed() argument
804 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_selected_children_changed()
841 gd_main_icon_box_unselect_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_unselect_all_flow_box() argument
[all …]
/dports/deskutils/gnome-photos/gnome-photos-40.0/subprojects/libgd/libgd/
H A Dgd-main-icon-box.c289 gd_main_icon_box_activate_cursor_child (GtkFlowBox *flow_box) in gd_main_icon_box_activate_cursor_child() argument
291 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_activate_cursor_child()
452 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_child_activated()
727 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_move_cursor()
785 gd_main_icon_box_select_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_select_all_flow_box() argument
787 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_select_all_flow_box()
792 GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->select_all (flow_box); in gd_main_icon_box_select_all_flow_box()
802 gd_main_icon_box_selected_children_changed (GtkFlowBox *flow_box) in gd_main_icon_box_selected_children_changed() argument
804 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_selected_children_changed()
841 gd_main_icon_box_unselect_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_unselect_all_flow_box() argument
[all …]
/dports/audio/gradio/Gradio-7.3/external/gd/libgd/
H A Dgd-main-icon-box.c289 gd_main_icon_box_activate_cursor_child (GtkFlowBox *flow_box) in gd_main_icon_box_activate_cursor_child() argument
291 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_activate_cursor_child()
452 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_child_activated()
728 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_move_cursor()
786 gd_main_icon_box_select_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_select_all_flow_box() argument
788 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_select_all_flow_box()
793 GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->select_all (flow_box); in gd_main_icon_box_select_all_flow_box()
803 gd_main_icon_box_selected_children_changed (GtkFlowBox *flow_box) in gd_main_icon_box_selected_children_changed() argument
805 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_selected_children_changed()
842 gd_main_icon_box_unselect_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_unselect_all_flow_box() argument
[all …]
/dports/deskutils/gnome-documents/gnome-documents-3.34.0/subprojects/libgd/libgd/
H A Dgd-main-icon-box.c289 gd_main_icon_box_activate_cursor_child (GtkFlowBox *flow_box) in gd_main_icon_box_activate_cursor_child() argument
291 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_activate_cursor_child()
452 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_child_activated()
727 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_move_cursor()
785 gd_main_icon_box_select_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_select_all_flow_box() argument
787 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_select_all_flow_box()
792 GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->select_all (flow_box); in gd_main_icon_box_select_all_flow_box()
802 gd_main_icon_box_selected_children_changed (GtkFlowBox *flow_box) in gd_main_icon_box_selected_children_changed() argument
804 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_selected_children_changed()
841 gd_main_icon_box_unselect_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_unselect_all_flow_box() argument
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/subprojects/libgd/libgd/
H A Dgd-main-icon-box.c289 gd_main_icon_box_activate_cursor_child (GtkFlowBox *flow_box) in gd_main_icon_box_activate_cursor_child() argument
291 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_activate_cursor_child()
452 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_child_activated()
727 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_move_cursor()
785 gd_main_icon_box_select_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_select_all_flow_box() argument
787 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_select_all_flow_box()
792 GTK_FLOW_BOX_CLASS (gd_main_icon_box_parent_class)->select_all (flow_box); in gd_main_icon_box_select_all_flow_box()
802 gd_main_icon_box_selected_children_changed (GtkFlowBox *flow_box) in gd_main_icon_box_selected_children_changed() argument
804 GdMainIconBox *self = GD_MAIN_ICON_BOX (flow_box); in gd_main_icon_box_selected_children_changed()
841 gd_main_icon_box_unselect_all_flow_box (GtkFlowBox *flow_box) in gd_main_icon_box_unselect_all_flow_box() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dsvg_text_query.cc60 InlineFlowBox* flow_box = layout_block_flow->FirstLineBox(); in FlowBoxForLayoutObject() local
61 DCHECK_EQ(flow_box, layout_block_flow->LastLineBox()); in FlowBoxForLayoutObject()
62 return flow_box; in FlowBoxForLayoutObject()
71 InlineFlowBox* flow_box = layout_inline->FirstLineBox(); in FlowBoxForLayoutObject() local
72 DCHECK_EQ(flow_box, layout_inline->LastLineBox()); in FlowBoxForLayoutObject()
73 return flow_box; in FlowBoxForLayoutObject()
80 static void CollectTextBoxesInFlowBox(InlineFlowBox* flow_box, in CollectTextBoxesInFlowBox() argument
82 if (!flow_box) in CollectTextBoxesInFlowBox()
85 for (InlineBox* child = flow_box->FirstChild(); child; in CollectTextBoxesInFlowBox()
H A Dsvg_text_layout_engine.cc160 void SVGTextLayoutEngine::BeginTextPathLayout(SVGInlineFlowBox* flow_box) { in BeginTextPathLayout() argument
166 line_layout.LayoutCharactersInTextBoxes(flow_box); in BeginTextPathLayout()
170 LineLayoutSVGTextPath(flow_box->GetLineLayoutItem()); in BeginTextPathLayout()
277 auto* flow_box = To<SVGInlineFlowBox>(child); in LayoutCharactersInTextBoxes() local
280 BeginTextPathLayout(flow_box); in LayoutCharactersInTextBoxes()
282 LayoutCharactersInTextBoxes(flow_box); in LayoutCharactersInTextBoxes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dsvg_text_query.cc60 InlineFlowBox* flow_box = layout_block_flow->FirstLineBox(); in FlowBoxForLayoutObject() local
61 DCHECK_EQ(flow_box, layout_block_flow->LastLineBox()); in FlowBoxForLayoutObject()
62 return flow_box; in FlowBoxForLayoutObject()
71 InlineFlowBox* flow_box = layout_inline->FirstLineBox(); in FlowBoxForLayoutObject() local
72 DCHECK_EQ(flow_box, layout_inline->LastLineBox()); in FlowBoxForLayoutObject()
73 return flow_box; in FlowBoxForLayoutObject()
80 static void CollectTextBoxesInFlowBox(InlineFlowBox* flow_box, in CollectTextBoxesInFlowBox() argument
82 if (!flow_box) in CollectTextBoxesInFlowBox()
85 for (InlineBox* child = flow_box->FirstChild(); child; in CollectTextBoxesInFlowBox()
H A Dsvg_text_layout_engine.cc161 void SVGTextLayoutEngine::BeginTextPathLayout(SVGInlineFlowBox* flow_box) { in BeginTextPathLayout() argument
167 line_layout.LayoutCharactersInTextBoxes(flow_box); in BeginTextPathLayout()
171 LineLayoutSVGTextPath(flow_box->GetLineLayoutItem()); in BeginTextPathLayout()
277 auto* flow_box = To<SVGInlineFlowBox>(child); in LayoutCharactersInTextBoxes() local
280 BeginTextPathLayout(flow_box); in LayoutCharactersInTextBoxes()
282 LayoutCharactersInTextBoxes(flow_box); in LayoutCharactersInTextBoxes()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dsearchbar.py296 self.flow_box = Gtk.FlowBox(no_show_all=True,
303 if self.flow_box.get_visible():
314 self.flow_box.add(q)
330 for lq in self.flow_box.get_children())
333 if self.flow_box.get_visible():
335 for lq in self.flow_box.get_children()]
351 self.flow_box.show()
360 self.flow_box.hide()
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-share-dialog.c33 GtkWidget *flow_box; member
83 gtk_container_add (GTK_CONTAINER (self->flow_box), child); in photos_share_dialog_constructed()
162 gtk_widget_class_bind_template_child (widget_class, PhotosShareDialog, flow_box); in photos_share_dialog_class_init()
/dports/deskutils/gnome-font-viewer/gnome-font-viewer-41.0/src/
H A Dfont-view.c74 GtkWidget *flow_box; member
817 GtkFlowBox *flow_box = GTK_FLOW_BOX (self->flow_box); in font_view_populate_from_model() local
832 gtk_flow_box_insert (flow_box, widget, position + i); in font_view_populate_from_model()
848 if (self->flow_box != NULL) in font_model_items_changed_cb()
1227 view_child_activated_cb (GtkFlowBox *flow_box, in view_child_activated_cb() argument
1270 if (self->flow_box == NULL) { in font_view_application_do_overview()
1271 GtkWidget *flow_box; in font_view_application_do_overview() local
1273 self->flow_box = flow_box = gtk_flow_box_new (); in font_view_application_do_overview()
1274 g_object_set (flow_box, in font_view_application_do_overview()
1283 gtk_flow_box_set_sort_func (GTK_FLOW_BOX (flow_box), in font_view_application_do_overview()
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/songsmenu/
H A Dcover_download.py134 self.flow_box = box = Gtk.FlowBox()
156 sw.add(self.flow_box)
210 self.flow_box.add(self._create_item_widget(result))
259 for child in self.flow_box.get_children():
316 child = self.flow_box.get_selected_children()[0]
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/
H A Dprelude.rs25 pub use flow_box::FlowBoxExtManual;
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/
H A Dprelude.rs25 pub use flow_box::FlowBoxExtManual;
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/
H A Dprelude.rs23 pub use flow_box::FlowBoxExtManual;

123