wxControl and wxChoice derive from the base classes under wxGTK too now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-10-18 15:45:28 +00:00
parent ec6c9ccd7f
commit 9abe166a30
17 changed files with 94 additions and 233 deletions

View File

@@ -29,7 +29,7 @@ class wxControl;
// wxControl
//-----------------------------------------------------------------------------
class wxControl : public wxWindow
class wxControl : public wxControlBase
{
public:
wxControl();