|
OWLNext 6.32
|
Classes | |
| class | owl::TControlEnabler |
| A TCommandEnabler for child controls in a dialog. More... | |
| class | owl::TMenuItemEnabler |
| class | owl::TCommandEnabler |
| class | owl::TButtonGadgetEnabler |
| Command enabler for button gadgets. More... | |
Although several ObjectWindows classes process commands, there are three classes specifically devoted to enabling and disabling the commands available to an application.
TCommandEnabler is the base class from which TButtonGadgetEnabler and TMenuItemEnabler are derived.TButtonGadgetEnabler enables and disables button gadgets.TTextButtonGadgetEnabler enables and disables text-button gadgets.TMenuItemEnabler enables and disables menu options and places check marks by menu options.TControlEnabler enables and disables controls in dialog.
1.7.4