Package peppy :: Module sidebar
[frames] | no frames]

Module sidebar

Your one-stop shop for sidebar building blocks.

Sidebars provide extra UI windows for frames that aren't dependent (or can exist outside of) a major mode.

A sidebar is created by subclassing from some wx.Window object and using the Sidebar mixin.

Registering your sidebar means creating a yapsy plugin extending the IPeppyPlugin interface that returns a list of sidebars through the getSidebars method.

Classes
  Sidebar
Mixin class for all frame sidebars.