Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWnd.cpp89 > GridLayoutWndContainer; typedef
90 typedef GridLayoutWndContainer::index<Pointer>::type::iterator PointerIter;
91 typedef GridLayoutWndContainer::index<LayoutLeft>::type::iterator LeftIter;
92 typedef GridLayoutWndContainer::index<LayoutTop>::type::iterator TopIter;
93 typedef GridLayoutWndContainer::index<LayoutRight>::type::iterator RightIter;
94 typedef GridLayoutWndContainer::index<LayoutBottom>::type::iterator BottomIter;
741 GridLayoutWndContainer grid_layout; in GridLayout()