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

Class CompletionMinibuffer

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

Base class for a minibuffer based on the TextCtrlAutoComplete widget from the wxpython list.

This class doesn't implement the complete method, leaving its implementation to subclasses.

Instance Methods
 
createWindow(self)
Create a window that represents the minibuffer, and set self.win to that window.
 
SetFocus(self)
 
complete(self, text)
 
setDynamicChoices(self)

Inherited from TextMinibuffer: OnEnter, convert

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

Inherited from TextMinibuffer: error, label

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)