Module wmii
[show private | hide private]
[frames | no frames]

Module wmii

Framework for driving the wmii window manager from python.

Click on the 'Show Private' link at the top right of this page, to view the full set of methods

Typically, you will either instantiate the main WMII class directly, or subclass it and add your own methods, most commonly, event handler methods.

Refer examples
Classes
DMenu Convenience wrapper for dmenu util
P9_py Convenience wrapper to wmii's P9 interface
P9_wmiir Convenience wrapper to wmii's P9 interface
WMII Python interface to WMII
WMIIClient Encapsulates a single client (window).
WMIIColumn encapsulates a single column in the current view, as returned by the WMIIView property WMIIView.columns
WMIIView encapsulates an active WMII view
KeyedList a special kind of list that allows dict-like keying on a given member attribute name
WMIIBase provides a base framework of methods common to the WMII classes

Exceptions
P9Exception  

Function Summary
  issequence(thing)
returns True if thing is a list or tuple
  lock(func)

Function Details

issequence(thing)

returns True if thing is a list or tuple

Generated by Epydoc 2.1 on Tue Jun 12 22:49:29 2007 http://epydoc.sf.net