Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWnd.cpp771 GridLayoutWnd grid_wnd = *it; in GridLayout() local
772 grid_wnd.ul.x = x; in GridLayout()
773 grid_layout.get<LayoutLeft>().replace(it, grid_wnd); in GridLayout()
786 GridLayoutWnd grid_wnd = *it; in GridLayout() local
787 grid_wnd.lr.x = x; in GridLayout()
788 grid_layout.get<LayoutRight>().replace(it, grid_wnd); in GridLayout()
801 GridLayoutWnd grid_wnd = *it; in GridLayout() local
802 grid_wnd.ul.y = y; in GridLayout()
803 grid_layout.get<LayoutTop>().replace(it, grid_wnd); in GridLayout()
816 GridLayoutWnd grid_wnd = *it; in GridLayout() local
[all …]