Ejemplo n.º 1
0
 GG::Pt ListRowSize() const {
     return GG::Pt ( Width() - RightMargin(), ListRowHeight() );
 }
Ejemplo n.º 2
0
 GG::Pt          ListRowSize() const
 { return GG::Pt(Width() - ClientUI::ScrollWidth() - 5, ListRowHeight()); }
Ejemplo n.º 3
0
GG::Pt CombatSetupWnd::ListRowSize() const
{
    return GG::Pt(m_listbox->Width() - ClientUI::ScrollWidth() - 5, ListRowHeight());
}