wx._core.Object:
The base class for most wx objects, although in wxPython not
much functionality is needed nor exposed.
wx._core.EvtHandler:
Proxy of C++ EvtHandler class
wx._core.Window:
wx.Window is the base class for all windows and represents any
visible object on the screen.
wx._windows.TopLevelWindow:
Proxy of C++ TopLevelWindow class
wx._windows.Frame:
Proxy of C++ Frame class
pallavi.Views.View:
A Frame containing the entire text-area and any other panels,
menus, toolbars, etc.
wx._core.Control:
This is the base class for a control or 'widget'.
wx.stc.StyledTextCtrl:
Proxy of C++ StyledTextCtrl class
pallavi.Views.TextView:
The editing buffer is currently a default StyledTextCtrl with a
few modifications but will eventually likely be a very robust class
in its own right
pallavi.plugins.Lexing.LexerInfo:
Class collects information about a specific lexing mode,
including information for syntax parsing as well as possibly info
for code folding, autoindent, and other features.