add back parameter dropped during Doxygen conversion (#9697)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1149,7 +1149,7 @@ public:
|
||||
bool Hide(size_t index);
|
||||
|
||||
/**
|
||||
Insert a child into the sizer before any existing item at
|
||||
Insert a child into the sizer before any existing item at @a index.
|
||||
|
||||
See Add() for the meaning of the other parameters.
|
||||
*/
|
||||
@@ -1157,7 +1157,7 @@ public:
|
||||
const wxSizerFlags& flags);
|
||||
|
||||
/**
|
||||
Insert a child into the sizer before any existing item at
|
||||
Insert a child into the sizer before any existing item at @a index.
|
||||
|
||||
See Add() for the meaning of the other parameters.
|
||||
*/
|
||||
@@ -1168,7 +1168,7 @@ public:
|
||||
wxObject* userData = NULL);
|
||||
|
||||
/**
|
||||
Insert a child into the sizer before any existing item at
|
||||
Insert a child into the sizer before any existing item at @a index.
|
||||
|
||||
See Add() for the meaning of the other parameters.
|
||||
*/
|
||||
@@ -1176,7 +1176,7 @@ public:
|
||||
const wxSizerFlags& flags);
|
||||
|
||||
/**
|
||||
Insert a child into the sizer before any existing item at
|
||||
Insert a child into the sizer before any existing item at @a index.
|
||||
|
||||
See Add() for the meaning of the other parameters.
|
||||
*/
|
||||
@@ -1187,7 +1187,7 @@ public:
|
||||
wxObject* userData = NULL);
|
||||
|
||||
/**
|
||||
Insert a child into the sizer before any existing item at
|
||||
Insert a child into the sizer before any existing item at @a index.
|
||||
|
||||
See Add() for the meaning of the other parameters.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user