]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/stattool.i
More updates to wxWindow, wxMenu, GdiImage to get minimal to work
[wxWidgets.git] / utils / wxPython / src / stattool.i
index 6f201f6a0f1f3c795c71caa32b4d791429e03cb6..575f8880b5413e23ed5700f9c15fb59541cc859a 100644 (file)
@@ -53,13 +53,17 @@ public:
     }
     int GetFieldsCount(void);
     wxString GetStatusText(int ir = 0);
-    void DrawField(wxDC& dc, int i);
-    void DrawFieldText(wxDC& dc, int i);
-    void InitColours(void);
+    int GetBorderX();
+    int GetBorderY();
+
+//      void DrawField(wxDC& dc, int i);
+//      void DrawFieldText(wxDC& dc, int i);
+//      void InitColours(void);
 
     void SetFieldsCount(int number = 1);
     void SetStatusText(const wxString& text, int i = 0);
-    void SetStatusWidths(int LCOUNT, int* LIST);
+    void SetStatusWidths(int LCOUNT, int* choices);
+    void SetMinHeight(int height);
 };