]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
1. wxStaticBox doesn't draw over the underlying controls any more
[wxWidgets.git] / include / wx / msw / listbox.h
index c702b8c1b7e3485700f782b9c43758d543ee1831..edebfe9907819db68b99b3227771a97b7d58bb1f 100644 (file)
@@ -6,14 +6,14 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_LISTBOX_H_
 #define _WX_LISTBOX_H_
 
 #ifdef __GNUG__
-#pragma interface "listbox.h"
+    #pragma interface "listbox.h"
 #endif
 
 // ----------------------------------------------------------------------------
@@ -120,6 +120,9 @@ protected:
     // do we have multiple selections?
     bool HasMultipleSelection() const;
 
+    // free memory (common part of Clear() and dtor)
+    void Free();
+
     int m_noItems;
     int m_selected;