|
__init__(self,
icon_config,
tray_config,
menu_icon_class=MenuIcon)
Creates a new Tray . |
source code
|
|
|
|
|
|
|
|
|
destroy(self)
Destroys the Tray and the container containing it. |
source code
|
|
|
|
|
|
|
set_container(self,
container)
Adds the Tray to the gtk.Container
container after removing it from its current container. |
source code
|
|
|
|
|
|
|
|
|
quit(self)
Override this to clean up when the container containing the tray is
destroyed. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|