Window 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.

Currently the only flag valid for use with windows is:

OPT_NOCOLOURED

This flag is used with tab control windows only. If it is not set, the tabs of the tab control’s child windows inherit the background colour of the child window. If OPT_NOCOLOURED is set, the default background colour is used for all child window tabs. This makes it possible to have a set of tab windows, each with a different background colour, but whose tabs share a common colour.


RELATED TOPICS

Windows

Window colours