[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- pywingo.commands.WingoCommands
- pywingo.WingoUtil:
Provides a set of utility functions on top of the base commands
defined by Wingo.
- tuple:
tuple() -> empty tuple tuple(iterable) -> tuple initialized
from iterable's items
- pywingo.events.AddedWorkspace:
AddedWorkspace(Name,)
- pywingo.events.ChangedActiveClient:
ChangedActiveClient(Id,)
- pywingo.events.ChangedClientName:
ChangedClientName(Id,)
- pywingo.events.ChangedLayout:
ChangedLayout(Workspace,)
- pywingo.events.ChangedVisibleWorkspace:
ChangedVisibleWorkspace()
- pywingo.events.ChangedWorkspace:
ChangedWorkspace()
- pywingo.events.ChangedWorkspaceNames:
ChangedWorkspaceNames()
- pywingo.events.FocusedClient:
FocusedClient(Id,)
- pywingo.events.ManagedClient:
ManagedClient(Id,)
- pywingo.events.MappedClient:
MappedClient(Id,)
- pywingo.events.Noop:
Noop()
- pywingo.events.RemovedWorkspace:
RemovedWorkspace(Name,)
- pywingo.events.Restarting:
Restarting()
- pywingo.events.Subscribed:
Subscribed()
- pywingo.events.UnfocusedClient:
UnfocusedClient(Id,)
- pywingo.events.UnmanagedClient:
UnmanagedClient(Id, Name, Workspace, Class, Instance)
- pywingo.events.UnmappedClient:
UnmappedClient(Id,)