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:
@@ -19,7 +19,7 @@
|
||||
// wxControl
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxControl,wxWindow)
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow)
|
||||
|
||||
wxControl::wxControl()
|
||||
{
|
||||
@@ -32,8 +32,8 @@ wxControl::wxControl( wxWindow *parent,
|
||||
const wxSize &size,
|
||||
long style,
|
||||
const wxString &name )
|
||||
: wxWindow( parent, id, pos, size, style, name )
|
||||
{
|
||||
(void)Create(parent, id, pos, size, style, name);
|
||||
}
|
||||
|
||||
void wxControl::SetLabel( const wxString &label )
|
||||
@@ -52,7 +52,7 @@ void wxControl::SetLabel( const wxString &label )
|
||||
}
|
||||
}
|
||||
|
||||
wxString wxControl::GetLabel(void) const
|
||||
wxString wxControl::GetLabel() const
|
||||
{
|
||||
return m_label;
|
||||
}
|
||||
|
Reference in New Issue
Block a user