It would be good to support disabling widgets. A disabled widget is drawn in a specific color to show it is disabled, and does not react to any user action such as keypresses or clicks. Although the parent class gcn::Widget has this parameter, it does not seem to be used by the actual widget classes.
It would be good to support disabling widgets. A disabled widget is drawn in a specific color to show it is disabled, and does not react to any user action such as keypresses or clicks. Although the parent class
gcn::Widgethas this parameter, it does not seem to be used by the actual widget classes.