]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/src/msw/misc2.py
1 # This file was created automatically by SWIG.
10 def __init__(self
,this
):
13 def SetTip(self
,arg0
):
14 val
= misc2c
.wxToolTip_SetTip(self
.this
,arg0
)
17 val
= misc2c
.wxToolTip_GetTip(self
.this
)
20 val
= misc2c
.wxToolTip_GetWindow(self
.this
)
21 val
= wxWindowPtr(val
)
24 return "<C wxToolTip instance>"
25 class wxToolTip(wxToolTipPtr
):
26 def __init__(self
,arg0
) :
27 self
.this
= misc2c
.new_wxToolTip(arg0
)
35 #-------------- FUNCTION WRAPPERS ------------------
37 def wxFindWindowByLabel(arg0
,*args
):
39 try: argl
[0] = argl
[0].this
42 val
= apply(misc2c
.wxFindWindowByLabel
,(arg0
,)+args
)
43 val
= wxWindowPtr(val
)
46 def wxFindWindowByName(arg0
,*args
):
48 try: argl
[0] = argl
[0].this
51 val
= apply(misc2c
.wxFindWindowByName
,(arg0
,)+args
)
52 val
= wxWindowPtr(val
)
55 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
57 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
61 #-------------- VARIABLE WRAPPERS ------------------