for gladeui glade 3.40.0. This document attempts to describe how to use the Glade UI Designer core library to integrate Glade into your application and how to integrate your custom GTK+ derived widgets into the Glade UI Designer. The latest version of this documentation can be found on-line at https://developer.gnome.org/gladeui/stable .


I. Adding your custom widgets
Introducing the Glade Catalog — How to write and install a catalog
Widget Adaptor Definitions — Adding support for custom widgets
Property Definitions — How to augment or define a #GladePropertyDef
Python Gtk widgets support — How to write and install a catalog for a python widget library
JavaScript Gtk widgets support — How to write and install a catalog for a JavaScript widget library
II. Glade Core
Initializing the library
GladeCatalog
GladeApp — The central control point of the Glade core.
GladeProject — The Glade document hub and Load/Save interface.
GladeWidget — An object wrapper for the Glade runtime environment.
GladeWidgetAdaptor — Adaptor base class to add runtime support for each widget class.
GladeWidgetAction — Context menu and toolbar actions.
GladeWidgetActionDef
GladeFixed
GladeProperty — An interface to properties on the GladeWidget.
GladePropertyDef — Property Definition metadata.
GladeCommand — An event filter to implement the Undo/Redo stack.
GladeClipboard — A list of GladeWidget objects not in any GladeProject.
GladeBaseEditor — A customisable editor
GladePlaceholder — A GtkWidget to fill empty places.
GladeSignal
GladeSignalDef
GladeNameContext
Xml Utils — An api to read and write xml.
III. Dockable Glade UI Widgets
GladeEditable
GladeEditor — A Widget to edit a GladeWidget.
GladeEditorProperty — A generic widget to edit a GladeProperty.
GladePalette — A widget to select a GladeWidgetAdaptor for addition.
GladeInspector — A widget for inspecting objects in a GladeProject.
GladeSignalEditor — An interface to edit signals for a GladeWidget.
GladePreviewer
GladeDesignView — A widget to embed the workspace.
GladePreview — The glade preview launch/kill interface.
GladeAdaptorChooser
GladePropertyLabel
GladePropertyShell
IV. Miscellaneous utilities
GladeCellRendererIcon
GladeObjectStub
GladeSignalModel
Glade Utils — Welcome to the zoo.
Index
Annotation Glossary