]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls2.i
fixed clipping of items with icons text in report mode
[wxWidgets.git] / wxPython / src / controls2.i
index dbb653bda4f3d684af439020791fbf4fc26e65bd..9f1f91c662d145029a74bd03ecf28c42b0313b96 100644 (file)
@@ -395,9 +395,10 @@ public:
     // or small icon view)
     int GetCountPerPage() const;
 
+#ifdef __WXMSW__
     // Gets the edit control for editing labels.
     wxTextCtrl* GetEditControl() const;
-
+#endif
 
     //bool GetItem(wxListItem& info) const ;
     %addmethods {
@@ -540,11 +541,13 @@ public:
     // Clears items, and columns if there are any.
     void ClearAll();
 
+#ifdef __WXMSW__
     // Edit the label
     wxTextCtrl* EditLabel(long item /*, wxClassInfo* textControlClass = CLASSINFO(wxTextCtrl)*/);
 
     // End label editing, optionally cancelling the edit
     bool EndEditLabel(bool cancel);
+#endif
 
     // Ensures this item is visible
     bool EnsureVisible(long item) ;