// 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
// ----------------------------------------------------------------------------
// do we have multiple selections?
bool HasMultipleSelection() const;
+ // free memory (common part of Clear() and dtor)
+ void Free();
+
int m_noItems;
int m_selected;
- virtual wxSize DoGetBestSize();
+ virtual wxSize DoGetBestSize() const;
#if wxUSE_OWNER_DRAWN
// control items