Package peppy :: Package actions :: Module pypefind :: Class FindMinibuffer
[frames] | no frames]

Class FindMinibuffer

       object --+        
                |        
 debug.debugmixin --+    
                    |    
minibuffer.Minibuffer --+
                        |
                       FindMinibuffer
Known Subclasses:

Adapter for PyPE findbar. Maps findbar callbacks to our stuff.

Instance Methods
 
createWindow(self)
Create a window that represents the minibuffer, and set self.win to that window.
 
focus(self)
Set the focus to the component in the menubar that should get the text focus.
 
getglobal(self, param)
 
SetStatusText(self, text, log=None)
 
GetWindow1(self)
 
Unsplit(self)

Inherited from minibuffer.Minibuffer: __init__, close, 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 minibuffer.Minibuffer: 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.Minibuffer.createWindow
(inherited documentation)

focus(self)

 

Set the focus to the component in the menubar that should get the text focus.

Overrides: minibuffer.Minibuffer.focus
(inherited documentation)