Module wmii :: Class DMenu
[show private | hide private]
[frames | no frames]

Class DMenu


Convenience wrapper for dmenu util
Method Summary
  __init__(self, iterator, **kw)
  wait(self)
Waits for user's response
  write(self, item, items)
writes an option to the menu

Class Variable Summary
str normBgColor = '#000000'
str normFgColor = '#ffcc00'
str prompt = 'menu: '
str selBgColor = '#ffcc00'
str selFgColor = '#000000'
bool showAtBottom = True

Method Details

wait(self)

Waits for user's response

write(self, item, items=None)

writes an option to the menu

Class Variable Details

normBgColor

Type:
str
Value:
'#000000'                                                              

normFgColor

Type:
str
Value:
'#ffcc00'                                                              

prompt

Type:
str
Value:
'menu: '                                                               

selBgColor

Type:
str
Value:
'#ffcc00'                                                              

selFgColor

Type:
str
Value:
'#000000'                                                              

showAtBottom

Type:
bool
Value:
True                                                                   

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