glade-3 2.91.1


Table of Contents

I. Introduction
II. Adding your custom widgets
Introducing the Glade Catalog - How to write and install a catalog
Widget Class Definitions - How to augment or define a GladeWidgetClass
Property Class Definitions - How to augment or define a GladePropertyClass
Container Objects - How to add support for heirarchic widget relationships
III. Glade Core
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.
GladeProperty - An interface to properties on the GladeWidget
GladeWidgetClass - Object Class-wide metadata
GladePropertyClass - Property Class-wide metadata
Glade Commands - An event filter to implement the Undo/Redo stack
GladeEditorProperty - A generic widget to edit a GladeProperty
GladeClipboard - A list of GladeWidget objects not in any GladeProject
IV. Dockable Glade UI Widgets
GladeEditor - A Widget to edit a GladeWidget
GladePalette - A widget to select a GladeWidgetClass for addition
GladeClipboardView - A widget to view and control the GladeClipboard
GladeProjectView - A widget to view the project heirarchy
Glade Signal Editor - An interface to edit signals for a GladeWidget
V. Miscalanious utilities
GladeFixedManager - A mechanism to handle free from widget placement containers
GladePlaceholder - A GtkWidget to fill empty places
Catalog Parameters - Parameters set in the catalog retrievable from the plugin
Utilities - Welcome to the zoo
Index