]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/listbox.h
wxDataViewCtrl now with editable text and multiple
[wxWidgets.git] / include / wx / os2 / listbox.h
index 0a09107a16e9fa81ac39454a014689cb0fbf0557..4c67ca7fcd334ccabe7189bbe3c97b9ea8fae06c 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        listbox.h
+// Name:        wx/os2/listbox.h
 // Purpose:     wxListBox class
 // Author:      David Webster
 // Modified by:
@@ -20,7 +20,7 @@
     class WXDLLEXPORT wxOwnerDrawn;
 
     // define the array of list box items
-    #include  <wx/dynarray.h>
+    #include  "wx/dynarray.h"
 
     WX_DEFINE_EXPORTED_ARRAY_PTR(wxOwnerDrawn *, wxListBoxItemsArray);
 #endif // wxUSE_OWNER_DRAWN
@@ -108,10 +108,7 @@ public:
 
     virtual int           GetCount(void) const;
     virtual wxString      GetString(int n) const;
-    virtual void          SetString( int             n
-                                    ,const wxString& rsString
-                                   );
-    virtual int           FindString(const wxString& rsString) const;
+    virtual void          SetString(int n, const wxString& rsString);
 
     virtual bool          IsSelected(int n) const;
     virtual void          DoSetSelection( int  n
@@ -176,5 +173,4 @@ private:
     DECLARE_DYNAMIC_CLASS(wxListBox)
 }; // end of wxListBox
 
-#endif
-    // _WX_LISTBOX_H_
+#endif // _WX_LISTBOX_H_