Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DButton_System.h100 void DrawCheckBoxOnOff(BOOLEAN on);
H A DButton_System.cc1157 void GUI_BUTTON::DrawCheckBoxOnOff(BOOLEAN const on) in DrawCheckBoxOnOff() function in GUI_BUTTON
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/
H A DOptions_Screen.cc633 if (down) b.DrawCheckBoxOnOff(state); in HandleOptionToggle()