]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
Added #include wx/listbox.h needed under Linux (probably all precomp header
[wxWidgets.git] / include / wx / motif / window.h
index fed6259e2dfe46053bf2a5a1c28da3db7efd6dd3..3a165449c131f5e280a0fae10292f7c2016db60a 100644 (file)
@@ -209,6 +209,7 @@ protected:
     int GetPixmapWidth() const { return m_pixmapWidth; }
     int GetPixmapHeight() const { return m_pixmapHeight; }
 
+public:
     // Change properties
     virtual void ChangeFont(bool keepOriginalSize = TRUE);             // Change to the current font (often overridden)
     virtual void DoChangeForegroundColour(WXWidget widget, wxColour& foregroundColour);
@@ -220,6 +221,7 @@ protected:
     // Change foreground colour using current foreground colour setting
     virtual void ChangeForegroundColour();
 
+protected:
     // Adds the widget to the hash table and adds event handlers.
     bool AttachWidget(wxWindow* parent, WXWidget mainWidget,
                       WXWidget formWidget, int x, int y, int width, int height);