Пример #1
0
 GG::Pt ListRowSize() const {
     return GG::Pt ( Width() - RightMargin(), ListRowHeight() );
 }
Пример #2
0
 GG::Pt          ListRowSize() const
 { return GG::Pt(Width() - ClientUI::ScrollWidth() - 5, ListRowHeight()); }
Пример #3
0
GG::Pt CombatSetupWnd::ListRowSize() const
{
    return GG::Pt(m_listbox->Width() - ClientUI::ScrollWidth() - 5, ListRowHeight());
}