-
- // sets the fore/background colour for the given widget
- static void DoChangeForegroundColour(WXWidget widget, wxColour& foregroundColour);
- static void DoChangeBackgroundColour(WXWidget widget, wxColour& backgroundColour, bool changeArmColour = FALSE);
-
- // For implementation purposes - sometimes decorations make the client area
- // smaller
- virtual wxPoint GetClientAreaOrigin() const;
-