Home
last modified time | relevance | path

Searched refs:layout_children (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtklayoutmanager.c99 GHashTable *layout_children; member
210 g_clear_pointer (&priv->layout_children, g_hash_table_unref); in gtk_layout_manager_finalize()
485 if (priv->layout_children != NULL) in gtk_layout_manager_remove_layout_child()
487 g_hash_table_remove (priv->layout_children, widget); in gtk_layout_manager_remove_layout_child()
488 if (g_hash_table_size (priv->layout_children) == 0) in gtk_layout_manager_remove_layout_child()
489 g_clear_pointer (&priv->layout_children, g_hash_table_unref); in gtk_layout_manager_remove_layout_child()
533 if (priv->layout_children == NULL) in gtk_layout_manager_get_layout_child()
535 priv->layout_children = g_hash_table_new_full (NULL, NULL, in gtk_layout_manager_get_layout_child()
540 res = g_hash_table_lookup (priv->layout_children, child); in gtk_layout_manager_get_layout_child()
562 g_hash_table_insert (priv->layout_children, child, res); in gtk_layout_manager_get_layout_child()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dsize_lock.cpp64 void size_lock::layout_children() in layout_children() function in gui2::size_lock
68 widget_->layout_children(); in layout_children()
H A Dtree_view.hpp86 virtual void layout_children() override;
169 void layout_children(const bool force);
H A Dtree_view.cpp124 void tree_view::layout_children() in layout_children() function in gui2::tree_view
126 layout_children(false); in layout_children()
161 void tree_view::layout_children(const bool force) in layout_children() function in gui2::tree_view
H A Dstacked_widget.cpp77 void stacked_widget::layout_children() in layout_children() function in gui2::stacked_widget
81 generator_->item(i).layout_children(); in layout_children()
H A Dmatrix.cpp120 void matrix::layout_children() in layout_children() function in gui2::matrix
122 content_.layout_children(); in layout_children()
H A Dlistbox.hpp257 virtual void layout_children() override;
413 void layout_children(const bool force);
H A Dsize_lock.hpp57 void layout_children() override;
H A Dstacked_widget.hpp54 virtual void layout_children() override;
H A Dcontainer_base.cpp207 void container_base::layout_children() in layout_children() function in gui2::container_base
209 grid_.layout_children(); in layout_children()
H A Dcontainer_base.hpp116 virtual void layout_children() override;
H A Dmatrix.hpp129 virtual void layout_children() override;
H A Dwidget.hpp408 virtual void layout_children();
H A Dscrollbar_container.hpp504 virtual void layout_children() override;
H A Dlistbox.cpp434 void listbox::layout_children() in layout_children() function in gui2::listbox
436 layout_children(false); in layout_children()
692 void listbox::layout_children(const bool force) in layout_children() function in gui2::listbox
H A Dscrollbar_container.cpp807 void scrollbar_container::layout_children() in layout_children() function in gui2::scrollbar_container
810 container_base::layout_children(); in layout_children()
813 content_grid_->layout_children(); in layout_children()
H A Dgrid.hpp273 virtual void layout_children() override;
H A Dgrid.cpp618 void grid::layout_children() in layout_children() function in gui2::grid
623 child.get_widget()->layout_children(); in layout_children()
H A Dwidget.cpp292 void widget::layout_children() in layout_children() function in gui2::widget
H A Dtree_view_node.cpp515 get_tree_view().layout_children(true); in place()
H A Dwindow.cpp649 layout_children(); in draw()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWnd.cpp882 auto layout_children = layout->Children(); in RemoveLayout() local
884 for (auto& wnd : layout_children) { in RemoveLayout()