]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
Applied patch [ 670782 ] Combobox uses popup window width
[wxWidgets.git] / include / wx / motif / window.h
index 93f03ca231a26e9afad9f171685083c3a7929914..01236fcb7ef3498254042450798ac78ac55a312e 100644 (file)
@@ -194,7 +194,14 @@ protected:
     
     bool CanAddEventHandler() const { return m_canAddEventHandler; }
     void SetCanAddEventHandler(bool flag) { m_canAddEventHandler = flag; }
-    
+
+    // See src/motif/window.cpp, near the top, for an explanation
+    // why this is necessary
+    void CanvasSetSizeIntr(int x, int y, int width, int height,
+                           int sizeFlags, bool fromCtor);
+    void DoSetSizeIntr(int x, int y,
+                       int width, int height,
+                       int sizeFlags, bool fromCtor);
 public:
     WXPixmap GetBackingPixmap() const { return m_backingPixmap; }
     void SetBackingPixmap(WXPixmap pixmap) { m_backingPixmap = pixmap; }