pyWinAuto: pywinauto.controls.common_controls.ToolTipsWrapper -- Class that wraps Windows ToolTips common control (not fully implemented)

ToolTipsWrapper

Class that wraps Windows ToolTips common control (not fully implemented)


Attributes

a handle

None

a windowclasses

['tooltips_class32']

a friendlyclassname

'ToolTips'

Methods

f __eq__(self, other) ...

Returns True if the handles of both controls are the same

f __init__(self, hwnd) ...

Initialize the instance

f GetTip(self, tip_index) ...

Return the particular tooltip

f ToolCount(self) ...

Return the number of tooltips

f GetTipText(self, tip_index) ...

Return the text of the tooltip

f Texts(self) ...

Return the text of all the tooltips

See the source for more information.