Defines the Delegate classes that are included in the Kiwi Framework.
| Class | Delegate | A class that combines view and controller functionality into a single package. The Delegate class possesses a top-level window. |
| Class | GladeDelegate | A class that combines view and controller functionality into a single package. The Delegate class possesses a top-level window. |
| Class | 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(). |
| Class | 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(). |
| Class | ProxyDelegate | A class that combines view, controller and proxy functionality into a single package. The Delegate class possesses a top-level window. |
| Class | 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() |