]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/src/gtk/misc2.py
1 # This file was created automatically by SWIG.
10 def __init__(self
,this
):
13 def SetTip(self
, *_args
, **_kwargs
):
14 val
= apply(misc2c
.wxToolTip_SetTip
,(self
,) + _args
, _kwargs
)
16 def GetTip(self
, *_args
, **_kwargs
):
17 val
= apply(misc2c
.wxToolTip_GetTip
,(self
,) + _args
, _kwargs
)
19 def GetWindow(self
, *_args
, **_kwargs
):
20 val
= apply(misc2c
.wxToolTip_GetWindow
,(self
,) + _args
, _kwargs
)
21 if val
: val
= wxWindowPtr(val
)
24 return "<C wxToolTip instance at %s>" % (self
.this
,)
25 class wxToolTip(wxToolTipPtr
):
26 def __init__(self
,*_args
,**_kwargs
):
27 self
.this
= apply(misc2c
.new_wxToolTip
,_args
,_kwargs
)
35 #-------------- FUNCTION WRAPPERS ------------------
37 def wxFindWindowByLabel(*_args
, **_kwargs
):
38 val
= apply(misc2c
.wxFindWindowByLabel
,_args
,_kwargs
)
39 if val
: val
= wxWindowPtr(val
)
42 def wxFindWindowByName(*_args
, **_kwargs
):
43 val
= apply(misc2c
.wxFindWindowByName
,_args
,_kwargs
)
44 if val
: val
= wxWindowPtr(val
)
47 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
49 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
53 #-------------- VARIABLE WRAPPERS ------------------