Beginings of wxX11 support. Much more to do but I have no more time
for it today. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -414,10 +414,6 @@ class Dialog(TopLevelWindow):
|
||||
"""CreateButtonSizer(long flags) -> Sizer"""
|
||||
return _windows.Dialog_CreateButtonSizer(*args, **kwargs)
|
||||
|
||||
def SetModal(*args, **kwargs):
|
||||
"""SetModal(bool flag)"""
|
||||
return _windows.Dialog_SetModal(*args, **kwargs)
|
||||
|
||||
def IsModal(*args, **kwargs):
|
||||
"""IsModal() -> bool"""
|
||||
return _windows.Dialog_IsModal(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user