corrected a bug in dc which resetted the port , exchanged the wxchoice implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2001-05-10 05:27:07 +00:00
parent 1c6466854c
commit b668a73527
7 changed files with 275 additions and 183 deletions

View File

@@ -88,15 +88,11 @@ protected:
virtual void DoSetItemClientObject( int n, wxClientData* clientData );
virtual wxClientData* DoGetItemClientObject( int n ) const;
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);
// free all memory we have (used by Clear() and dtor)
void Free();
wxArrayString m_strings;
wxChoiceDataArray m_dataArray ;
wxChoiceDataArray m_datas ;
MenuHandle m_macPopUpMenuHandle ;
};