~ubuntu-branches/ubuntu/oneiric/glade-3/oneiric

« back to all changes in this revision

Viewing changes to doc/html/ix01.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-04-28 15:29:16 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090428152916-9l0do44tmyjlnbiq
Tags: 3.6.3-0ubuntu1
* New upstream version (LP: #368390)
  - Fixed crash configuring button content (LP: #356013)
  - Fixed crash adding related action to button (LP: #358467)
  - Fixed allowing invalid data for GtkTreeStore (LP: #345989)
* debian/patches/02_spinbutton-adjustment.patch:
  - Fix default generation of GtkSpinButtons. Patch by Adam Buchbinder.
    (LP: #323228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Index</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="Glade User Interface Designer Reference Manual">
8
 
<link rel="up" href="index.html" title="Glade User Interface Designer Reference Manual">
9
 
<link rel="prev" href="gladeui-glade-utils.html" title="Glade Utils">
10
 
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
11
 
<link rel="stylesheet" href="style.css" type="text/css">
12
 
<link rel="part" href="catalog.html" title="Part I. Adding your custom widgets">
13
 
<link rel="part" href="core.html" title="Part II. Glade Core">
14
 
<link rel="part" href="dockables.html" title="Part III. Dockable Glade UI Widgets">
15
 
<link rel="part" href="misc.html" title="Part IV. Miscellaneous utilities">
16
 
<link rel="index" href="ix01.html" title="Index">
17
 
</head>
18
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
19
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
20
 
<td><a accesskey="p" href="gladeui-glade-utils.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
21
 
<td> </td>
22
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
23
 
<th width="100%" align="center">Glade User Interface Designer Reference Manual</th>
24
 
<td> </td>
25
 
</tr></table>
26
 
<div class="index">
27
 
<div class="titlepage"><div><div><h2 class="title">
28
 
<a name="id448292"></a>Index</h2></div></div></div>
29
 
<div class="index"><div class="indexdiv">
30
 
<h3>G</h3>
31
 
<dl>
32
 
<dt>GCSetPropData, <a class="indexterm" href="GladeCommand.html#GCSetPropData">GCSetPropData</a>
33
 
</dt>
34
 
<dt>GladeActionActivateFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeActionActivateFunc">GladeActionActivateFunc ()</a>
35
 
</dt>
36
 
<dt>GladeAddChildFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeAddChildFunc">GladeAddChildFunc ()</a>
37
 
</dt>
38
 
<dt>GladeApp, <a class="indexterm" href="GladeApp.html#GladeApp-struct">GladeApp</a>
39
 
</dt>
40
 
<dt>GladeApp::signal-editor-created, <a class="indexterm" href="GladeApp.html#GladeApp-signal-editor-created">The "signal-editor-created" signal</a>
41
 
</dt>
42
 
<dt>GladeApp::update-ui, <a class="indexterm" href="GladeApp.html#GladeApp-update-ui">The "update-ui" signal</a>
43
 
</dt>
44
 
<dt>GladeApp:active-project, <a class="indexterm" href="GladeApp.html#GladeApp--active-project">The "active-project" property</a>
45
 
</dt>
46
 
<dt>GladeApp:pointer-mode, <a class="indexterm" href="GladeApp.html#GladeApp--pointer-mode">The "pointer-mode" property</a>
47
 
</dt>
48
 
<dt>GladeBaseEditor, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-struct">GladeBaseEditor</a>
49
 
</dt>
50
 
<dt>GladeBaseEditor::build-child, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-build-child">The "build-child" signal</a>
51
 
</dt>
52
 
<dt>GladeBaseEditor::change-type, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-change-type">The "change-type" signal</a>
53
 
</dt>
54
 
<dt>GladeBaseEditor::child-selected, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-child-selected">The "child-selected" signal</a>
55
 
</dt>
56
 
<dt>GladeBaseEditor::delete-child, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-delete-child">The "delete-child" signal</a>
57
 
</dt>
58
 
<dt>GladeBaseEditor::get-display-name, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-get-display-name">The "get-display-name" signal</a>
59
 
</dt>
60
 
<dt>GladeBaseEditor::move-child, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-move-child">The "move-child" signal</a>
61
 
</dt>
62
 
<dt>GladeBaseEditor:container, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor--container">The "container" property</a>
63
 
</dt>
64
 
<dt>GladeChildActionActivateFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeChildActionActivateFunc">GladeChildActionActivateFunc ()</a>
65
 
</dt>
66
 
<dt>GladeChildGetPropertyFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeChildGetPropertyFunc">GladeChildGetPropertyFunc ()</a>
67
 
</dt>
68
 
<dt>GladeChildSetPropertyFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeChildSetPropertyFunc">GladeChildSetPropertyFunc ()</a>
69
 
</dt>
70
 
<dt>GladeChildVerifyPropertyFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeChildVerifyPropertyFunc">GladeChildVerifyPropertyFunc ()</a>
71
 
</dt>
72
 
<dt>GladeClipboard, <a class="indexterm" href="GladeClipboard.html#GladeClipboard-struct">GladeClipboard</a>
73
 
</dt>
74
 
<dt>GladeClipboard:has-selection, <a class="indexterm" href="GladeClipboard.html#GladeClipboard--has-selection">The "has-selection" property</a>
75
 
</dt>
76
 
<dt>GladeClipboardView, <a class="indexterm" href="GladeClipboardView.html#GladeClipboardView-struct">GladeClipboardView</a>
77
 
</dt>
78
 
<dt>GladeCommand, <a class="indexterm" href="GladeCommand.html#GladeCommand-struct">GladeCommand</a>
79
 
</dt>
80
 
<dt>GladeCreateEPropFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeCreateEPropFunc">GladeCreateEPropFunc ()</a>
81
 
</dt>
82
 
<dt>GladeCreateReason, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeCreateReason">enum GladeCreateReason</a>
83
 
</dt>
84
 
<dt>GladeDesignView, <a class="indexterm" href="GladeDesignView.html#GladeDesignView-struct">GladeDesignView</a>
85
 
</dt>
86
 
<dt>GladeDesignView:project, <a class="indexterm" href="GladeDesignView.html#GladeDesignView--project">The "project" property</a>
87
 
</dt>
88
 
<dt>GladeEditor, <a class="indexterm" href="GladeEditor.html#GladeEditor-struct">GladeEditor</a>
89
 
</dt>
90
 
<dt>GladeEditor::gtk-doc-search, <a class="indexterm" href="GladeEditor.html#GladeEditor-gtk-doc-search">The "gtk-doc-search" signal</a>
91
 
</dt>
92
 
<dt>GladeEditor:show-info, <a class="indexterm" href="GladeEditor.html#GladeEditor--show-info">The "show-info" property</a>
93
 
</dt>
94
 
<dt>GladeEditor:widget, <a class="indexterm" href="GladeEditor.html#GladeEditor--widget">The "widget" property</a>
95
 
</dt>
96
 
<dt>GladeEditorProperty, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty-struct">GladeEditorProperty</a>
97
 
</dt>
98
 
<dt>GladeEditorProperty::commit, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty-commit">The "commit" signal</a>
99
 
</dt>
100
 
<dt>GladeEditorProperty::value-changed, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty-value-changed">The "value-changed" signal</a>
101
 
</dt>
102
 
<dt>GladeEditorProperty:property-class, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty--property-class">The "property-class" property</a>
103
 
</dt>
104
 
<dt>GladeEditorProperty:use-command, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty--use-command">The "use-command" property</a>
105
 
</dt>
106
 
<dt>GladeEditorTable, <a class="indexterm" href="GladeEditor.html#GladeEditorTable">GladeEditorTable</a>
107
 
</dt>
108
 
<dt>GladeFixed, <a class="indexterm" href="GladeFixed.html#GladeFixed-struct">GladeFixed</a>
109
 
</dt>
110
 
<dt>GladeFixed::configure-begin, <a class="indexterm" href="GladeFixed.html#GladeFixed-configure-begin">The "configure-begin" signal</a>
111
 
</dt>
112
 
<dt>GladeFixed::configure-child, <a class="indexterm" href="GladeFixed.html#GladeFixed-configure-child">The "configure-child" signal</a>
113
 
</dt>
114
 
<dt>GladeFixed::configure-end, <a class="indexterm" href="GladeFixed.html#GladeFixed-configure-end">The "configure-end" signal</a>
115
 
</dt>
116
 
<dt>GladeFixed:can-resize, <a class="indexterm" href="GladeFixed.html#GladeFixed--can-resize">The "can-resize" property</a>
117
 
</dt>
118
 
<dt>GladeFixed:height-prop, <a class="indexterm" href="GladeFixed.html#GladeFixed--height-prop">The "height-prop" property</a>
119
 
</dt>
120
 
<dt>GladeFixed:width-prop, <a class="indexterm" href="GladeFixed.html#GladeFixed--width-prop">The "width-prop" property</a>
121
 
</dt>
122
 
<dt>GladeFixed:x-prop, <a class="indexterm" href="GladeFixed.html#GladeFixed--x-prop">The "x-prop" property</a>
123
 
</dt>
124
 
<dt>GladeFixed:y-prop, <a class="indexterm" href="GladeFixed.html#GladeFixed--y-prop">The "y-prop" property</a>
125
 
</dt>
126
 
<dt>GladeGetChildrenFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeGetChildrenFunc">GladeGetChildrenFunc ()</a>
127
 
</dt>
128
 
<dt>GladeGetInternalFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeGetInternalFunc">GladeGetInternalFunc ()</a>
129
 
</dt>
130
 
<dt>GladeGetPropertyFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeGetPropertyFunc">GladeGetPropertyFunc ()</a>
131
 
</dt>
132
 
<dt>GladeInspector, <a class="indexterm" href="GladeInspector.html#GladeInspector-struct">GladeInspector</a>
133
 
</dt>
134
 
<dt>GladeInspector::item-activated, <a class="indexterm" href="GladeInspector.html#GladeInspector-item-activated">The "item-activated" signal</a>
135
 
</dt>
136
 
<dt>GladeInspector::selection-changed, <a class="indexterm" href="GladeInspector.html#GladeInspector-selection-changed">The "selection-changed" signal</a>
137
 
</dt>
138
 
<dt>GladeInspector:project, <a class="indexterm" href="GladeInspector.html#GladeInspector--project">The "project" property</a>
139
 
</dt>
140
 
<dt>GladeItemAppearance, <a class="indexterm" href="GladePalette.html#GladeItemAppearance">enum GladeItemAppearance</a>
141
 
</dt>
142
 
<dt>GladePalette, <a class="indexterm" href="GladePalette.html#GladePalette-struct">GladePalette</a>
143
 
</dt>
144
 
<dt>GladePalette::toggled, <a class="indexterm" href="GladePalette.html#GladePalette-toggled">The "toggled" signal</a>
145
 
</dt>
146
 
<dt>GladePalette:catalogs, <a class="indexterm" href="GladePalette.html#GladePalette--catalogs">The "catalogs" property</a>
147
 
</dt>
148
 
<dt>GladePalette:current-item, <a class="indexterm" href="GladePalette.html#GladePalette--current-item">The "current-item" property</a>
149
 
</dt>
150
 
<dt>GladePalette:item-appearance, <a class="indexterm" href="GladePalette.html#GladePalette--item-appearance">The "item-appearance" property</a>
151
 
</dt>
152
 
<dt>GladePalette:show-selector-button, <a class="indexterm" href="GladePalette.html#GladePalette--show-selector-button">The "show-selector-button" property</a>
153
 
</dt>
154
 
<dt>GladePalette:use-small-item-icons, <a class="indexterm" href="GladePalette.html#GladePalette--use-small-item-icons">The "use-small-item-icons" property</a>
155
 
</dt>
156
 
<dt>GladeParameter, <a class="indexterm" href="gladeui-glade-parameter.html#GladeParameter">GladeParameter</a>
157
 
</dt>
158
 
<dt>GladePlaceholder, <a class="indexterm" href="GladePlaceholder.html#GladePlaceholder-struct">GladePlaceholder</a>
159
 
</dt>
160
 
<dt>GladePostCreateFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladePostCreateFunc">GladePostCreateFunc ()</a>
161
 
</dt>
162
 
<dt>GladeProject, <a class="indexterm" href="GladeProject.html#GladeProject-struct">GladeProject</a>
163
 
</dt>
164
 
<dt>GladeProject::add-widget, <a class="indexterm" href="GladeProject.html#GladeProject-add-widget">The "add-widget" signal</a>
165
 
</dt>
166
 
<dt>GladeProject::changed, <a class="indexterm" href="GladeProject.html#GladeProject-changed">The "changed" signal</a>
167
 
</dt>
168
 
<dt>GladeProject::close, <a class="indexterm" href="GladeProject.html#GladeProject-close">The "close" signal</a>
169
 
</dt>
170
 
<dt>GladeProject::convert-finished, <a class="indexterm" href="GladeProject.html#GladeProject-convert-finished">The "convert-finished" signal</a>
171
 
</dt>
172
 
<dt>GladeProject::parse-finished, <a class="indexterm" href="GladeProject.html#GladeProject-parse-finished">The "parse-finished" signal</a>
173
 
</dt>
174
 
<dt>GladeProject::remove-widget, <a class="indexterm" href="GladeProject.html#GladeProject-remove-widget">The "remove-widget" signal</a>
175
 
</dt>
176
 
<dt>GladeProject::selection-changed, <a class="indexterm" href="GladeProject.html#GladeProject-selection-changed">The "selection-changed" signal</a>
177
 
</dt>
178
 
<dt>GladeProject::widget-name-changed, <a class="indexterm" href="GladeProject.html#GladeProject-widget-name-changed">The "widget-name-changed" signal</a>
179
 
</dt>
180
 
<dt>GladeProject:format, <a class="indexterm" href="GladeProject.html#GladeProject--format">The "format" property</a>
181
 
</dt>
182
 
<dt>GladeProject:has-selection, <a class="indexterm" href="GladeProject.html#GladeProject--has-selection">The "has-selection" property</a>
183
 
</dt>
184
 
<dt>GladeProject:modified, <a class="indexterm" href="GladeProject.html#GladeProject--modified">The "modified" property</a>
185
 
</dt>
186
 
<dt>GladeProject:path, <a class="indexterm" href="GladeProject.html#GladeProject--path">The "path" property</a>
187
 
</dt>
188
 
<dt>GladeProject:read-only, <a class="indexterm" href="GladeProject.html#GladeProject--read-only">The "read-only" property</a>
189
 
</dt>
190
 
<dt>GladeProjectFormat, <a class="indexterm" href="GladeProject.html#GladeProjectFormat">enum GladeProjectFormat</a>
191
 
</dt>
192
 
<dt>GladeProperty, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty-struct">GladeProperty</a>
193
 
</dt>
194
 
<dt>GladeProperty::tooltip-changed, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty-tooltip-changed">The "tooltip-changed" signal</a>
195
 
</dt>
196
 
<dt>GladeProperty::value-changed, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty-value-changed">The "value-changed" signal</a>
197
 
</dt>
198
 
<dt>GladeProperty:class, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty--class">The "class" property</a>
199
 
</dt>
200
 
<dt>GladeProperty:enabled, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty--enabled">The "enabled" property</a>
201
 
</dt>
202
 
<dt>GladeProperty:i18n-comment, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty--i18n-comment">The "i18n-comment" property</a>
203
 
</dt>
204
 
<dt>GladeProperty:i18n-context, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty--i18n-context">The "i18n-context" property</a>
205
 
</dt>
206
 
<dt>GladeProperty:i18n-has-context, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty--i18n-has-context">The "i18n-has-context" property</a>
207
 
</dt>
208
 
<dt>GladeProperty:i18n-translatable, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty--i18n-translatable">The "i18n-translatable" property</a>
209
 
</dt>
210
 
<dt>GladeProperty:sensitive, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty--sensitive">The "sensitive" property</a>
211
 
</dt>
212
 
<dt>GladeProperty:state, <a class="indexterm" href="gladeui-glade-property.html#GladeProperty--state">The "state" property</a>
213
 
</dt>
214
 
<dt>GladePropertyClass, <a class="indexterm" href="gladeui-GladePropertyClass.html#GladePropertyClass">GladePropertyClass</a>
215
 
</dt>
216
 
<dt>GladeReadWidgetFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeReadWidgetFunc">GladeReadWidgetFunc ()</a>
217
 
</dt>
218
 
<dt>GladeRemoveChildFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeRemoveChildFunc">GladeRemoveChildFunc ()</a>
219
 
</dt>
220
 
<dt>GladeReplaceChildFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeReplaceChildFunc">GladeReplaceChildFunc ()</a>
221
 
</dt>
222
 
<dt>GladeSetPropertyFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeSetPropertyFunc">GladeSetPropertyFunc ()</a>
223
 
</dt>
224
 
<dt>GladeSignalEditor, <a class="indexterm" href="gladeui-glade-signal-editor.html#GladeSignalEditor">GladeSignalEditor</a>
225
 
</dt>
226
 
<dt>GladeStringFromValueFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeStringFromValueFunc">GladeStringFromValueFunc ()</a>
227
 
</dt>
228
 
<dt>GladeUIMessageType, <a class="indexterm" href="gladeui-glade-utils.html#GladeUIMessageType">enum GladeUIMessageType</a>
229
 
</dt>
230
 
<dt>GladeUtilFileDialogType, <a class="indexterm" href="gladeui-glade-utils.html#GladeUtilFileDialogType">enum GladeUtilFileDialogType</a>
231
 
</dt>
232
 
<dt>GladeVerifyPropertyFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeVerifyPropertyFunc">GladeVerifyPropertyFunc ()</a>
233
 
</dt>
234
 
<dt>GladeWidget, <a class="indexterm" href="GladeWidget.html#GladeWidget-struct">GladeWidget</a>
235
 
</dt>
236
 
<dt>GladeWidget::add-signal-handler, <a class="indexterm" href="GladeWidget.html#GladeWidget-add-signal-handler">The "add-signal-handler" signal</a>
237
 
</dt>
238
 
<dt>GladeWidget::button-press-event, <a class="indexterm" href="GladeWidget.html#GladeWidget-button-press-event">The "button-press-event" signal</a>
239
 
</dt>
240
 
<dt>GladeWidget::button-release-event, <a class="indexterm" href="GladeWidget.html#GladeWidget-button-release-event">The "button-release-event" signal</a>
241
 
</dt>
242
 
<dt>GladeWidget::change-signal-handler, <a class="indexterm" href="GladeWidget.html#GladeWidget-change-signal-handler">The "change-signal-handler" signal</a>
243
 
</dt>
244
 
<dt>GladeWidget::motion-notify-event, <a class="indexterm" href="GladeWidget.html#GladeWidget-motion-notify-event">The "motion-notify-event" signal</a>
245
 
</dt>
246
 
<dt>GladeWidget::remove-signal-handler, <a class="indexterm" href="GladeWidget.html#GladeWidget-remove-signal-handler">The "remove-signal-handler" signal</a>
247
 
</dt>
248
 
<dt>GladeWidget:adaptor, <a class="indexterm" href="GladeWidget.html#GladeWidget--adaptor">The "adaptor" property</a>
249
 
</dt>
250
 
<dt>GladeWidget:anarchist, <a class="indexterm" href="GladeWidget.html#GladeWidget--anarchist">The "anarchist" property</a>
251
 
</dt>
252
 
<dt>GladeWidget:internal, <a class="indexterm" href="GladeWidget.html#GladeWidget--internal">The "internal" property</a>
253
 
</dt>
254
 
<dt>GladeWidget:internal-name, <a class="indexterm" href="GladeWidget.html#GladeWidget--internal-name">The "internal-name" property</a>
255
 
</dt>
256
 
<dt>GladeWidget:name, <a class="indexterm" href="GladeWidget.html#GladeWidget--name">The "name" property</a>
257
 
</dt>
258
 
<dt>GladeWidget:object, <a class="indexterm" href="GladeWidget.html#GladeWidget--object">The "object" property</a>
259
 
</dt>
260
 
<dt>GladeWidget:parent, <a class="indexterm" href="GladeWidget.html#GladeWidget--parent">The "parent" property</a>
261
 
</dt>
262
 
<dt>GladeWidget:project, <a class="indexterm" href="GladeWidget.html#GladeWidget--project">The "project" property</a>
263
 
</dt>
264
 
<dt>GladeWidget:properties, <a class="indexterm" href="GladeWidget.html#GladeWidget--properties">The "properties" property</a>
265
 
</dt>
266
 
<dt>GladeWidget:reason, <a class="indexterm" href="GladeWidget.html#GladeWidget--reason">The "reason" property</a>
267
 
</dt>
268
 
<dt>GladeWidget:support-warning, <a class="indexterm" href="GladeWidget.html#GladeWidget--support-warning">The "support-warning" property</a>
269
 
</dt>
270
 
<dt>GladeWidget:template, <a class="indexterm" href="GladeWidget.html#GladeWidget--template">The "template" property</a>
271
 
</dt>
272
 
<dt>GladeWidget:template-exact, <a class="indexterm" href="GladeWidget.html#GladeWidget--template-exact">The "template-exact" property</a>
273
 
</dt>
274
 
<dt>GladeWidget:toplevel-height, <a class="indexterm" href="GladeWidget.html#GladeWidget--toplevel-height">The "toplevel-height" property</a>
275
 
</dt>
276
 
<dt>GladeWidget:toplevel-width, <a class="indexterm" href="GladeWidget.html#GladeWidget--toplevel-width">The "toplevel-width" property</a>
277
 
</dt>
278
 
<dt>GladeWidgetAction, <a class="indexterm" href="GladeWidgetAction.html#GladeWidgetAction-struct">GladeWidgetAction</a>
279
 
</dt>
280
 
<dt>GladeWidgetAction:class, <a class="indexterm" href="GladeWidgetAction.html#GladeWidgetAction--class">The "class" property</a>
281
 
</dt>
282
 
<dt>GladeWidgetAction:sensitive, <a class="indexterm" href="GladeWidgetAction.html#GladeWidgetAction--sensitive">The "sensitive" property</a>
283
 
</dt>
284
 
<dt>GladeWidgetAdaptor, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeWidgetAdaptor">GladeWidgetAdaptor</a>
285
 
</dt>
286
 
<dt>GladeWriteWidgetFunc, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GladeWriteWidgetFunc">GladeWriteWidgetFunc ()</a>
287
 
</dt>
288
 
<dt>glade_app_add_project, <a class="indexterm" href="GladeApp.html#glade-app-add-project">glade_app_add_project ()</a>
289
 
</dt>
290
 
<dt>glade_app_command_copy, <a class="indexterm" href="GladeApp.html#glade-app-command-copy">glade_app_command_copy ()</a>
291
 
</dt>
292
 
<dt>glade_app_command_cut, <a class="indexterm" href="GladeApp.html#glade-app-command-cut">glade_app_command_cut ()</a>
293
 
</dt>
294
 
<dt>glade_app_command_delete, <a class="indexterm" href="GladeApp.html#glade-app-command-delete">glade_app_command_delete ()</a>
295
 
</dt>
296
 
<dt>glade_app_command_delete_clipboard, <a class="indexterm" href="GladeApp.html#glade-app-command-delete-clipboard">glade_app_command_delete_clipboard ()</a>
297
 
</dt>
298
 
<dt>glade_app_command_paste, <a class="indexterm" href="GladeApp.html#glade-app-command-paste">glade_app_command_paste ()</a>
299
 
</dt>
300
 
<dt>glade_app_command_redo, <a class="indexterm" href="GladeApp.html#glade-app-command-redo">glade_app_command_redo ()</a>
301
 
</dt>
302
 
<dt>glade_app_command_undo, <a class="indexterm" href="GladeApp.html#glade-app-command-undo">glade_app_command_undo ()</a>
303
 
</dt>
304
 
<dt>glade_app_config_save, <a class="indexterm" href="GladeApp.html#glade-app-config-save">glade_app_config_save ()</a>
305
 
</dt>
306
 
<dt>glade_app_get, <a class="indexterm" href="GladeApp.html#glade-app-get">glade_app_get ()</a>
307
 
</dt>
308
 
<dt>glade_app_get_catalogs_dir, <a class="indexterm" href="GladeApp.html#glade-app-get-catalogs-dir">glade_app_get_catalogs_dir ()</a>
309
 
</dt>
310
 
<dt>glade_app_get_clipboard, <a class="indexterm" href="GladeApp.html#glade-app-get-clipboard">glade_app_get_clipboard ()</a>
311
 
</dt>
312
 
<dt>glade_app_get_clipboard_view, <a class="indexterm" href="GladeApp.html#glade-app-get-clipboard-view">glade_app_get_clipboard_view ()</a>
313
 
</dt>
314
 
<dt>glade_app_get_config, <a class="indexterm" href="GladeApp.html#glade-app-get-config">glade_app_get_config ()</a>
315
 
</dt>
316
 
<dt>glade_app_get_editor, <a class="indexterm" href="GladeApp.html#glade-app-get-editor">glade_app_get_editor ()</a>
317
 
</dt>
318
 
<dt>glade_app_get_locale_dir, <a class="indexterm" href="GladeApp.html#glade-app-get-locale-dir">glade_app_get_locale_dir ()</a>
319
 
</dt>
320
 
<dt>glade_app_get_modules_dir, <a class="indexterm" href="GladeApp.html#glade-app-get-modules-dir">glade_app_get_modules_dir ()</a>
321
 
</dt>
322
 
<dt>glade_app_get_palette, <a class="indexterm" href="GladeApp.html#glade-app-get-palette">glade_app_get_palette ()</a>
323
 
</dt>
324
 
<dt>glade_app_get_pixmaps_dir, <a class="indexterm" href="GladeApp.html#glade-app-get-pixmaps-dir">glade_app_get_pixmaps_dir ()</a>
325
 
</dt>
326
 
<dt>glade_app_get_plugins_dir, <a class="indexterm" href="GladeApp.html#glade-app-get-plugins-dir">glade_app_get_plugins_dir ()</a>
327
 
</dt>
328
 
<dt>glade_app_get_pointer_mode, <a class="indexterm" href="GladeApp.html#glade-app-get-pointer-mode">glade_app_get_pointer_mode ()</a>
329
 
</dt>
330
 
<dt>glade_app_get_project, <a class="indexterm" href="GladeApp.html#glade-app-get-project">glade_app_get_project ()</a>
331
 
</dt>
332
 
<dt>glade_app_get_projects, <a class="indexterm" href="GladeApp.html#glade-app-get-projects">glade_app_get_projects ()</a>
333
 
</dt>
334
 
<dt>glade_app_get_project_by_path, <a class="indexterm" href="GladeApp.html#glade-app-get-project-by-path">glade_app_get_project_by_path ()</a>
335
 
</dt>
336
 
<dt>glade_app_get_selection, <a class="indexterm" href="GladeApp.html#glade-app-get-selection">glade_app_get_selection ()</a>
337
 
</dt>
338
 
<dt>glade_app_get_transient_parent, <a class="indexterm" href="GladeApp.html#glade-app-get-transient-parent">glade_app_get_transient_parent ()</a>
339
 
</dt>
340
 
<dt>glade_app_get_window, <a class="indexterm" href="GladeApp.html#glade-app-get-window">glade_app_get_window ()</a>
341
 
</dt>
342
 
<dt>glade_app_hide_properties, <a class="indexterm" href="GladeApp.html#glade-app-hide-properties">glade_app_hide_properties ()</a>
343
 
</dt>
344
 
<dt>glade_app_is_project_loaded, <a class="indexterm" href="GladeApp.html#glade-app-is-project-loaded">glade_app_is_project_loaded ()</a>
345
 
</dt>
346
 
<dt>glade_app_is_selected, <a class="indexterm" href="GladeApp.html#glade-app-is-selected">glade_app_is_selected ()</a>
347
 
</dt>
348
 
<dt>glade_app_new, <a class="indexterm" href="GladeApp.html#glade-app-new">glade_app_new ()</a>
349
 
</dt>
350
 
<dt>glade_app_redo_button_new, <a class="indexterm" href="GladeApp.html#glade-app-redo-button-new">glade_app_redo_button_new ()</a>
351
 
</dt>
352
 
<dt>glade_app_remove_project, <a class="indexterm" href="GladeApp.html#glade-app-remove-project">glade_app_remove_project ()</a>
353
 
</dt>
354
 
<dt>glade_app_selection_add, <a class="indexterm" href="GladeApp.html#glade-app-selection-add">glade_app_selection_add ()</a>
355
 
</dt>
356
 
<dt>glade_app_selection_changed, <a class="indexterm" href="GladeApp.html#glade-app-selection-changed">glade_app_selection_changed ()</a>
357
 
</dt>
358
 
<dt>glade_app_selection_clear, <a class="indexterm" href="GladeApp.html#glade-app-selection-clear">glade_app_selection_clear ()</a>
359
 
</dt>
360
 
<dt>glade_app_selection_remove, <a class="indexterm" href="GladeApp.html#glade-app-selection-remove">glade_app_selection_remove ()</a>
361
 
</dt>
362
 
<dt>glade_app_selection_set, <a class="indexterm" href="GladeApp.html#glade-app-selection-set">glade_app_selection_set ()</a>
363
 
</dt>
364
 
<dt>glade_app_set_accel_group, <a class="indexterm" href="GladeApp.html#glade-app-set-accel-group">glade_app_set_accel_group ()</a>
365
 
</dt>
366
 
<dt>glade_app_set_pointer_mode, <a class="indexterm" href="GladeApp.html#glade-app-set-pointer-mode">glade_app_set_pointer_mode ()</a>
367
 
</dt>
368
 
<dt>glade_app_set_project, <a class="indexterm" href="GladeApp.html#glade-app-set-project">glade_app_set_project ()</a>
369
 
</dt>
370
 
<dt>glade_app_set_transient_parent, <a class="indexterm" href="GladeApp.html#glade-app-set-transient-parent">glade_app_set_transient_parent ()</a>
371
 
</dt>
372
 
<dt>glade_app_set_window, <a class="indexterm" href="GladeApp.html#glade-app-set-window">glade_app_set_window ()</a>
373
 
</dt>
374
 
<dt>glade_app_show_properties, <a class="indexterm" href="GladeApp.html#glade-app-show-properties">glade_app_show_properties ()</a>
375
 
</dt>
376
 
<dt>glade_app_undo_button_new, <a class="indexterm" href="GladeApp.html#glade-app-undo-button-new">glade_app_undo_button_new ()</a>
377
 
</dt>
378
 
<dt>glade_app_update_instance_count, <a class="indexterm" href="GladeApp.html#glade-app-update-instance-count">glade_app_update_instance_count ()</a>
379
 
</dt>
380
 
<dt>glade_app_update_ui, <a class="indexterm" href="GladeApp.html#glade-app-update-ui">glade_app_update_ui ()</a>
381
 
</dt>
382
 
<dt>glade_base_editor_add_default_properties, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-add-default-properties">glade_base_editor_add_default_properties ()</a>
383
 
</dt>
384
 
<dt>glade_base_editor_add_label, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-add-label">glade_base_editor_add_label ()</a>
385
 
</dt>
386
 
<dt>glade_base_editor_add_properties, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-add-properties">glade_base_editor_add_properties ()</a>
387
 
</dt>
388
 
<dt>glade_base_editor_new, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-new">glade_base_editor_new ()</a>
389
 
</dt>
390
 
<dt>glade_base_editor_pack_new_window, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-pack-new-window">glade_base_editor_pack_new_window ()</a>
391
 
</dt>
392
 
<dt>glade_base_editor_set_show_signal_editor, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-set-show-signal-editor">glade_base_editor_set_show_signal_editor ()</a>
393
 
</dt>
394
 
<dt>glade_clipboard_add, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-add">glade_clipboard_add ()</a>
395
 
</dt>
396
 
<dt>glade_clipboard_get_has_selection, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-get-has-selection">glade_clipboard_get_has_selection ()</a>
397
 
</dt>
398
 
<dt>glade_clipboard_new, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-new">glade_clipboard_new ()</a>
399
 
</dt>
400
 
<dt>glade_clipboard_remove, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-remove">glade_clipboard_remove ()</a>
401
 
</dt>
402
 
<dt>glade_clipboard_selection_add, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-selection-add">glade_clipboard_selection_add ()</a>
403
 
</dt>
404
 
<dt>glade_clipboard_selection_clear, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-selection-clear">glade_clipboard_selection_clear ()</a>
405
 
</dt>
406
 
<dt>glade_clipboard_selection_remove, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-selection-remove">glade_clipboard_selection_remove ()</a>
407
 
</dt>
408
 
<dt>glade_clipboard_view_add, <a class="indexterm" href="GladeClipboardView.html#glade-clipboard-view-add">glade_clipboard_view_add ()</a>
409
 
</dt>
410
 
<dt>glade_clipboard_view_new, <a class="indexterm" href="GladeClipboardView.html#glade-clipboard-view-new">glade_clipboard_view_new ()</a>
411
 
</dt>
412
 
<dt>glade_clipboard_view_refresh_sel, <a class="indexterm" href="GladeClipboardView.html#glade-clipboard-view-refresh-sel">glade_clipboard_view_refresh_sel ()</a>
413
 
</dt>
414
 
<dt>glade_clipboard_view_remove, <a class="indexterm" href="GladeClipboardView.html#glade-clipboard-view-remove">glade_clipboard_view_remove ()</a>
415
 
</dt>
416
 
<dt>glade_command_add_signal, <a class="indexterm" href="GladeCommand.html#glade-command-add-signal">glade_command_add_signal ()</a>
417
 
</dt>
418
 
<dt>glade_command_change_signal, <a class="indexterm" href="GladeCommand.html#glade-command-change-signal">glade_command_change_signal ()</a>
419
 
</dt>
420
 
<dt>glade_command_collapse, <a class="indexterm" href="GladeCommand.html#glade-command-collapse">glade_command_collapse ()</a>
421
 
</dt>
422
 
<dt>glade_command_copy, <a class="indexterm" href="GladeCommand.html#glade-command-copy">glade_command_copy ()</a>
423
 
</dt>
424
 
<dt>glade_command_create, <a class="indexterm" href="GladeCommand.html#glade-command-create">glade_command_create ()</a>
425
 
</dt>
426
 
<dt>glade_command_cut, <a class="indexterm" href="GladeCommand.html#glade-command-cut">glade_command_cut ()</a>
427
 
</dt>
428
 
<dt>glade_command_delete, <a class="indexterm" href="GladeCommand.html#glade-command-delete">glade_command_delete ()</a>
429
 
</dt>
430
 
<dt>glade_command_dnd, <a class="indexterm" href="GladeCommand.html#glade-command-dnd">glade_command_dnd ()</a>
431
 
</dt>
432
 
<dt>glade_command_execute, <a class="indexterm" href="GladeCommand.html#glade-command-execute">glade_command_execute ()</a>
433
 
</dt>
434
 
<dt>glade_command_paste, <a class="indexterm" href="GladeCommand.html#glade-command-paste">glade_command_paste ()</a>
435
 
</dt>
436
 
<dt>glade_command_pop_group, <a class="indexterm" href="GladeCommand.html#glade-command-pop-group">glade_command_pop_group ()</a>
437
 
</dt>
438
 
<dt>glade_command_push_group, <a class="indexterm" href="GladeCommand.html#glade-command-push-group">glade_command_push_group ()</a>
439
 
</dt>
440
 
<dt>glade_command_remove_signal, <a class="indexterm" href="GladeCommand.html#glade-command-remove-signal">glade_command_remove_signal ()</a>
441
 
</dt>
442
 
<dt>glade_command_set_i18n, <a class="indexterm" href="GladeCommand.html#glade-command-set-i18n">glade_command_set_i18n ()</a>
443
 
</dt>
444
 
<dt>glade_command_set_name, <a class="indexterm" href="GladeCommand.html#glade-command-set-name">glade_command_set_name ()</a>
445
 
</dt>
446
 
<dt>glade_command_set_properties, <a class="indexterm" href="GladeCommand.html#glade-command-set-properties">glade_command_set_properties ()</a>
447
 
</dt>
448
 
<dt>glade_command_set_properties_list, <a class="indexterm" href="GladeCommand.html#glade-command-set-properties-list">glade_command_set_properties_list ()</a>
449
 
</dt>
450
 
<dt>glade_command_set_property, <a class="indexterm" href="GladeCommand.html#glade-command-set-property">glade_command_set_property ()</a>
451
 
</dt>
452
 
<dt>glade_command_set_property_value, <a class="indexterm" href="GladeCommand.html#glade-command-set-property-value">glade_command_set_property_value ()</a>
453
 
</dt>
454
 
<dt>glade_command_undo, <a class="indexterm" href="GladeCommand.html#glade-command-undo">glade_command_undo ()</a>
455
 
</dt>
456
 
<dt>glade_command_unifies, <a class="indexterm" href="GladeCommand.html#glade-command-unifies">glade_command_unifies ()</a>
457
 
</dt>
458
 
<dt>glade_design_view_get_from_project, <a class="indexterm" href="GladeDesignView.html#glade-design-view-get-from-project">glade_design_view_get_from_project ()</a>
459
 
</dt>
460
 
<dt>glade_design_view_get_layout, <a class="indexterm" href="GladeDesignView.html#glade-design-view-get-layout">glade_design_view_get_layout ()</a>
461
 
</dt>
462
 
<dt>glade_design_view_get_project, <a class="indexterm" href="GladeDesignView.html#glade-design-view-get-project">glade_design_view_get_project ()</a>
463
 
</dt>
464
 
<dt>glade_design_view_new, <a class="indexterm" href="GladeDesignView.html#glade-design-view-new">glade_design_view_new ()</a>
465
 
</dt>
466
 
<dt>glade_editor_hide_info, <a class="indexterm" href="GladeEditor.html#glade-editor-hide-info">glade_editor_hide_info ()</a>
467
 
</dt>
468
 
<dt>glade_editor_load_widget, <a class="indexterm" href="GladeEditor.html#glade-editor-load-widget">glade_editor_load_widget ()</a>
469
 
</dt>
470
 
<dt>glade_editor_new, <a class="indexterm" href="GladeEditor.html#glade-editor-new">glade_editor_new ()</a>
471
 
</dt>
472
 
<dt>glade_editor_property_commit, <a class="indexterm" href="GladeEditorProperty.html#glade-editor-property-commit">glade_editor_property_commit ()</a>
473
 
</dt>
474
 
<dt>glade_editor_property_load, <a class="indexterm" href="GladeEditorProperty.html#glade-editor-property-load">glade_editor_property_load ()</a>
475
 
</dt>
476
 
<dt>glade_editor_property_load_by_widget, <a class="indexterm" href="GladeEditorProperty.html#glade-editor-property-load-by-widget">glade_editor_property_load_by_widget ()</a>
477
 
</dt>
478
 
<dt>glade_editor_query_dialog, <a class="indexterm" href="GladeEditor.html#glade-editor-query-dialog">glade_editor_query_dialog ()</a>
479
 
</dt>
480
 
<dt>glade_editor_refresh, <a class="indexterm" href="GladeEditor.html#glade-editor-refresh">glade_editor_refresh ()</a>
481
 
</dt>
482
 
<dt>glade_editor_show_info, <a class="indexterm" href="GladeEditor.html#glade-editor-show-info">glade_editor_show_info ()</a>
483
 
</dt>
484
 
<dt>GLADE_EDITOR_TABLE, <a class="indexterm" href="GladeEditor.html#GLADE-EDITOR-TABLE:CAPS">GLADE_EDITOR_TABLE()</a>
485
 
</dt>
486
 
<dt>glade_inspector_get_project, <a class="indexterm" href="GladeInspector.html#glade-inspector-get-project">glade_inspector_get_project ()</a>
487
 
</dt>
488
 
<dt>glade_inspector_get_selected_items, <a class="indexterm" href="GladeInspector.html#glade-inspector-get-selected-items">glade_inspector_get_selected_items ()</a>
489
 
</dt>
490
 
<dt>glade_inspector_new, <a class="indexterm" href="GladeInspector.html#glade-inspector-new">glade_inspector_new ()</a>
491
 
</dt>
492
 
<dt>glade_inspector_new_with_project, <a class="indexterm" href="GladeInspector.html#glade-inspector-new-with-project">glade_inspector_new_with_project ()</a>
493
 
</dt>
494
 
<dt>glade_inspector_set_project, <a class="indexterm" href="GladeInspector.html#glade-inspector-set-project">glade_inspector_set_project ()</a>
495
 
</dt>
496
 
<dt>GLADE_IS_EDITOR_TABLE, <a class="indexterm" href="GladeEditor.html#GLADE-IS-EDITOR-TABLE:CAPS">GLADE_IS_EDITOR_TABLE()</a>
497
 
</dt>
498
 
<dt>GLADE_MAKE_EPROP_TYPE, <a class="indexterm" href="GladeEditorProperty.html#GLADE-MAKE-EPROP-TYPE:CAPS">GLADE_MAKE_EPROP_TYPE()</a>
499
 
</dt>
500
 
<dt>glade_palette_deselect_current_item, <a class="indexterm" href="GladePalette.html#glade-palette-deselect-current-item">glade_palette_deselect_current_item ()</a>
501
 
</dt>
502
 
<dt>glade_palette_get_current_item, <a class="indexterm" href="GladePalette.html#glade-palette-get-current-item">glade_palette_get_current_item ()</a>
503
 
</dt>
504
 
<dt>glade_palette_get_item_appearance, <a class="indexterm" href="GladePalette.html#glade-palette-get-item-appearance">glade_palette_get_item_appearance ()</a>
505
 
</dt>
506
 
<dt>glade_palette_get_show_selector_button, <a class="indexterm" href="GladePalette.html#glade-palette-get-show-selector-button">glade_palette_get_show_selector_button ()</a>
507
 
</dt>
508
 
<dt>glade_palette_get_use_small_item_icons, <a class="indexterm" href="GladePalette.html#glade-palette-get-use-small-item-icons">glade_palette_get_use_small_item_icons ()</a>
509
 
</dt>
510
 
<dt>glade_palette_new, <a class="indexterm" href="GladePalette.html#glade-palette-new">glade_palette_new ()</a>
511
 
</dt>
512
 
<dt>glade_palette_set_item_appearance, <a class="indexterm" href="GladePalette.html#glade-palette-set-item-appearance">glade_palette_set_item_appearance ()</a>
513
 
</dt>
514
 
<dt>glade_palette_set_show_selector_button, <a class="indexterm" href="GladePalette.html#glade-palette-set-show-selector-button">glade_palette_set_show_selector_button ()</a>
515
 
</dt>
516
 
<dt>glade_palette_set_use_small_item_icons, <a class="indexterm" href="GladePalette.html#glade-palette-set-use-small-item-icons">glade_palette_set_use_small_item_icons ()</a>
517
 
</dt>
518
 
<dt>glade_parameter_clone, <a class="indexterm" href="gladeui-glade-parameter.html#glade-parameter-clone">glade_parameter_clone ()</a>
519
 
</dt>
520
 
<dt>glade_parameter_free, <a class="indexterm" href="gladeui-glade-parameter.html#glade-parameter-free">glade_parameter_free ()</a>
521
 
</dt>
522
 
<dt>glade_parameter_get_boolean, <a class="indexterm" href="gladeui-glade-parameter.html#glade-parameter-get-boolean">glade_parameter_get_boolean ()</a>
523
 
</dt>
524
 
<dt>glade_parameter_get_float, <a class="indexterm" href="gladeui-glade-parameter.html#glade-parameter-get-float">glade_parameter_get_float ()</a>
525
 
</dt>
526
 
<dt>glade_parameter_get_integer, <a class="indexterm" href="gladeui-glade-parameter.html#glade-parameter-get-integer">glade_parameter_get_integer ()</a>
527
 
</dt>
528
 
<dt>glade_parameter_get_string, <a class="indexterm" href="gladeui-glade-parameter.html#glade-parameter-get-string">glade_parameter_get_string ()</a>
529
 
</dt>
530
 
<dt>glade_parameter_list_new_from_node, <a class="indexterm" href="gladeui-glade-parameter.html#glade-parameter-list-new-from-node">glade_parameter_list_new_from_node ()</a>
531
 
</dt>
532
 
<dt>glade_parameter_new, <a class="indexterm" href="gladeui-glade-parameter.html#glade-parameter-new">glade_parameter_new ()</a>
533
 
</dt>
534
 
<dt>glade_placeholder_get_parent, <a class="indexterm" href="GladePlaceholder.html#glade-placeholder-get-parent">glade_placeholder_get_parent ()</a>
535
 
</dt>
536
 
<dt>glade_placeholder_new, <a class="indexterm" href="GladePlaceholder.html#glade-placeholder-new">glade_placeholder_new ()</a>
537
 
</dt>
538
 
<dt>glade_pointer_mode_get_type, <a class="indexterm" href="GladeApp.html#glade-pointer-mode-get-type">glade_pointer_mode_get_type ()</a>
539
 
</dt>
540
 
<dt>glade_project_add_object, <a class="indexterm" href="GladeProject.html#glade-project-add-object">glade_project_add_object ()</a>
541
 
</dt>
542
 
<dt>glade_project_get_file_mtime, <a class="indexterm" href="GladeProject.html#glade-project-get-file-mtime">glade_project_get_file_mtime ()</a>
543
 
</dt>
544
 
<dt>glade_project_get_format, <a class="indexterm" href="GladeProject.html#glade-project-get-format">glade_project_get_format ()</a>
545
 
</dt>
546
 
<dt>glade_project_get_has_selection, <a class="indexterm" href="GladeProject.html#glade-project-get-has-selection">glade_project_get_has_selection ()</a>
547
 
</dt>
548
 
<dt>glade_project_get_instance_count, <a class="indexterm" href="GladeProject.html#glade-project-get-instance-count">glade_project_get_instance_count ()</a>
549
 
</dt>
550
 
<dt>glade_project_get_modified, <a class="indexterm" href="GladeProject.html#glade-project-get-modified">glade_project_get_modified ()</a>
551
 
</dt>
552
 
<dt>glade_project_get_name, <a class="indexterm" href="GladeProject.html#glade-project-get-name">glade_project_get_name ()</a>
553
 
</dt>
554
 
<dt>glade_project_get_objects, <a class="indexterm" href="GladeProject.html#glade-project-get-objects">glade_project_get_objects ()</a>
555
 
</dt>
556
 
<dt>glade_project_get_path, <a class="indexterm" href="GladeProject.html#glade-project-get-path">glade_project_get_path ()</a>
557
 
</dt>
558
 
<dt>glade_project_get_readonly, <a class="indexterm" href="GladeProject.html#glade-project-get-readonly">glade_project_get_readonly ()</a>
559
 
</dt>
560
 
<dt>glade_project_get_widget_by_name, <a class="indexterm" href="GladeProject.html#glade-project-get-widget-by-name">glade_project_get_widget_by_name ()</a>
561
 
</dt>
562
 
<dt>glade_project_has_object, <a class="indexterm" href="GladeProject.html#glade-project-has-object">glade_project_has_object ()</a>
563
 
</dt>
564
 
<dt>glade_project_is_loading, <a class="indexterm" href="GladeProject.html#glade-project-is-loading">glade_project_is_loading ()</a>
565
 
</dt>
566
 
<dt>glade_project_is_selected, <a class="indexterm" href="GladeProject.html#glade-project-is-selected">glade_project_is_selected ()</a>
567
 
</dt>
568
 
<dt>glade_project_load, <a class="indexterm" href="GladeProject.html#glade-project-load">glade_project_load ()</a>
569
 
</dt>
570
 
<dt>glade_project_new, <a class="indexterm" href="GladeProject.html#glade-project-new">glade_project_new ()</a>
571
 
</dt>
572
 
<dt>glade_project_new_widget_name, <a class="indexterm" href="GladeProject.html#glade-project-new-widget-name">glade_project_new_widget_name ()</a>
573
 
</dt>
574
 
<dt>glade_project_next_redo_item, <a class="indexterm" href="GladeProject.html#glade-project-next-redo-item">glade_project_next_redo_item ()</a>
575
 
</dt>
576
 
<dt>glade_project_next_undo_item, <a class="indexterm" href="GladeProject.html#glade-project-next-undo-item">glade_project_next_undo_item ()</a>
577
 
</dt>
578
 
<dt>glade_project_push_undo, <a class="indexterm" href="GladeProject.html#glade-project-push-undo">glade_project_push_undo ()</a>
579
 
</dt>
580
 
<dt>glade_project_redo, <a class="indexterm" href="GladeProject.html#glade-project-redo">glade_project_redo ()</a>
581
 
</dt>
582
 
<dt>glade_project_redo_items, <a class="indexterm" href="GladeProject.html#glade-project-redo-items">glade_project_redo_items ()</a>
583
 
</dt>
584
 
<dt>glade_project_remove_object, <a class="indexterm" href="GladeProject.html#glade-project-remove-object">glade_project_remove_object ()</a>
585
 
</dt>
586
 
<dt>glade_project_reset_path, <a class="indexterm" href="GladeProject.html#glade-project-reset-path">glade_project_reset_path ()</a>
587
 
</dt>
588
 
<dt>glade_project_resource_fullpath, <a class="indexterm" href="GladeProject.html#glade-project-resource-fullpath">glade_project_resource_fullpath ()</a>
589
 
</dt>
590
 
<dt>glade_project_save, <a class="indexterm" href="GladeProject.html#glade-project-save">glade_project_save ()</a>
591
 
</dt>
592
 
<dt>glade_project_selection_add, <a class="indexterm" href="GladeProject.html#glade-project-selection-add">glade_project_selection_add ()</a>
593
 
</dt>
594
 
<dt>glade_project_selection_changed, <a class="indexterm" href="GladeProject.html#glade-project-selection-changed">glade_project_selection_changed ()</a>
595
 
</dt>
596
 
<dt>glade_project_selection_clear, <a class="indexterm" href="GladeProject.html#glade-project-selection-clear">glade_project_selection_clear ()</a>
597
 
</dt>
598
 
<dt>glade_project_selection_get, <a class="indexterm" href="GladeProject.html#glade-project-selection-get">glade_project_selection_get ()</a>
599
 
</dt>
600
 
<dt>glade_project_selection_remove, <a class="indexterm" href="GladeProject.html#glade-project-selection-remove">glade_project_selection_remove ()</a>
601
 
</dt>
602
 
<dt>glade_project_selection_set, <a class="indexterm" href="GladeProject.html#glade-project-selection-set">glade_project_selection_set ()</a>
603
 
</dt>
604
 
<dt>glade_project_set_format, <a class="indexterm" href="GladeProject.html#glade-project-set-format">glade_project_set_format ()</a>
605
 
</dt>
606
 
<dt>glade_project_set_instance_count, <a class="indexterm" href="GladeProject.html#glade-project-set-instance-count">glade_project_set_instance_count ()</a>
607
 
</dt>
608
 
<dt>glade_project_undo, <a class="indexterm" href="GladeProject.html#glade-project-undo">glade_project_undo ()</a>
609
 
</dt>
610
 
<dt>glade_project_undo_items, <a class="indexterm" href="GladeProject.html#glade-project-undo-items">glade_project_undo_items ()</a>
611
 
</dt>
612
 
<dt>glade_property_add_object, <a class="indexterm" href="gladeui-glade-property.html#glade-property-add-object">glade_property_add_object ()</a>
613
 
</dt>
614
 
<dt>glade_property_class_clone, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-clone">glade_property_class_clone ()</a>
615
 
</dt>
616
 
<dt>glade_property_class_free, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-free">glade_property_class_free ()</a>
617
 
</dt>
618
 
<dt>glade_property_class_get_from_gvalue, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-get-from-gvalue">glade_property_class_get_from_gvalue ()</a>
619
 
</dt>
620
 
<dt>glade_property_class_is_object, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-is-object">glade_property_class_is_object ()</a>
621
 
</dt>
622
 
<dt>glade_property_class_is_visible, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-is-visible">glade_property_class_is_visible ()</a>
623
 
</dt>
624
 
<dt>glade_property_class_make_adjustment, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-adjustment">glade_property_class_make_adjustment ()</a>
625
 
</dt>
626
 
<dt>glade_property_class_make_gvalue, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-gvalue">glade_property_class_make_gvalue ()</a>
627
 
</dt>
628
 
<dt>glade_property_class_make_gvalue_from_string, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-gvalue-from-string">glade_property_class_make_gvalue_from_string ()</a>
629
 
</dt>
630
 
<dt>glade_property_class_make_gvalue_from_vl, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-gvalue-from-vl">glade_property_class_make_gvalue_from_vl ()</a>
631
 
</dt>
632
 
<dt>glade_property_class_make_string_from_gvalue, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-string-from-gvalue">glade_property_class_make_string_from_gvalue ()</a>
633
 
</dt>
634
 
<dt>glade_property_class_match, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-match">glade_property_class_match ()</a>
635
 
</dt>
636
 
<dt>glade_property_class_new, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-new">glade_property_class_new ()</a>
637
 
</dt>
638
 
<dt>glade_property_class_new_from_spec, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-new-from-spec">glade_property_class_new_from_spec ()</a>
639
 
</dt>
640
 
<dt>glade_property_class_set_vl_from_gvalue, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-set-vl-from-gvalue">glade_property_class_set_vl_from_gvalue ()</a>
641
 
</dt>
642
 
<dt>glade_property_class_update_from_node, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-update-from-node">glade_property_class_update_from_node ()</a>
643
 
</dt>
644
 
<dt>glade_property_class_void_value, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-void-value">glade_property_class_void_value ()</a>
645
 
</dt>
646
 
<dt>glade_property_default, <a class="indexterm" href="gladeui-glade-property.html#glade-property-default">glade_property_default ()</a>
647
 
</dt>
648
 
<dt>glade_property_dup, <a class="indexterm" href="gladeui-glade-property.html#glade-property-dup">glade_property_dup ()</a>
649
 
</dt>
650
 
<dt>glade_property_equals, <a class="indexterm" href="gladeui-glade-property.html#glade-property-equals">glade_property_equals ()</a>
651
 
</dt>
652
 
<dt>glade_property_equals_value, <a class="indexterm" href="gladeui-glade-property.html#glade-property-equals-value">glade_property_equals_value ()</a>
653
 
</dt>
654
 
<dt>glade_property_get, <a class="indexterm" href="gladeui-glade-property.html#glade-property-get">glade_property_get ()</a>
655
 
</dt>
656
 
<dt>glade_property_get_default, <a class="indexterm" href="gladeui-glade-property.html#glade-property-get-default">glade_property_get_default ()</a>
657
 
</dt>
658
 
<dt>glade_property_get_enabled, <a class="indexterm" href="gladeui-glade-property.html#glade-property-get-enabled">glade_property_get_enabled ()</a>
659
 
</dt>
660
 
<dt>glade_property_get_save_always, <a class="indexterm" href="gladeui-glade-property.html#glade-property-get-save-always">glade_property_get_save_always ()</a>
661
 
</dt>
662
 
<dt>glade_property_get_sensitive, <a class="indexterm" href="gladeui-glade-property.html#glade-property-get-sensitive">glade_property_get_sensitive ()</a>
663
 
</dt>
664
 
<dt>glade_property_get_value, <a class="indexterm" href="gladeui-glade-property.html#glade-property-get-value">glade_property_get_value ()</a>
665
 
</dt>
666
 
<dt>glade_property_get_va_list, <a class="indexterm" href="gladeui-glade-property.html#glade-property-get-va-list">glade_property_get_va_list ()</a>
667
 
</dt>
668
 
<dt>glade_property_i18n_get_comment, <a class="indexterm" href="gladeui-glade-property.html#glade-property-i18n-get-comment">glade_property_i18n_get_comment ()</a>
669
 
</dt>
670
 
<dt>glade_property_i18n_get_has_context, <a class="indexterm" href="gladeui-glade-property.html#glade-property-i18n-get-has-context">glade_property_i18n_get_has_context ()</a>
671
 
</dt>
672
 
<dt>glade_property_i18n_get_translatable, <a class="indexterm" href="gladeui-glade-property.html#glade-property-i18n-get-translatable">glade_property_i18n_get_translatable ()</a>
673
 
</dt>
674
 
<dt>glade_property_i18n_set_comment, <a class="indexterm" href="gladeui-glade-property.html#glade-property-i18n-set-comment">glade_property_i18n_set_comment ()</a>
675
 
</dt>
676
 
<dt>glade_property_i18n_set_has_context, <a class="indexterm" href="gladeui-glade-property.html#glade-property-i18n-set-has-context">glade_property_i18n_set_has_context ()</a>
677
 
</dt>
678
 
<dt>glade_property_i18n_set_translatable, <a class="indexterm" href="gladeui-glade-property.html#glade-property-i18n-set-translatable">glade_property_i18n_set_translatable ()</a>
679
 
</dt>
680
 
<dt>glade_property_load, <a class="indexterm" href="gladeui-glade-property.html#glade-property-load">glade_property_load ()</a>
681
 
</dt>
682
 
<dt>glade_property_new, <a class="indexterm" href="gladeui-glade-property.html#glade-property-new">glade_property_new ()</a>
683
 
</dt>
684
 
<dt>glade_property_original_default, <a class="indexterm" href="gladeui-glade-property.html#glade-property-original-default">glade_property_original_default ()</a>
685
 
</dt>
686
 
<dt>glade_property_original_reset, <a class="indexterm" href="gladeui-glade-property.html#glade-property-original-reset">glade_property_original_reset ()</a>
687
 
</dt>
688
 
<dt>glade_property_pop_superuser, <a class="indexterm" href="gladeui-glade-property.html#glade-property-pop-superuser">glade_property_pop_superuser ()</a>
689
 
</dt>
690
 
<dt>glade_property_push_superuser, <a class="indexterm" href="gladeui-glade-property.html#glade-property-push-superuser">glade_property_push_superuser ()</a>
691
 
</dt>
692
 
<dt>glade_property_read, <a class="indexterm" href="gladeui-glade-property.html#glade-property-read">glade_property_read ()</a>
693
 
</dt>
694
 
<dt>glade_property_remove_object, <a class="indexterm" href="gladeui-glade-property.html#glade-property-remove-object">glade_property_remove_object ()</a>
695
 
</dt>
696
 
<dt>glade_property_reset, <a class="indexterm" href="gladeui-glade-property.html#glade-property-reset">glade_property_reset ()</a>
697
 
</dt>
698
 
<dt>glade_property_set, <a class="indexterm" href="gladeui-glade-property.html#glade-property-set">glade_property_set ()</a>
699
 
</dt>
700
 
<dt>glade_property_set_enabled, <a class="indexterm" href="gladeui-glade-property.html#glade-property-set-enabled">glade_property_set_enabled ()</a>
701
 
</dt>
702
 
<dt>glade_property_set_save_always, <a class="indexterm" href="gladeui-glade-property.html#glade-property-set-save-always">glade_property_set_save_always ()</a>
703
 
</dt>
704
 
<dt>glade_property_set_sensitive, <a class="indexterm" href="gladeui-glade-property.html#glade-property-set-sensitive">glade_property_set_sensitive ()</a>
705
 
</dt>
706
 
<dt>glade_property_set_value, <a class="indexterm" href="gladeui-glade-property.html#glade-property-set-value">glade_property_set_value ()</a>
707
 
</dt>
708
 
<dt>glade_property_set_va_list, <a class="indexterm" href="gladeui-glade-property.html#glade-property-set-va-list">glade_property_set_va_list ()</a>
709
 
</dt>
710
 
<dt>glade_property_superuser, <a class="indexterm" href="gladeui-glade-property.html#glade-property-superuser">glade_property_superuser ()</a>
711
 
</dt>
712
 
<dt>glade_property_sync, <a class="indexterm" href="gladeui-glade-property.html#glade-property-sync">glade_property_sync ()</a>
713
 
</dt>
714
 
<dt>glade_property_write, <a class="indexterm" href="gladeui-glade-property.html#glade-property-write">glade_property_write ()</a>
715
 
</dt>
716
 
<dt>glade_signal_editor_get_widget, <a class="indexterm" href="gladeui-glade-signal-editor.html#glade-signal-editor-get-widget">glade_signal_editor_get_widget ()</a>
717
 
</dt>
718
 
<dt>glade_signal_editor_load_widget, <a class="indexterm" href="gladeui-glade-signal-editor.html#glade-signal-editor-load-widget">glade_signal_editor_load_widget ()</a>
719
 
</dt>
720
 
<dt>glade_signal_editor_new, <a class="indexterm" href="gladeui-glade-signal-editor.html#glade-signal-editor-new">glade_signal_editor_new ()</a>
721
 
</dt>
722
 
<dt>GLADE_TYPE_CREATE_REASON, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GLADE-TYPE-CREATE-REASON:CAPS">GLADE_TYPE_CREATE_REASON</a>
723
 
</dt>
724
 
<dt>glade_utils_get_pspec_from_funcname, <a class="indexterm" href="gladeui-glade-utils.html#glade-utils-get-pspec-from-funcname">glade_utils_get_pspec_from_funcname ()</a>
725
 
</dt>
726
 
<dt>glade_util_added_in_list, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-added-in-list">glade_util_added_in_list ()</a>
727
 
</dt>
728
 
<dt>glade_util_add_selection, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-add-selection">glade_util_add_selection ()</a>
729
 
</dt>
730
 
<dt>glade_util_basenames_match, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-basenames-match">glade_util_basenames_match ()</a>
731
 
</dt>
732
 
<dt>glade_util_canonical_path, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-canonical-path">glade_util_canonical_path ()</a>
733
 
</dt>
734
 
<dt>glade_util_class_implements_interface, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-class-implements-interface">glade_util_class_implements_interface ()</a>
735
 
</dt>
736
 
<dt>glade_util_clear_selection, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-clear-selection">glade_util_clear_selection ()</a>
737
 
</dt>
738
 
<dt>glade_util_compare_stock_labels, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-compare-stock-labels">glade_util_compare_stock_labels ()</a>
739
 
</dt>
740
 
<dt>glade_util_container_get_all_children, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-container-get-all-children">glade_util_container_get_all_children ()</a>
741
 
</dt>
742
 
<dt>glade_util_copy_file, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-copy-file">glade_util_copy_file ()</a>
743
 
</dt>
744
 
<dt>glade_util_count_placeholders, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-count-placeholders">glade_util_count_placeholders ()</a>
745
 
</dt>
746
 
<dt>glade_util_draw_selection_nodes, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-draw-selection-nodes">glade_util_draw_selection_nodes ()</a>
747
 
</dt>
748
 
<dt>glade_util_duplicate_underscores, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-duplicate-underscores">glade_util_duplicate_underscores ()</a>
749
 
</dt>
750
 
<dt>glade_util_file_dialog_new, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-file-dialog-new">glade_util_file_dialog_new ()</a>
751
 
</dt>
752
 
<dt>glade_util_file_is_writeable, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-file-is-writeable">glade_util_file_is_writeable ()</a>
753
 
</dt>
754
 
<dt>glade_util_find_iter_by_widget, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-find-iter-by-widget">glade_util_find_iter_by_widget ()</a>
755
 
</dt>
756
 
<dt>glade_util_flash_message, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-flash-message">glade_util_flash_message ()</a>
757
 
</dt>
758
 
<dt>glade_util_get_devhelp_icon, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-get-devhelp-icon">glade_util_get_devhelp_icon ()</a>
759
 
</dt>
760
 
<dt>glade_util_get_file_mtime, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-get-file-mtime">glade_util_get_file_mtime ()</a>
761
 
</dt>
762
 
<dt>glade_util_get_placeholder_from_pointer, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-get-placeholder-from-pointer">glade_util_get_placeholder_from_pointer ()</a>
763
 
</dt>
764
 
<dt>glade_util_get_selection, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-get-selection">glade_util_get_selection ()</a>
765
 
</dt>
766
 
<dt>glade_util_get_type_from_name, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-get-type-from-name">glade_util_get_type_from_name ()</a>
767
 
</dt>
768
 
<dt>glade_util_gtk_combo_find, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-gtk-combo-find">glade_util_gtk_combo_find ()</a>
769
 
</dt>
770
 
<dt>glade_util_gtk_combo_func, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-gtk-combo-func">glade_util_gtk_combo_func ()</a>
771
 
</dt>
772
 
<dt>glade_util_has_selection, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-has-selection">glade_util_has_selection ()</a>
773
 
</dt>
774
 
<dt>glade_util_have_devhelp, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-have-devhelp">glade_util_have_devhelp ()</a>
775
 
</dt>
776
 
<dt>glade_util_hide_window, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-hide-window">glade_util_hide_window ()</a>
777
 
</dt>
778
 
<dt>glade_util_load_library, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-load-library">glade_util_load_library ()</a>
779
 
</dt>
780
 
<dt>glade_util_object_is_loading, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-object-is-loading">glade_util_object_is_loading ()</a>
781
 
</dt>
782
 
<dt>glade_util_purify_list, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-purify-list">glade_util_purify_list ()</a>
783
 
</dt>
784
 
<dt>glade_util_read_prop_name, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-read-prop-name">glade_util_read_prop_name ()</a>
785
 
</dt>
786
 
<dt>glade_util_removed_from_list, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-removed-from-list">glade_util_removed_from_list ()</a>
787
 
</dt>
788
 
<dt>glade_util_remove_selection, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-remove-selection">glade_util_remove_selection ()</a>
789
 
</dt>
790
 
<dt>glade_util_replace, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-replace">glade_util_replace ()</a>
791
 
</dt>
792
 
<dt>glade_util_search_devhelp, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-search-devhelp">glade_util_search_devhelp ()</a>
793
 
</dt>
794
 
<dt>glade_util_ui_message, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-ui-message">glade_util_ui_message ()</a>
795
 
</dt>
796
 
<dt>glade_util_url_show, <a class="indexterm" href="gladeui-glade-utils.html#glade-util-url-show">glade_util_url_show ()</a>
797
 
</dt>
798
 
<dt>GLADE_VALID_CREATE_REASON, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GLADE-VALID-CREATE-REASON:CAPS">GLADE_VALID_CREATE_REASON()</a>
799
 
</dt>
800
 
<dt>glade_widget_action_class_clone, <a class="indexterm" href="GladeWidgetAction.html#glade-widget-action-class-clone">glade_widget_action_class_clone ()</a>
801
 
</dt>
802
 
<dt>glade_widget_action_class_free, <a class="indexterm" href="GladeWidgetAction.html#glade-widget-action-class-free">glade_widget_action_class_free ()</a>
803
 
</dt>
804
 
<dt>glade_widget_action_remove, <a class="indexterm" href="GladeWidgetAction.html#glade-widget-action-remove">glade_widget_action_remove ()</a>
805
 
</dt>
806
 
<dt>glade_widget_action_set_sensitive, <a class="indexterm" href="GladeWidgetAction.html#glade-widget-action-set-sensitive">glade_widget_action_set_sensitive ()</a>
807
 
</dt>
808
 
<dt>glade_widget_adaptor_action_activate, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-action-activate">glade_widget_adaptor_action_activate ()</a>
809
 
</dt>
810
 
<dt>glade_widget_adaptor_action_add, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-action-add">glade_widget_adaptor_action_add ()</a>
811
 
</dt>
812
 
<dt>glade_widget_adaptor_action_remove, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-action-remove">glade_widget_adaptor_action_remove ()</a>
813
 
</dt>
814
 
<dt>glade_widget_adaptor_add, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-add">glade_widget_adaptor_add ()</a>
815
 
</dt>
816
 
<dt>glade_widget_adaptor_child_action_activate, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-child-action-activate">glade_widget_adaptor_child_action_activate ()</a>
817
 
</dt>
818
 
<dt>glade_widget_adaptor_child_get_property, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-child-get-property">glade_widget_adaptor_child_get_property ()</a>
819
 
</dt>
820
 
<dt>glade_widget_adaptor_child_set_property, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-child-set-property">glade_widget_adaptor_child_set_property ()</a>
821
 
</dt>
822
 
<dt>glade_widget_adaptor_child_verify_property, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-child-verify-property">glade_widget_adaptor_child_verify_property ()</a>
823
 
</dt>
824
 
<dt>glade_widget_adaptor_create_eprop, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-create-eprop">glade_widget_adaptor_create_eprop ()</a>
825
 
</dt>
826
 
<dt>glade_widget_adaptor_create_internal, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-create-internal">glade_widget_adaptor_create_internal ()</a>
827
 
</dt>
828
 
<dt>glade_widget_adaptor_create_widget, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-create-widget">glade_widget_adaptor_create_widget()</a>
829
 
</dt>
830
 
<dt>glade_widget_adaptor_create_widget_real, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-create-widget-real">glade_widget_adaptor_create_widget_real ()</a>
831
 
</dt>
832
 
<dt>glade_widget_adaptor_default_params, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-default-params">glade_widget_adaptor_default_params ()</a>
833
 
</dt>
834
 
<dt>glade_widget_adaptor_from_catalog, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-from-catalog">glade_widget_adaptor_from_catalog ()</a>
835
 
</dt>
836
 
<dt>glade_widget_adaptor_from_pclass, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-from-pclass">glade_widget_adaptor_from_pclass()</a>
837
 
</dt>
838
 
<dt>glade_widget_adaptor_from_pspec, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-from-pspec">glade_widget_adaptor_from_pspec ()</a>
839
 
</dt>
840
 
<dt>glade_widget_adaptor_get_by_name, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-get-by-name">glade_widget_adaptor_get_by_name ()</a>
841
 
</dt>
842
 
<dt>glade_widget_adaptor_get_by_type, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-get-by-type">glade_widget_adaptor_get_by_type ()</a>
843
 
</dt>
844
 
<dt>glade_widget_adaptor_get_children, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-get-children">glade_widget_adaptor_get_children ()</a>
845
 
</dt>
846
 
<dt>glade_widget_adaptor_get_internal_child, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-get-internal-child">glade_widget_adaptor_get_internal_child ()</a>
847
 
</dt>
848
 
<dt>glade_widget_adaptor_get_packing_default, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-get-packing-default">glade_widget_adaptor_get_packing_default ()</a>
849
 
</dt>
850
 
<dt>glade_widget_adaptor_get_pack_property_class, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-get-pack-property-class">glade_widget_adaptor_get_pack_property_class ()</a>
851
 
</dt>
852
 
<dt>glade_widget_adaptor_get_property, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-get-property">glade_widget_adaptor_get_property ()</a>
853
 
</dt>
854
 
<dt>glade_widget_adaptor_get_property_class, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-get-property-class">glade_widget_adaptor_get_property_class ()</a>
855
 
</dt>
856
 
<dt>glade_widget_adaptor_has_child, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-has-child">glade_widget_adaptor_has_child ()</a>
857
 
</dt>
858
 
<dt>glade_widget_adaptor_is_container, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-is-container">glade_widget_adaptor_is_container ()</a>
859
 
</dt>
860
 
<dt>glade_widget_adaptor_pack_actions_new, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-pack-actions-new">glade_widget_adaptor_pack_actions_new ()</a>
861
 
</dt>
862
 
<dt>glade_widget_adaptor_pack_action_add, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-pack-action-add">glade_widget_adaptor_pack_action_add ()</a>
863
 
</dt>
864
 
<dt>glade_widget_adaptor_pack_action_remove, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-pack-action-remove">glade_widget_adaptor_pack_action_remove ()</a>
865
 
</dt>
866
 
<dt>glade_widget_adaptor_post_create, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-post-create">glade_widget_adaptor_post_create ()</a>
867
 
</dt>
868
 
<dt>glade_widget_adaptor_query, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-query">glade_widget_adaptor_query ()</a>
869
 
</dt>
870
 
<dt>glade_widget_adaptor_read_child, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-read-child">glade_widget_adaptor_read_child ()</a>
871
 
</dt>
872
 
<dt>glade_widget_adaptor_read_widget, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-read-widget">glade_widget_adaptor_read_widget ()</a>
873
 
</dt>
874
 
<dt>glade_widget_adaptor_register, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-register">glade_widget_adaptor_register ()</a>
875
 
</dt>
876
 
<dt>glade_widget_adaptor_remove, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-remove">glade_widget_adaptor_remove ()</a>
877
 
</dt>
878
 
<dt>glade_widget_adaptor_replace_child, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-replace-child">glade_widget_adaptor_replace_child ()</a>
879
 
</dt>
880
 
<dt>glade_widget_adaptor_set_property, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-set-property">glade_widget_adaptor_set_property ()</a>
881
 
</dt>
882
 
<dt>glade_widget_adaptor_string_from_value, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-string-from-value">glade_widget_adaptor_string_from_value ()</a>
883
 
</dt>
884
 
<dt>glade_widget_adaptor_verify_property, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-verify-property">glade_widget_adaptor_verify_property ()</a>
885
 
</dt>
886
 
<dt>glade_widget_adaptor_write_child, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-write-child">glade_widget_adaptor_write_child ()</a>
887
 
</dt>
888
 
<dt>glade_widget_adaptor_write_widget, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#glade-widget-adaptor-write-widget">glade_widget_adaptor_write_widget ()</a>
889
 
</dt>
890
 
<dt>glade_widget_add_child, <a class="indexterm" href="GladeWidget.html#glade-widget-add-child">glade_widget_add_child ()</a>
891
 
</dt>
892
 
<dt>glade_widget_add_prop_ref, <a class="indexterm" href="GladeWidget.html#glade-widget-add-prop-ref">glade_widget_add_prop_ref ()</a>
893
 
</dt>
894
 
<dt>glade_widget_add_signal_handler, <a class="indexterm" href="GladeWidget.html#glade-widget-add-signal-handler">glade_widget_add_signal_handler ()</a>
895
 
</dt>
896
 
<dt>glade_widget_change_signal_handler, <a class="indexterm" href="GladeWidget.html#glade-widget-change-signal-handler">glade_widget_change_signal_handler ()</a>
897
 
</dt>
898
 
<dt>glade_widget_child_get_property, <a class="indexterm" href="GladeWidget.html#glade-widget-child-get-property">glade_widget_child_get_property ()</a>
899
 
</dt>
900
 
<dt>glade_widget_child_set_property, <a class="indexterm" href="GladeWidget.html#glade-widget-child-set-property">glade_widget_child_set_property ()</a>
901
 
</dt>
902
 
<dt>glade_widget_copy_properties, <a class="indexterm" href="GladeWidget.html#glade-widget-copy-properties">glade_widget_copy_properties ()</a>
903
 
</dt>
904
 
<dt>glade_widget_copy_signals, <a class="indexterm" href="GladeWidget.html#glade-widget-copy-signals">glade_widget_copy_signals ()</a>
905
 
</dt>
906
 
<dt>glade_widget_create_editor_property, <a class="indexterm" href="GladeWidget.html#glade-widget-create-editor-property">glade_widget_create_editor_property ()</a>
907
 
</dt>
908
 
<dt>glade_widget_dup, <a class="indexterm" href="GladeWidget.html#glade-widget-dup">glade_widget_dup ()</a>
909
 
</dt>
910
 
<dt>glade_widget_dup_properties, <a class="indexterm" href="GladeWidget.html#glade-widget-dup-properties">glade_widget_dup_properties ()</a>
911
 
</dt>
912
 
<dt>glade_widget_event, <a class="indexterm" href="GladeWidget.html#glade-widget-event">glade_widget_event ()</a>
913
 
</dt>
914
 
<dt>glade_widget_get_action, <a class="indexterm" href="GladeWidget.html#glade-widget-get-action">glade_widget_get_action ()</a>
915
 
</dt>
916
 
<dt>glade_widget_get_adaptor, <a class="indexterm" href="GladeWidget.html#glade-widget-get-adaptor">glade_widget_get_adaptor ()</a>
917
 
</dt>
918
 
<dt>glade_widget_get_from_gobject, <a class="indexterm" href="GladeWidget.html#glade-widget-get-from-gobject">glade_widget_get_from_gobject ()</a>
919
 
</dt>
920
 
<dt>glade_widget_get_internal, <a class="indexterm" href="GladeWidget.html#glade-widget-get-internal">glade_widget_get_internal ()</a>
921
 
</dt>
922
 
<dt>glade_widget_get_name, <a class="indexterm" href="GladeWidget.html#glade-widget-get-name">glade_widget_get_name ()</a>
923
 
</dt>
924
 
<dt>glade_widget_get_object, <a class="indexterm" href="GladeWidget.html#glade-widget-get-object">glade_widget_get_object ()</a>
925
 
</dt>
926
 
<dt>glade_widget_get_pack_action, <a class="indexterm" href="GladeWidget.html#glade-widget-get-pack-action">glade_widget_get_pack_action ()</a>
927
 
</dt>
928
 
<dt>glade_widget_get_pack_property, <a class="indexterm" href="GladeWidget.html#glade-widget-get-pack-property">glade_widget_get_pack_property ()</a>
929
 
</dt>
930
 
<dt>glade_widget_get_parent, <a class="indexterm" href="GladeWidget.html#glade-widget-get-parent">glade_widget_get_parent ()</a>
931
 
</dt>
932
 
<dt>glade_widget_get_project, <a class="indexterm" href="GladeWidget.html#glade-widget-get-project">glade_widget_get_project ()</a>
933
 
</dt>
934
 
<dt>glade_widget_get_property, <a class="indexterm" href="GladeWidget.html#glade-widget-get-property">glade_widget_get_property ()</a>
935
 
</dt>
936
 
<dt>glade_widget_has_decendant, <a class="indexterm" href="GladeWidget.html#glade-widget-has-decendant">glade_widget_has_decendant ()</a>
937
 
</dt>
938
 
<dt>glade_widget_hide, <a class="indexterm" href="GladeWidget.html#glade-widget-hide">glade_widget_hide ()</a>
939
 
</dt>
940
 
<dt>glade_widget_list_signal_handlers, <a class="indexterm" href="GladeWidget.html#glade-widget-list-signal-handlers">glade_widget_list_signal_handlers ()</a>
941
 
</dt>
942
 
<dt>glade_widget_object_get_property, <a class="indexterm" href="GladeWidget.html#glade-widget-object-get-property">glade_widget_object_get_property ()</a>
943
 
</dt>
944
 
<dt>glade_widget_object_set_property, <a class="indexterm" href="GladeWidget.html#glade-widget-object-set-property">glade_widget_object_set_property ()</a>
945
 
</dt>
946
 
<dt>glade_widget_pack_property_default, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-default">glade_widget_pack_property_default ()</a>
947
 
</dt>
948
 
<dt>glade_widget_pack_property_get, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-get">glade_widget_pack_property_get ()</a>
949
 
</dt>
950
 
<dt>glade_widget_pack_property_reset, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-reset">glade_widget_pack_property_reset ()</a>
951
 
</dt>
952
 
<dt>glade_widget_pack_property_set, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-set">glade_widget_pack_property_set ()</a>
953
 
</dt>
954
 
<dt>glade_widget_pack_property_set_enabled, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-set-enabled">glade_widget_pack_property_set_enabled ()</a>
955
 
</dt>
956
 
<dt>glade_widget_pack_property_set_save_always, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-set-save-always">glade_widget_pack_property_set_save_always ()</a>
957
 
</dt>
958
 
<dt>glade_widget_pack_property_set_sensitive, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-set-sensitive">glade_widget_pack_property_set_sensitive ()</a>
959
 
</dt>
960
 
<dt>glade_widget_pack_property_string, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-string">glade_widget_pack_property_string ()</a>
961
 
</dt>
962
 
<dt>glade_widget_placeholder_relation, <a class="indexterm" href="GladeWidget.html#glade-widget-placeholder-relation">glade_widget_placeholder_relation ()</a>
963
 
</dt>
964
 
<dt>glade_widget_pop_superuser, <a class="indexterm" href="GladeWidget.html#glade-widget-pop-superuser">glade_widget_pop_superuser ()</a>
965
 
</dt>
966
 
<dt>glade_widget_property_default, <a class="indexterm" href="GladeWidget.html#glade-widget-property-default">glade_widget_property_default ()</a>
967
 
</dt>
968
 
<dt>glade_widget_property_get, <a class="indexterm" href="GladeWidget.html#glade-widget-property-get">glade_widget_property_get ()</a>
969
 
</dt>
970
 
<dt>glade_widget_property_original_default, <a class="indexterm" href="GladeWidget.html#glade-widget-property-original-default">glade_widget_property_original_default ()</a>
971
 
</dt>
972
 
<dt>glade_widget_property_reset, <a class="indexterm" href="GladeWidget.html#glade-widget-property-reset">glade_widget_property_reset ()</a>
973
 
</dt>
974
 
<dt>glade_widget_property_set, <a class="indexterm" href="GladeWidget.html#glade-widget-property-set">glade_widget_property_set ()</a>
975
 
</dt>
976
 
<dt>glade_widget_property_set_enabled, <a class="indexterm" href="GladeWidget.html#glade-widget-property-set-enabled">glade_widget_property_set_enabled ()</a>
977
 
</dt>
978
 
<dt>glade_widget_property_set_save_always, <a class="indexterm" href="GladeWidget.html#glade-widget-property-set-save-always">glade_widget_property_set_save_always ()</a>
979
 
</dt>
980
 
<dt>glade_widget_property_set_sensitive, <a class="indexterm" href="GladeWidget.html#glade-widget-property-set-sensitive">glade_widget_property_set_sensitive ()</a>
981
 
</dt>
982
 
<dt>glade_widget_property_string, <a class="indexterm" href="GladeWidget.html#glade-widget-property-string">glade_widget_property_string ()</a>
983
 
</dt>
984
 
<dt>glade_widget_push_superuser, <a class="indexterm" href="GladeWidget.html#glade-widget-push-superuser">glade_widget_push_superuser ()</a>
985
 
</dt>
986
 
<dt>glade_widget_read, <a class="indexterm" href="GladeWidget.html#glade-widget-read">glade_widget_read ()</a>
987
 
</dt>
988
 
<dt>glade_widget_read_child, <a class="indexterm" href="GladeWidget.html#glade-widget-read-child">glade_widget_read_child ()</a>
989
 
</dt>
990
 
<dt>glade_widget_rebuild, <a class="indexterm" href="GladeWidget.html#glade-widget-rebuild">glade_widget_rebuild ()</a>
991
 
</dt>
992
 
<dt>glade_widget_remove_action, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-action">glade_widget_remove_action ()</a>
993
 
</dt>
994
 
<dt>glade_widget_remove_child, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-child">glade_widget_remove_child ()</a>
995
 
</dt>
996
 
<dt>glade_widget_remove_pack_action, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-pack-action">glade_widget_remove_pack_action ()</a>
997
 
</dt>
998
 
<dt>glade_widget_remove_property, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-property">glade_widget_remove_property ()</a>
999
 
</dt>
1000
 
<dt>glade_widget_remove_prop_ref, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-prop-ref">glade_widget_remove_prop_ref ()</a>
1001
 
</dt>
1002
 
<dt>glade_widget_remove_signal_handler, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-signal-handler">glade_widget_remove_signal_handler ()</a>
1003
 
</dt>
1004
 
<dt>glade_widget_replace, <a class="indexterm" href="GladeWidget.html#glade-widget-replace">glade_widget_replace ()</a>
1005
 
</dt>
1006
 
<dt>glade_widget_set_action_sensitive, <a class="indexterm" href="GladeWidget.html#glade-widget-set-action-sensitive">glade_widget_set_action_sensitive ()</a>
1007
 
</dt>
1008
 
<dt>glade_widget_set_child_type_from_node, <a class="indexterm" href="GladeWidget.html#glade-widget-set-child-type-from-node">glade_widget_set_child_type_from_node ()</a>
1009
 
</dt>
1010
 
<dt>glade_widget_set_internal, <a class="indexterm" href="GladeWidget.html#glade-widget-set-internal">glade_widget_set_internal ()</a>
1011
 
</dt>
1012
 
<dt>glade_widget_set_name, <a class="indexterm" href="GladeWidget.html#glade-widget-set-name">glade_widget_set_name ()</a>
1013
 
</dt>
1014
 
<dt>glade_widget_set_object, <a class="indexterm" href="GladeWidget.html#glade-widget-set-object">glade_widget_set_object ()</a>
1015
 
</dt>
1016
 
<dt>glade_widget_set_packing_properties, <a class="indexterm" href="GladeWidget.html#glade-widget-set-packing-properties">glade_widget_set_packing_properties ()</a>
1017
 
</dt>
1018
 
<dt>glade_widget_set_pack_action_sensitive, <a class="indexterm" href="GladeWidget.html#glade-widget-set-pack-action-sensitive">glade_widget_set_pack_action_sensitive ()</a>
1019
 
</dt>
1020
 
<dt>glade_widget_set_parent, <a class="indexterm" href="GladeWidget.html#glade-widget-set-parent">glade_widget_set_parent ()</a>
1021
 
</dt>
1022
 
<dt>glade_widget_set_project, <a class="indexterm" href="GladeWidget.html#glade-widget-set-project">glade_widget_set_project ()</a>
1023
 
</dt>
1024
 
<dt>glade_widget_show, <a class="indexterm" href="GladeWidget.html#glade-widget-show">glade_widget_show ()</a>
1025
 
</dt>
1026
 
<dt>glade_widget_superuser, <a class="indexterm" href="GladeWidget.html#glade-widget-superuser">glade_widget_superuser ()</a>
1027
 
</dt>
1028
 
<dt>glade_widget_write, <a class="indexterm" href="GladeWidget.html#glade-widget-write">glade_widget_write ()</a>
1029
 
</dt>
1030
 
<dt>glade_widget_write_child, <a class="indexterm" href="GladeWidget.html#glade-widget-write-child">glade_widget_write_child ()</a>
1031
 
</dt>
1032
 
<dt>glade_widget_write_placeholder, <a class="indexterm" href="GladeWidget.html#glade-widget-write-placeholder">glade_widget_write_placeholder ()</a>
1033
 
</dt>
1034
 
<dt>glade_widget_write_special_child_prop, <a class="indexterm" href="GladeWidget.html#glade-widget-write-special-child-prop">glade_widget_write_special_child_prop ()</a>
1035
 
</dt>
1036
 
<dt>glade_xml_context_destroy, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-context-destroy">glade_xml_context_destroy ()</a>
1037
 
</dt>
1038
 
<dt>glade_xml_context_free, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-context-free">glade_xml_context_free ()</a>
1039
 
</dt>
1040
 
<dt>glade_xml_context_get_doc, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-context-get-doc">glade_xml_context_get_doc ()</a>
1041
 
</dt>
1042
 
<dt>glade_xml_context_new, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-context-new">glade_xml_context_new ()</a>
1043
 
</dt>
1044
 
<dt>glade_xml_context_new_from_path, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-context-new-from-path">glade_xml_context_new_from_path ()</a>
1045
 
</dt>
1046
 
<dt>glade_xml_doc_free, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-doc-free">glade_xml_doc_free ()</a>
1047
 
</dt>
1048
 
<dt>glade_xml_doc_get_root, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-doc-get-root">glade_xml_doc_get_root ()</a>
1049
 
</dt>
1050
 
<dt>glade_xml_doc_new, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-doc-new">glade_xml_doc_new ()</a>
1051
 
</dt>
1052
 
<dt>glade_xml_doc_save, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-doc-save">glade_xml_doc_save ()</a>
1053
 
</dt>
1054
 
<dt>glade_xml_doc_set_root, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-doc-set-root">glade_xml_doc_set_root ()</a>
1055
 
</dt>
1056
 
<dt>glade_xml_get_boolean, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-boolean">glade_xml_get_boolean ()</a>
1057
 
</dt>
1058
 
<dt>glade_xml_get_content, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-content">glade_xml_get_content ()</a>
1059
 
</dt>
1060
 
<dt>glade_xml_get_property_boolean, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-property-boolean">glade_xml_get_property_boolean ()</a>
1061
 
</dt>
1062
 
<dt>glade_xml_get_property_double, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-property-double">glade_xml_get_property_double ()</a>
1063
 
</dt>
1064
 
<dt>glade_xml_get_property_int, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-property-int">glade_xml_get_property_int ()</a>
1065
 
</dt>
1066
 
<dt>glade_xml_get_property_string, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-property-string">glade_xml_get_property_string ()</a>
1067
 
</dt>
1068
 
<dt>glade_xml_get_property_string_required, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-property-string-required">glade_xml_get_property_string_required ()</a>
1069
 
</dt>
1070
 
<dt>glade_xml_get_value_int, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-value-int">glade_xml_get_value_int ()</a>
1071
 
</dt>
1072
 
<dt>glade_xml_get_value_int_required, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-value-int-required">glade_xml_get_value_int_required ()</a>
1073
 
</dt>
1074
 
<dt>glade_xml_get_value_string, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-value-string">glade_xml_get_value_string ()</a>
1075
 
</dt>
1076
 
<dt>glade_xml_get_value_string_required, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-get-value-string-required">glade_xml_get_value_string_required ()</a>
1077
 
</dt>
1078
 
<dt>glade_xml_load_sym_from_node, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-load-sym-from-node">glade_xml_load_sym_from_node ()</a>
1079
 
</dt>
1080
 
<dt>glade_xml_node_append_child, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-append-child">glade_xml_node_append_child ()</a>
1081
 
</dt>
1082
 
<dt>glade_xml_node_delete, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-delete">glade_xml_node_delete ()</a>
1083
 
</dt>
1084
 
<dt>glade_xml_node_get_children, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-get-children">glade_xml_node_get_children ()</a>
1085
 
</dt>
1086
 
<dt>glade_xml_node_get_children_with_comments, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-get-children-with-comments">glade_xml_node_get_children_with_comments ()</a>
1087
 
</dt>
1088
 
<dt>glade_xml_node_get_name, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-get-name">glade_xml_node_get_name ()</a>
1089
 
</dt>
1090
 
<dt>glade_xml_node_is_comment, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-is-comment">glade_xml_node_is_comment ()</a>
1091
 
</dt>
1092
 
<dt>glade_xml_node_new, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-new">glade_xml_node_new ()</a>
1093
 
</dt>
1094
 
<dt>glade_xml_node_new_comment, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-new-comment">glade_xml_node_new_comment ()</a>
1095
 
</dt>
1096
 
<dt>glade_xml_node_next, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-next">glade_xml_node_next ()</a>
1097
 
</dt>
1098
 
<dt>glade_xml_node_next_with_comments, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-next-with-comments">glade_xml_node_next_with_comments ()</a>
1099
 
</dt>
1100
 
<dt>glade_xml_node_remove, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-remove">glade_xml_node_remove ()</a>
1101
 
</dt>
1102
 
<dt>glade_xml_node_set_property_boolean, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-set-property-boolean">glade_xml_node_set_property_boolean ()</a>
1103
 
</dt>
1104
 
<dt>glade_xml_node_set_property_string, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-set-property-string">glade_xml_node_set_property_string ()</a>
1105
 
</dt>
1106
 
<dt>glade_xml_node_verify, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-verify">glade_xml_node_verify ()</a>
1107
 
</dt>
1108
 
<dt>glade_xml_node_verify_silent, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-node-verify-silent">glade_xml_node_verify_silent ()</a>
1109
 
</dt>
1110
 
<dt>glade_xml_search_child, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-search-child">glade_xml_search_child ()</a>
1111
 
</dt>
1112
 
<dt>glade_xml_search_child_required, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-search-child-required">glade_xml_search_child_required ()</a>
1113
 
</dt>
1114
 
<dt>glade_xml_set_content, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-set-content">glade_xml_set_content ()</a>
1115
 
</dt>
1116
 
<dt>glade_xml_set_value, <a class="indexterm" href="gladeui-glade-xml-utils.html#glade-xml-set-value">glade_xml_set_value ()</a>
1117
 
</dt>
1118
 
<dt>GPC_OBJECT_DELIMITER, <a class="indexterm" href="gladeui-GladePropertyClass.html#GPC-OBJECT-DELIMITER:CAPS">GPC_OBJECT_DELIMITER</a>
1119
 
</dt>
1120
 
<dt>GPC_PROPERTY_NAMELEN, <a class="indexterm" href="gladeui-GladePropertyClass.html#GPC-PROPERTY-NAMELEN:CAPS">GPC_PROPERTY_NAMELEN</a>
1121
 
</dt>
1122
 
<dt>GWActionClass, <a class="indexterm" href="GladeWidgetAction.html#GWActionClass">GWActionClass</a>
1123
 
</dt>
1124
 
<dt>GWA_DEFAULT_HEIGHT, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GWA-DEFAULT-HEIGHT:CAPS">GWA_DEFAULT_HEIGHT()</a>
1125
 
</dt>
1126
 
<dt>GWA_DEFAULT_WIDTH, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GWA-DEFAULT-WIDTH:CAPS">GWA_DEFAULT_WIDTH()</a>
1127
 
</dt>
1128
 
<dt>GWA_GET_CLASS, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GWA-GET-CLASS:CAPS">GWA_GET_CLASS()</a>
1129
 
</dt>
1130
 
<dt>GWA_GET_OCLASS, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GWA-GET-OCLASS:CAPS">GWA_GET_OCLASS()</a>
1131
 
</dt>
1132
 
<dt>GWA_IS_FIXED, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GWA-IS-FIXED:CAPS">GWA_IS_FIXED()</a>
1133
 
</dt>
1134
 
<dt>GWA_IS_TOPLEVEL, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GWA-IS-TOPLEVEL:CAPS">GWA_IS_TOPLEVEL()</a>
1135
 
</dt>
1136
 
<dt>GWA_USE_PLACEHOLDERS, <a class="indexterm" href="gladeui-GladeWidgetAdaptor.html#GWA-USE-PLACEHOLDERS:CAPS">GWA_USE_PLACEHOLDERS()</a>
1137
 
</dt>
1138
 
</dl>
1139
 
</div></div>
1140
 
</div>
1141
 
<div class="footer">
1142
 
<hr>
1143
 
          Generated by GTK-Doc V1.12</div>
1144
 
</body>
1145
 
</html>