git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60884
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- Added wxDC::CopyAttributes() and use it in wxBufferedDC.
- Added wxTextWrapper helper class useful for wrapping lines of text.
- Added wxDC::CopyAttributes() and use it in wxBufferedDC.
- Added wxTextWrapper helper class useful for wrapping lines of text.
+GTK:
+
+- wxRadioBox constructor uses default consistent with other ports now.
+
MSW:
- Allow changing the height of wxChoice and wxComboBox.
MSW:
- Allow changing the height of wxChoice and wxComboBox.
const wxSize& size = wxDefaultSize,
int n = 0,
const wxString choices[] = (const wxString *) NULL,
const wxSize& size = wxDefaultSize,
int n = 0,
const wxString choices[] = (const wxString *) NULL,
long style = wxRA_HORIZONTAL,
const wxValidator& val = wxDefaultValidator,
const wxString& name = wxRadioBoxNameStr)
long style = wxRA_HORIZONTAL,
const wxValidator& val = wxDefaultValidator,
const wxString& name = wxRadioBoxNameStr)
const wxPoint& pos,
const wxSize& size,
const wxArrayString& choices,
const wxPoint& pos,
const wxSize& size,
const wxArrayString& choices,
long style = wxRA_HORIZONTAL,
const wxValidator& val = wxDefaultValidator,
const wxString& name = wxRadioBoxNameStr)
long style = wxRA_HORIZONTAL,
const wxValidator& val = wxDefaultValidator,
const wxString& name = wxRadioBoxNameStr)