Proxy of C++ View_Hooks class.
|
|
View_Hooks
|
__init__(self,
_flags=0)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
bool
|
|
bool
|
|
|
view_activated(self,
view) |
|
|
|
view_click(self,
view,
event) |
|
|
|
|
|
|
|
|
|
view_dblclick(self,
view,
event) |
|
|
|
view_deactivated(self,
view) |
|
|
|
view_keydown(self,
view,
key,
state) |
|
|
|
view_loc_changed(self,
view,
now,
was) |
|
|
|
view_mouse_moved(self,
view,
event) |
|
|
|
view_mouse_over(self,
view,
event) |
|
|
|
view_switched(self,
view,
rt) |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|