__init__(self,
min_size,
max_size,
tray_class,
icon_config,
tray_config,
*tray_args)
(Constructor)
| source code
|
Creates a new TrayWindow .
- Parameters:
min_size - The minimum size of the icons.
max_size - The maximum size of the icons.
vertical - True if the tray should be vertical.
tray_class - The class of the tray to be created. Must be a subclass of Tray.
icon_config - The IconConfig.
tray_config - The TrayConfig.
*tray_args - Additional arguments passed to the tray_class 's
constructor.
- Overrides:
tray_container.TrayContainer.__init__
|