Various tweaks, docstring fixes, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -299,17 +299,6 @@ public:
|
||||
|
||||
// may be called to terminate the dialog with the given return code
|
||||
virtual void EndModal(int retCode);
|
||||
|
||||
// returns True if we're in a modal loop
|
||||
%extend {
|
||||
bool IsModalShowing() {
|
||||
#ifdef __WXGTK__
|
||||
return self->m_modalShowing;
|
||||
#else
|
||||
return self->IsModalShowing();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user