git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45190
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized.
- Added support for colour cursors (Pascal Monasse).
- Setting foreground colour of single line wxTextCtrl now works
+- Pass current control text to EVT_TEXT handler for wxSpinCtrl (John Ratliff)
- Added gtk.tlw.can-set-transparency system option
wxMac:
wxCommandEvent event( wxEVT_COMMAND_TEXT_UPDATED, win->GetId() );
event.SetEventObject( win );
+ event.SetString( GTK_ENTRY(spinbutton)->text );
// see above
event.SetInt(win->m_pos);