g_object_set (m_text, "has-frame", FALSE, NULL);
}
+ g_object_ref(m_widget);
m_parent->DoAddChild( this );
{
EnableTextChangedEvents(true);
}
-
- // This was added after discussion on the list
- SetInsertionPoint(0);
}
void wxTextCtrl::WriteText( const wxString &text )