}
// GRG, Jun/2000: Changed this after a lot of discussion in
- // the lists. wxWindows 2.2 will have a set of flags to
+ // the lists. wxWidgets 2.2 will have a set of flags to
// customize this behaviour.
SetInsertionPoint(0);
void wxTextCtrl::ApplyWidgetStyle()
{
-// if (m_windowStyle & wxTE_MULTILINE)
-// {
-// // how ?
-// }
-// else
- {
- SetWidgetStyle();
- gtk_widget_set_style( m_text, m_widgetStyle );
- }
+ SetWidgetStyle();
+ gtk_widget_set_style( m_text, m_widgetStyle );
}
void wxTextCtrl::OnCut(wxCommandEvent& WXUNUSED(event))