| Home | Trees | Index | Help |
|
|---|
| Module wmii :: Class WMIIView |
|
object--+ |WMIIBase--+ | WMIIView
| Method Summary | |
|---|---|
Creates a WMIIView object. | |
__repr__(self)
| |
within current view, changes all clients to float mode, and cascades them | |
transfers focus to a given client | |
focus a given column in this view | |
moves focus to next client in view | |
moves focus to previous client in view | |
moves all floating clients by (dx, dy) pixels | |
switches all windows in current view to tile mode | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
clients: list of clients in this view | |
columns: list of columns in this view | |
floatclients: list of clients in this view which are floating | |
managedclients: list of clients in this view which are managed (not floating) | |
realid: gives the real view tag | |
| Method Details |
|---|
__init__(self,
wmii,
id)
|
floatAll(self)within current view, changes all clients to float mode, and cascades them |
focusClient(self, client)transfers focus to a given client Argument:
|
focusColumn(self, column)focus a given column in this view |
focusNext(self)moves focus to next client in view |
focusPrev(self)moves focus to previous client in view |
moveFloatClients(self, dx, dy)moves all floating clients by (dx, dy) pixels |
tileAll(self)switches all windows in current view to tile mode |
| Property Details |
|---|
clientslist of clients in this view |
columnslist of columns in this view |
floatclientslist of clients in this view which are floating |
managedclientslist of clients in this view which are managed (not floating) |
realidgives the real view tag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Jun 12 22:49:29 2007 | http://epydoc.sf.net |