// Constructor with a modal flag, but no window id - the old convention
wxDialog(wxWindow *parent,
// Constructor with a modal flag, but no window id - the old convention
wxDialog(wxWindow *parent,
long style = wxDEFAULT_DIALOG_STYLE,
const wxString& name = wxDialogNameStr)
{
long style = wxDEFAULT_DIALOG_STYLE,
const wxString& name = wxDialogNameStr)
{
Create(parent, -1, title, wxPoint(x, y), wxSize(width, height),
Create(parent, -1, title, wxPoint(x, y), wxSize(width, height),
long style = wxDEFAULT_DIALOG_STYLE,
const wxString& name = wxDialogNameStr)
{
long style = wxDEFAULT_DIALOG_STYLE,
const wxString& name = wxDialogNameStr)
{
Create(parent, id, title, pos, size, style, name);
}
Create(parent, id, title, pos, size, style, name);
}