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,
{
public:
/**
- Constructs a PostScript printer device context from a wxPrintData
- object.
+ Constructs a PostScript printer device context from a wxPrintData object.
*/
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
@deprecated This constructor is deprecated.
*/
wxPostScriptDC(const wxString& output,
- bool interactive = true,
+ bool interactive,
wxWindow* parent);
/**
Performs dereferencing, for those objects that use reference counting.
*/
- wxObject();
+ ~wxObject();
/**
A virtual function that may be redefined by derived classes to allow dumping of