git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55709
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Creates the combobox for two-step construction.
*/
bool Create(wxWindow* parent, wxWindowID id,
Creates the combobox for two-step construction.
*/
bool Create(wxWindow* parent, wxWindowID id,
- const wxString& value = "",
- const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
+ const wxString& value,
+ const wxPoint& pos,
+ const wxSize& size,
int n, const wxString choices[],
long style = 0,
const wxValidator& validator = wxDefaultValidator,
int n, const wxString choices[],
long style = 0,
const wxValidator& validator = wxDefaultValidator,
- Constructs a PostScript printer device context from a wxPrintData
- object.
+ Constructs a PostScript printer device context from a wxPrintData object.
*/
wxPostScriptDC(const wxPrintData& printData);
*/
wxPostScriptDC(const wxPrintData& printData);
/**
Constructor. @a output is an optional file for printing to, and if
@a interactive is @true a dialog box will be displayed for adjusting
/**
Constructor. @a output is an optional file for printing to, and if
@a interactive is @true a dialog box will be displayed for adjusting
@deprecated This constructor is deprecated.
*/
wxPostScriptDC(const wxString& output,
@deprecated This constructor is deprecated.
*/
wxPostScriptDC(const wxString& output,
- bool interactive = true,
Performs dereferencing, for those objects that use reference counting.
*/
Performs dereferencing, for those objects that use reference counting.
*/
/**
A virtual function that may be redefined by derived classes to allow dumping of
/**
A virtual function that may be redefined by derived classes to allow dumping of