Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DWnd.h629 void MoveChildDown(Wnd* wnd);
630 void MoveChildDown(const std::shared_ptr<Wnd>& wnd);
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWnd.cpp607 void Wnd::MoveChildDown(const std::shared_ptr<Wnd>& wnd) in MoveChildDown() function in Wnd
608 { MoveChildDown(wnd.get()); } in MoveChildDown()
610 void Wnd::MoveChildDown(Wnd* wnd) in MoveChildDown() function in Wnd
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DFleetButton.cpp348 MoveChildDown(m_selection_indicator); in SetSelected()
H A DTechTreeWnd.cpp2237 MoveChildDown(m_layout_panel); in ShowTreeView()
2245 MoveChildDown(m_tech_list); in ShowListView()
H A DMapWnd.cpp3013 MoveChildDown(field_icon.second); in InitTurnRendering()
5220 MoveChildDown(field_icon.second); in SetZoom()
H A DSidePanel.cpp3306 MoveChildDown(m_star_graphic); in RefreshImpl()
H A DDesignWnd.cpp4468 MoveChildDown(m_background_image); in SetHull()