Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/
H A Ddialog_recrut.cpp188 const char * SwitchMaxMinButtons( fheroes2::ButtonBase & btnMax, fheroes2::ButtonBase & btnMin, boo… in SwitchMaxMinButtons() argument
190 if ( btnMax.isEnabled() || btnMin.isEnabled() ) { in SwitchMaxMinButtons()
192 btnMax.disable(); in SwitchMaxMinButtons()
197 btnMax.enable(); in SwitchMaxMinButtons()