even more fixes detected using ifacecheck
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -135,6 +135,10 @@ public:
|
||||
The pages to show.
|
||||
@param parent
|
||||
The dialog's parent.
|
||||
@param title
|
||||
The dialog's title.
|
||||
@param id
|
||||
The dialog's ID.
|
||||
@param pos
|
||||
The dialog's position.
|
||||
@param sz
|
||||
@@ -142,10 +146,9 @@ public:
|
||||
@param style
|
||||
The dialog's window style.
|
||||
*/
|
||||
wxRichTextFormattingDialog(long flags, wxWindow* parent,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& sz = wxDefaultSize,
|
||||
long style = wxDEFAULT_DIALOG_STYLE);
|
||||
wxRichTextFormattingDialog(long flags, wxWindow* parent, const wxString& title = "Formatting",
|
||||
wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& sz = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE);
|
||||
|
||||
/**
|
||||
Destructor.
|
||||
|
Reference in New Issue
Block a user