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

Module minibuffer

Classes
  MinibufferAction
  Minibuffer
Base class for an action that is implemented using the minibuffer.
  TextMinibuffer
Dedicated subclass of Minibuffer that prompts for a text string
  IntMinibuffer
Dedicated subclass of Minibuffer that prompts for an integer.
  FloatMinibuffer
Dedicated subclass of Minibuffer that prompts for a floating point number.
  InPlaceCompletionMinibuffer
Base class for a simple autocompletion minibuffer.
  CompletionMinibuffer
Base class for a minibuffer based on the TextCtrlAutoComplete widget from the wxpython list.
  StaticListCompletionMinibuffer
Completion minibuffer where the list of possibilities doesn't change.