- 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; }
-
-
- // the previous selection (see MSWCommand() to see why it is needed)
- int m_selectionOld;
-
- // the current selection (also see MSWCommand())
- wxString m_value;