Make custom 3-choice dialogs always have a default button
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user