|
|
|
|
|
|
|
|
|
update_is_drop_target(self)
Updates whether URIs can be dropped on the Icon . |
source code
|
|
|
|
|
|
|
|
|
|
|
destroy(self)
Zooms out the Icon before destroying it. |
source code
|
|
|
hide(self)
Zooms out the Icon before hiding it. |
source code
|
|
|
show(self)
Zooms in the Icon after showing it. |
source code
|
|
|
update_option_edge(self)
Updates the edge the Icon is at. |
source code
|
|
|
update_option_effects(self)
Updates the effects of the Icon . |
source code
|
|
|
update_option_size(self)
Updates the Icon 's size. |
source code
|
|
|
|
|
|
|
|
|
click(self,
time=0L)
Override this to determine the action when left-clicking the
Icon . |
source code
|
|
|
|
|
|
|
uris_dropped(self,
uris,
action=gtk.gdk.ACTION_COPY)
Override this to react to URIs being dropped on the
Icon . |
source code
|
|
|
spring_open(self,
time=0L)
Override this to determine the action when the mouse pointer stays on
an icon some time while dragging. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|