| Home | Trees | Indices | Help |
|---|
|
|
gtk.EventBox --+
|
object --+
|
icon.Icon --+
|
WinIcon
An Icon representing a group of windows. You can add/remove windows using the add_window() and remove_window() methods.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
name = property(lambda self: self.__name)The WinIcon's name.
|
|
visible_windows = property(lambda self: self.__visible_windows)The list of visible windows. |
|
has_active_window = property(lambda self: screen.get_active_wi{True} if the WinIcon has the active window.
|
|
has_visible_windows = property(lambda self: bool(self.__visibl{True} if the WinIcon has any visible windows.
|
|
has_windows = property(lambda self: bool(self.__windows)){True} if the WinIcon has any windows.
|
|
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Creates a new
|
|
Updates the list of visible windows. Also calls update_has_arrow(), update_tooltip(), update_zoom_factor() and update_visibility(). |
If the active window is in the |
If the active window is in the |
Adds
|
Removes
|
|
Determines the visibility.
|
Determines the zoom factor.
|
Determines whether to show an arrow or not.
|
Determines the
|
If the
|
Override this to determine the menu that pops up when left-clicking
the
|
Override this to determine the menu that pops up when right-clicking
the
|
Activates the next window.
See Also: WinIcon.activate_next_window() |
Activates the previous window.
See Also: activate_previous_window() |
Activates the next window.
See Also: activate_next_window() |
Override this to determine whether the
|
Override this to determine whether the
|
Override this to determine the
|
| Class Variable Details |
has_active_window{True} if the
|
has_visible_windows{True} if the
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 14 06:58:33 2008 | http://epydoc.sourceforge.net |