kiwi.ui.gadgets.FadeOut - I am a helper class to draw the fading effect of the background Call my methods start() and stop() to control the fading.
kiwi.ui.objectlist.Column - Specifies a column for an L{ObjectList}, see the ObjectList documentation for a simple example.
kiwi.ui.objectlist.ColoredColumn - I am a column which can colorize the text of columns under certain circumstances. I take a color and an extra function which will be called for each row
kiwi.ui.delegates.GladeSlaveDelegate - A class that combines view and controller functionality into a single package. It does not possess a top-level window, but is instead intended to be plugged in to a View or Delegate using attach_slave().
kiwi.ui.delegates.ProxySlaveDelegate - A class that combines view, controller and proxy functionality into a single package. It does not possess a top-level window, but is instead intended to be plugged in to a View or Delegate using attach_slave()
kiwi.ui.delegates.SlaveDelegate - A class that combines view and controller functionality into a single package. It does not possess a top-level window, but is instead intended to be plugged in to a View or Delegate using attach_slave().
kiwi.ui.delegates.Delegate - A class that combines view and controller functionality into a single package. The Delegate class possesses a top-level window.
kiwi.ui.delegates.ProxyDelegate - A class that combines view, controller and proxy functionality into a single package. The Delegate class possesses a top-level window.
kiwi.ui.delegates.GladeDelegate - A class that combines view and controller functionality into a single package. The Delegate class possesses a top-level window.
kiwi.ui.widgets.button.ProxyButton - A ProxyButton is a Button subclass which is implementing the features required to be used inside the kiwi framework.
kiwi.ui.objectlist._ContextMenu - ContextMenu is a wrapper for the menu that's displayed when right clicking on a column header. It monitors the treeview and rebuilds when columns are added, removed or moved.
kiwi.ui.objectlist.ObjectList - An enhanced version of GtkTreeView, which provides pythonic wrappers for accessing rows, and optional facilities for column sorting (with types) and column selection.
kiwi.ui.widgets.spinbutton.ProxySpinButton - A SpinButton subclass which adds supports for the Kiwi Framework. This widget supports validation The only allowed types for spinbutton are int and float.
kiwi.ui.delegates.Delegate - A class that combines view and controller functionality into a single package. The Delegate class possesses a top-level window.
kiwi.ui.delegates.ProxyDelegate - A class that combines view, controller and proxy functionality into a single package. The Delegate class possesses a top-level window.
kiwi.ui.delegates.GladeDelegate - A class that combines view and controller functionality into a single package. The Delegate class possesses a top-level window.
kiwi.ui.delegates.GladeSlaveDelegate - A class that combines view and controller functionality into a single package. It does not possess a top-level window, but is instead intended to be plugged in to a View or Delegate using attach_slave().
kiwi.ui.delegates.ProxySlaveDelegate - A class that combines view, controller and proxy functionality into a single package. It does not possess a top-level window, but is instead intended to be plugged in to a View or Delegate using attach_slave()
kiwi.ui.delegates.SlaveDelegate - A class that combines view and controller functionality into a single package. It does not possess a top-level window, but is instead intended to be plugged in to a View or Delegate using attach_slave().
kiwi.environ.Library - A Library is a local environment object, it's a subclass of the Environment class. It's used by libraries and applications (through the Application class)
kiwi.environ.Application - Application extends a L{Library}. It's meant to be used by applications
kiwi.ui.proxy.Proxy - A Proxy is a class that 'attaches' an instance to an interface's widgets, and transparently manipulates that instance's attributes as the user alters the content of the widgets.
kiwi.ValueUnset - To differentiate from places where None is a valid default. Used mainly in the Kiwi Proxy
logging.Filter
kiwi.log.ReversedGlobalFilter - It's like a reversed filter, the default behavior is to not show the message, you need to add custom filters for all the records you wish to see
kiwi.db.query.QueryExecuter - A QueryExecuter is responsible for taking the state (as in QueryState) objects from search filters and construct a query. How the query is constructed is ORM/DB-layer dependent.
kiwi.decorators.deprecated - I am a decorator which prints a deprecation warning each time you call the decorated (and deprecated) function
kiwi.decorators.signal_block - A decorator to be used on L{kiwi.ui.views.SlaveView} methods. It takes a list of arguments which is the name of the widget and the signal name separated by a dot.
kiwi.python.ClassInittableObject - I am an object which will call a classmethod called __class_init__ when I am created. Subclasses of me will also have __class_init__ called.
kiwi.python.AttributeForwarder - AttributeForwarder is an object which is used to forward certain attributes to another object.
kiwi.ui.proxywidget.ValidatableProxyWidgetMixin - Class used by some Kiwi Widgets that need to support mandatory input and validation features such as custom validation and data-type validation.
kiwi.ui.widgets.spinbutton.ProxySpinButton - A SpinButton subclass which adds supports for the Kiwi Framework. This widget supports validation The only allowed types for spinbutton are int and float.
kiwi.ui.widgets.button.ProxyButton - A ProxyButton is a Button subclass which is implementing the features required to be used inside the kiwi framework.
kiwi.ui.search.DateSearchOption - Base class for Date search options A date search option is an interval of dates @cvar name: name of the search option
kiwi.ui.test.recorder.SignalEvent - A SignalEvent is an L{Event} which is tied to a GObject signal, L{Recorder} uses this to automatically attach itself to a signal at which point this object will be instantiated.
kiwi.ui.test.recorder.ButtonClickedEvent - This event represents a button click. Note that this will also work for GtkToggleButton, GtkRadioButton and GtkCheckButton.
kiwi.ui.test.recorder.EntrySetTextEvent - This event represents a content modification of a GtkEntry. When the user deletes, clears, adds, modifies the text this event will be created.
kiwi.utils.PropertyObject - I am an object which maps GObject properties to attributes To be able to use me, you must also inherit from a gobject.GObject subclass.
kiwi.ui.objectlist.Column - Specifies a column for an L{ObjectList}, see the ObjectList documentation for a simple example.
kiwi.ui.objectlist.ColoredColumn - I am a column which can colorize the text of columns under certain circumstances. I take a color and an extra function which will be called for each row
kiwi.ui.objectlist.ObjectList - An enhanced version of GtkTreeView, which provides pythonic wrappers for accessing rows, and optional facilities for column sorting (with types) and column selection.
kiwi.ui.widgets.button.ProxyButton - A ProxyButton is a Button subclass which is implementing the features required to be used inside the kiwi framework.
kiwi.ui.widgets.spinbutton.ProxySpinButton - A SpinButton subclass which adds supports for the Kiwi Framework. This widget supports validation The only allowed types for spinbutton are int and float.