|
| Graphics.UI.Gtk.Abstract.Object | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
The base class of the Gtk+ type hierarchy.
- Each widget is a represented as a purely abstract data type. It can only
be accessed through and the special access functions that are defined
in each widget file.
|
|
| Synopsis |
|
|
|
|
| Detail
|
|
| Object is the base class for all widgets, and for a few non-widget
objects such as Adjustment. Object predates GObject; non-widgets that
derive from Object rather than GObject do so for backward compatibility
reasons.
|
|
| Class Hierarchy
|
|
| GObject
| +----Object
| +----Widget
| +----Adjustment
| +----CellRenderer
| +----FileFilter
| +----ItemFactory
| +----Tooltips
| +----TreeViewColumn
|
|
| Types
|
|
|
|
|
|
|
|
|
|
|
|
|
| Methods
|
|
|
|
| Weak references
|
|
|
|
|
| Attach a callback that will be called after the
destroy hooks have been called
|
|
|
| Detach a weak destroy callback function
|
|
| Signals
|
|
|
| Signals that all holders of a reference to the Object should release
the reference that they hold. May result in finalization of the object if
all references are released.
|
|
| Produced by Haddock version 2.6.0 |