| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
config.Config --+
|
IconConfig
Icon configuration object.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
arrow = property(lambda self: self.__arrow)The arrow pixmap. |
|
edge = property(lambda self: self.get_attribute('edge'), lambdThe edge of the screen where the icons are put. |
|
effects = property(lambda self: self.get_attribute('effects'),True if effects such as smooth zooming should be shown.
|
|
pos_func = property(lambda self: self.get_attribute('pos_func'The function for positioning the menu (may be None). |
|
size = property(lambda self: self.get_attribute('size'), lambdThe size of the icons. |
|
vertical = property(lambda self: self.edge in(LEFT, RIGHT))True if the icons are on a vertical panel, that is: the
edge is either LEFT or RIGHT.
|
|
hidden = property(lambda self: self.get_attribute('hidden'), lTrue if all icons except the main icon should be hidden.
|
|
| Properties | |
|
Inherited from |
| Method Details |
Creates a new
|
| Class Variable Details |
edgeThe edge of the screen where the icons are put. One of
|
effects
|
pos_funcThe function for positioning the menu (may be None).
|
sizeThe size of the icons.
|
hidden
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 14 06:58:33 2008 | http://epydoc.sourceforge.net |