Package plugins :: Package ui :: Package testinput :: Module main :: Class XYZPlugin
[hide private]
[frames] | no frames]

Class XYZPlugin

source code

libxyz.core.plugins.BasePlugin --+
                                 |
                                XYZPlugin

Plugin testinput

Instance Methods [hide private]
 
__init__(self, xyz) source code
 
show_box(self, use_wrap=True)
Show test_box dialog
source code
Class Variables [hide private]
  NAME = u"testinput"
  AUTHOR = u"Max E. Kuznecov <syhpoon@syhpoon.name>"
  VERSION = u"0.2"
  BRIEF_DESCRIPTION = _(u"Test input")
  FULL_DESCRIPTION = _(u"Simple dialog to show pressed keys.\n" ...
  NAMESPACE = u"ui"
  MIN_XYZ_VERSION = None
hash(x)
  DOC = None
hash(x)
  HOMEPAGE = u"xyzcmd.syhpoon.name"
Method Details [hide private]

show_box(self, use_wrap=True)

source code 

Show test_box dialog

Parameters:
  • use_wrap - Whether to use input wrapper which honours learned keys

Class Variable Details [hide private]

FULL_DESCRIPTION

Value:
_(u"Simple dialog to show pressed keys.\n" u"Shortcut is what XYZComma\
nder expects to see in " u"configuration files.\n" u"Raw is what low-l\
evel library emits to focus " u"widget.\n" u"If any keybinding current\
ly exists for key it is " u"shown on the bottom line")