#ifndef _WX_COMBOBOX_H_
#define _WX_COMBOBOX_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "combobox.h"
-#endif
-
#include "wx/choice.h"
#if wxUSE_COMBOBOX
virtual int GetSelection() const;
virtual void GetSelection(long* from, long* to) const;
virtual void SetEditable(bool editable);
- virtual void Clear() { wxChoice::Clear(); m_selectionOld = -1; }
+ virtual void Clear();
virtual void Undo() ;
virtual void Redo() ;
protected:
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
- virtual void DoSetSize(int x, int y,
- int width, int height,
- int sizeFlags = wxSIZE_AUTO);
// common part of all ctors
void Init() { m_selectionOld = -1; }