LabelBook.ImageInfo:
This class holds all the information (caption, image, etc...)
belonging to a single tab in ImageNotebook.
object:
The most base type
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.Panel:
Proxy of C++ Panel class
LabelBook.FlatBookBase:
Base class for the containing window for LabelBook and
FlatImageBook.
LabelBook.FlatImageBook:
Default implementation of the image book, it is like a
wx.Notebook, except that images are used to control the different
pages.
LabelBook.LabelBook:
An implementation of a notebook control - except that instead of
having tabs to show labels, it labels to the right or left
(arranged horozontally).
wx._core.Event:
An event is a structure holding information about an event
passed to a callback or member function.
wx._core.CommandEvent:
This event class contains information about command events,
which originate from a variety of simple controls, as well as menus
and toolbars.
wx._core.PyCommandEvent:
wx.PyCommandEvent can be used as a base class for implementing
custom event types in Python, where the event shoudl travel up to
parent windows looking for a handler.
LabelBook.ImageNotebookEvent:
This events will be sent when a EVT_IMAGENOTEBOOK_PAGE_CHANGED,
EVT_IMAGENOTEBOOK_PAGE_CHANGING, EVT_IMAGENOTEBOOK_PAGE_CLOSING,
EVT_IMAGENOTEBOOK_PAGE_CLOSED is mapped in the parent.