reswigged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4688,14 +4688,15 @@ class DataFormat(object):
|
||||
"""
|
||||
return _misc_.DataFormat_GetType(*args, **kwargs)
|
||||
|
||||
def GetId(*args, **kwargs):
|
||||
"""
|
||||
GetId(self) -> String
|
||||
def _GetId(*args, **kwargs):
|
||||
"""_GetId(self) -> String"""
|
||||
return _misc_.DataFormat__GetId(*args, **kwargs)
|
||||
|
||||
Returns the name of a custom format (this function will fail for a
|
||||
standard format).
|
||||
"""
|
||||
return _misc_.DataFormat_GetId(*args, **kwargs)
|
||||
def GetId(self):
|
||||
"""Returns the name of a custom format (this function will fail for a
|
||||
format)."""
|
||||
nolog = wx.LogNull()
|
||||
return self._GetId()
|
||||
|
||||
def SetId(*args, **kwargs):
|
||||
"""
|
||||
@@ -5678,7 +5679,6 @@ class Clipboard(_core.Object):
|
||||
return _misc_.Clipboard_Get(*args, **kwargs)
|
||||
|
||||
Get = staticmethod(Get)
|
||||
Data = property(GetData,SetData,doc="See `GetData` and `SetData`")
|
||||
_misc_.Clipboard_swigregister(Clipboard)
|
||||
|
||||
def Clipboard_Get(*args):
|
||||
|
Reference in New Issue
Block a user