reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5,7 +5,7 @@ import _activex
|
||||
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
__docfilter__ = wx.__DocFilter(globals())
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class CLSID(object):
|
||||
@@ -361,7 +361,7 @@ class ActiveXEvent(_core.CommandEvent):
|
||||
ActiveX events. Any event parameters from the ActiveX cntrol are
|
||||
turned into attributes of the Python proxy for this event object.
|
||||
Additionally, there is a property called eventName that will
|
||||
return (suprizingly <wink>) the name of the ActiveX event.
|
||||
return (surprisingly <wink>) the name of the ActiveX event.
|
||||
"""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
|
@@ -7,7 +7,7 @@ import _windows
|
||||
import _core
|
||||
import _controls
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
__docfilter__ = wx.__DocFilter(globals())
|
||||
wxEVT_DYNAMIC_SASH_SPLIT = _gizmos.wxEVT_DYNAMIC_SASH_SPLIT
|
||||
wxEVT_DYNAMIC_SASH_UNIFY = _gizmos.wxEVT_DYNAMIC_SASH_UNIFY
|
||||
DS_MANAGE_SCROLLBARS = _gizmos.DS_MANAGE_SCROLLBARS
|
||||
|
@@ -5,7 +5,7 @@ import _glcanvas
|
||||
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
__docfilter__ = wx.__DocFilter(globals())
|
||||
class GLContext(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGLContext instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
|
@@ -5,7 +5,7 @@ import _iewin
|
||||
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
__docfilter__ = wx.__DocFilter(globals())
|
||||
class MSHTMLEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxMSHTMLEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
|
@@ -6,7 +6,7 @@ import _ogl
|
||||
import _windows
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
__docfilter__ = wx.__DocFilter(globals())
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class ShapeRegion(_core.Object):
|
||||
|
@@ -6,7 +6,7 @@ import _stc
|
||||
import _core
|
||||
import _misc
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
__docfilter__ = wx.__DocFilter(globals())
|
||||
STC_USE_DND = _stc.STC_USE_DND
|
||||
STC_USE_POPUP = _stc.STC_USE_POPUP
|
||||
STC_INVALID_POSITION = _stc.STC_INVALID_POSITION
|
||||
@@ -1985,11 +1985,7 @@ class StyledTextCtrl(_core.Control):
|
||||
return _stc.StyledTextCtrl_DocumentEndExtend(*args, **kwargs)
|
||||
|
||||
def PageUp(*args, **kwargs):
|
||||
"""
|
||||
PageUp(self)
|
||||
|
||||
This is just a wrapper for ScrollPages(-1).
|
||||
"""
|
||||
"""PageUp(self)"""
|
||||
return _stc.StyledTextCtrl_PageUp(*args, **kwargs)
|
||||
|
||||
def PageUpExtend(*args, **kwargs):
|
||||
|
@@ -5,7 +5,7 @@ import _xrc
|
||||
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
__docfilter__ = wx.__DocFilter(globals())
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
WX_XMLRES_CURRENT_VERSION_MAJOR = _xrc.WX_XMLRES_CURRENT_VERSION_MAJOR
|
||||
@@ -56,7 +56,7 @@ class XmlResource(_core.Object):
|
||||
return _xrc.XmlResource_ClearHandlers(*args, **kwargs)
|
||||
|
||||
def AddSubclassFactory(*args, **kwargs):
|
||||
"""XmlResource.AddSubclassFactory(XmlSubclassFactory factory)"""
|
||||
"""AddSubclassFactory(XmlSubclassFactory factory)"""
|
||||
return _xrc.XmlResource_AddSubclassFactory(*args, **kwargs)
|
||||
|
||||
AddSubclassFactory = staticmethod(AddSubclassFactory)
|
||||
@@ -121,7 +121,7 @@ class XmlResource(_core.Object):
|
||||
return _xrc.XmlResource_AttachUnknownControl(*args, **kwargs)
|
||||
|
||||
def GetXRCID(*args, **kwargs):
|
||||
"""XmlResource.GetXRCID(String str_id) -> int"""
|
||||
"""GetXRCID(String str_id) -> int"""
|
||||
return _xrc.XmlResource_GetXRCID(*args, **kwargs)
|
||||
|
||||
GetXRCID = staticmethod(GetXRCID)
|
||||
@@ -134,12 +134,12 @@ class XmlResource(_core.Object):
|
||||
return _xrc.XmlResource_CompareVersion(*args, **kwargs)
|
||||
|
||||
def Get(*args, **kwargs):
|
||||
"""XmlResource.Get() -> XmlResource"""
|
||||
"""Get() -> XmlResource"""
|
||||
return _xrc.XmlResource_Get(*args, **kwargs)
|
||||
|
||||
Get = staticmethod(Get)
|
||||
def Set(*args, **kwargs):
|
||||
"""XmlResource.Set(XmlResource res) -> XmlResource"""
|
||||
"""Set(XmlResource res) -> XmlResource"""
|
||||
return _xrc.XmlResource_Set(*args, **kwargs)
|
||||
|
||||
Set = staticmethod(Set)
|
||||
|
Reference in New Issue
Block a user