- virtual bool IsCanvasWindow() const { return FALSE; }
-
- // return TRUE if this a container window which contains the other items:
- // e.g, a listbox, listctrl, treectrl, ... and FALSE if it is a monolithic
- // control (e.g. a button, checkbox, ...)
- virtual bool IsContainerWindow() const { return FALSE; }
-
- // returns TRUE if the control has "transparent" areas such
- // as a wxStaticText and wxCheckBox and the background should
- // be adapted from a parent window
- virtual bool HasTransparentBackground() { return FALSE; }
-
- // to be used with function above: transparent windows get
- // their background from parents that return TRUE here,
- // so this is mostly for wxPanel, wxTopLevelWindow etc.
- virtual bool ProvidesBackground() const { return FALSE; }
-
- // return TRUE if this control can be highlighted when the mouse is over
+ virtual bool IsCanvasWindow() const { return false; }
+
+ // return true if this control can be highlighted when the mouse is over