Various little tweaks to get up to date with CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -862,25 +862,6 @@ it.", "");
|
||||
|
||||
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
virtual wxWindow *, GetDefaultItem() const,
|
||||
"Get the default child of this parent, i.e. the one which is activated
|
||||
by pressing <Enter> such as the OK button on a wx.Dialog.", "");
|
||||
|
||||
DocDeclStr(
|
||||
virtual wxWindow *, SetDefaultItem(wxWindow * child),
|
||||
"Set this child as default, return the old default.", "");
|
||||
|
||||
DocDeclStr(
|
||||
virtual void , SetTmpDefaultItem(wxWindow * win),
|
||||
"Set this child as temporary default", "");
|
||||
|
||||
DocDeclStr(
|
||||
virtual wxWindow *, GetTmpDefaultItem() const,
|
||||
"Return the temporary default item, which can be None.", "");
|
||||
|
||||
|
||||
|
||||
DocDeclAStr(
|
||||
virtual bool , Navigate(int flags = wxNavigationKeyEvent::IsForward),
|
||||
@@ -1626,7 +1607,10 @@ mouse cursor will be used.", "");
|
||||
bool PopupMenu(wxMenu *menu, const wxPoint& pos=wxDefaultPosition);
|
||||
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
virtual bool , HasMultiplePages() const,
|
||||
"", "");
|
||||
|
||||
|
||||
%extend {
|
||||
DocStr(GetHandle,
|
||||
|
Reference in New Issue
Block a user