Make custom 3-choice dialogs always have a default button

This commit is contained in:
2014-04-14 00:18:56 -04:00
parent fccc1a8c54
commit 44044929cc
3 changed files with 13 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ public:
template<class type> void setResult(const type& val);
void setBg(short n);
void setDefTextClr(sf::Color clr);
void setDefBtn(std::string defBtn);
sf::Color getDefTextClr();
bool toast();
cControl& getControl(std::string id);