mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
Allow Destroy to be overridden (virtualized)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -377,7 +377,8 @@ def addWindowVirtuals(klass):
|
||||
'wxWindow *GetMainWindowOfCompositeControl()'),
|
||||
('InformFirstDirection', 'bool InformFirstDirection(int direction, int size, int availableOtherDir)'),
|
||||
('SetCanFocus', 'void SetCanFocus(bool canFocus)'),
|
||||
|
||||
('Destroy', 'bool Destroy()'),
|
||||
|
||||
## What about these?
|
||||
#bool HasMultiplePages() const
|
||||
#void UpdateWindowUI(long flags = wxUPDATE_UI_NONE);
|
||||
|
||||
Reference in New Issue
Block a user