Home
last modified time | relevance | path

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

/dports/games/glest/glest_source_3.2.2/source/glest_game/facilities/
H A Dcomponents.cpp186 void GraphicMessageBox::init(const string &button1Str, const string &button2Str){ in init() argument
192 button2.setText(button2Str); in init()
H A Dcomponents.h165 void init(const string &button1Str, const string &button2Str);
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/facilities/
H A Dcomponents.cpp727 void GraphicMessageBox::init(const string &button1Str, const string &button2Str, int newWidth, int … in init() argument
729 addButton(button2Str); in init()
H A Dcomponents.h318 void init(const string &button1Str, const string &button2Str, int newWidth=-1,int newHeight=-1);