Button optionsΒΆ
options = flags
Options are defined in sculptor.h with the prefix OPT_. If more than one option flag is required they can be combined using the | operator.
Button group option flags
OPT_TABOUT
This flag is for use with push button groups only. When the flag is set, if a button in the group has focus and the user presses the TAB key, focus moves to the first control outside the group instead of to the next control in the group; the BACKTAB key moves focus to the previous control outside the group instead of to the previous control in the group. Radio and checkbox groups always behave this way.
RELATED TOPICS |