Gnumed.pycommon.gmConfigCommon.ConfigSource:
Base class for interface to access config data and definitions on a
single configuration source (config file, user/workplace specific
backend data collection.
wx.lib.mixins.listctrl.ListCtrlAutoWidthMixin:
A mix-in class that automatically resizes the last column to take up
the remaining width of the wx.ListCtrl.
wx._core.ItemContainer:
The wx.ItemContainer class defines an interface which is
implemented by all controls which have string subitems, each of
which may be selected, such as `wx.ListBox`, `wx.CheckListBox`,
`wx.Choice` as well as `wx.ComboBox` which implements an extended
interface deriving from this one.
wx._core.ControlWithItems:
wx.ControlWithItems combines the ``wx.ItemContainer`` class with
the wx.Control class, and is used for the base class of various
controls that have items.
wx._core.Control:
This is the base class for a control or 'widget'.
wx._core.ControlWithItems:
wx.ControlWithItems combines the ``wx.ItemContainer`` class with
the wx.Control class, and is used for the base class of various
controls that have items.