Package peppy :: Package actions :: Module minibuffer :: Class TextMinibuffer
[frames] | no frames]

Class TextMinibuffer

      object --+        
               |        
debug.debugmixin --+    
                   |    
          Minibuffer --+
                       |
                      TextMinibuffer
Known Subclasses:

Dedicated subclass of Minibuffer that prompts for a text string

Instance Methods
 
createWindow(self)
Create a window that represents the minibuffer, and set self.win to that window.
 
convert(self, text)
 
OnEnter(self, evt)

Inherited from Minibuffer: __init__, close, focus, removeFromParent

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods

Inherited from debug.debugmixin: dprint

Class Variables
  label = 'Text'
  error = "Bad input."

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

createWindow(self)

 

Create a window that represents the minibuffer, and set self.win to that window.

Overrides: Minibuffer.createWindow
(inherited documentation)