Remove the need for all cControl subclasses to be friends of cDialog
(Now only cControl itself is a friend.)
This commit is contained in:
@@ -1127,6 +1127,10 @@ void cDialog::setBg(short n){
|
||||
bg = n;
|
||||
}
|
||||
|
||||
short cDialog::getBg() {
|
||||
return bg;
|
||||
}
|
||||
|
||||
void cDialog::setDefBtn(std::string defBtn) {
|
||||
defaultButton = defBtn;
|
||||
}
|
||||
|
Reference in New Issue
Block a user