GetTmpDefaultItem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -875,8 +875,13 @@ by pressing <Enter> such as the OK button on a wx.Dialog.", "");
|
|||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
virtual void , SetTmpDefaultItem(wxWindow * win),
|
virtual void , SetTmpDefaultItem(wxWindow * win),
|
||||||
"Set this child as temporary default", "");
|
"Set this child as temporary default", "");
|
||||||
|
|
||||||
|
DocDeclStr(
|
||||||
|
virtual wxWindow *, GetTmpDefaultItem() const,
|
||||||
|
"Return the temporary default item, which can be None.", "");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DocDeclAStr(
|
DocDeclAStr(
|
||||||
virtual bool , Navigate(int flags = wxNavigationKeyEvent::IsForward),
|
virtual bool , Navigate(int flags = wxNavigationKeyEvent::IsForward),
|
||||||
"Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool",
|
"Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool",
|
||||||
|
Reference in New Issue
Block a user