1 \section{Window styles
}\label{windowstyles
}
3 Window styles are used to specify alternative behaviour and appearances for windows, when they are
4 created. The symbols are defined in such as way that they can be combined in a `bit-list' using the
5 C++
{\it bitwise-or
} operator. For example:
8 wxCAPTION | wxMINIMIZE_BOX | wxMAXIMIZE_BOX | wxTHICK_FRAME
11 For the window styles specific to each window class, please see the documentation
12 for the window. Most windows can use the generic styles listed for
\helpref{wxWindow
}{wxwindow
} in
13 addition to their own styles.