libyui-ncurses
2.44.1
|
Public Member Functions | |
NCButtonBox (YWidget *parent) | |
virtual void | moveChild (YWidget *child, int newX, int newY) |
virtual void | setSize (int newWidth, int newHeight) |
virtual void | setEnabled (bool enabled) |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const NCButtonBox &widget) |
Definition at line 36 of file NCButtonBox.h.
void NCButtonBox::setEnabled | ( | bool | do_bv | ) | [virtual] |
Pure virtual to make sure every widget implements it. Necessary to make sure that UI requests via YWidget::setEnabled perform, and behave the same way as direct calls to NCWidget::setEnabled.
Implements NCWidget.
Definition at line 53 of file NCButtonBox.cc.