]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/listbox.h
doc view code inteprets wxSTREAM_EOF as correct,
[wxWidgets.git] / include / wx / mac / listbox.h
index 061c146b0ee0b7c58de202fe6d36ec9900001977..96be3d0f0ea2f7fe1ad98fcd9e7b160a7a9050aa 100644 (file)
@@ -104,11 +104,6 @@ public:
     int GetItemIndex(wxOwnerDrawn *item) const { return m_aItems.Index(item); }
 #endif // wxUSE_OWNER_DRAWN
 
-    // Windows-specific code to set the horizontal extent of the listbox, if
-    // necessary. If s is non-NULL, it's used to calculate the horizontal
-    // extent. Otherwise, all strings are used.
-    virtual void SetHorizontalExtent(const wxString& s = wxEmptyString);
-
     // Windows callbacks
 
     virtual void SetupColours();