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

« back to all changes in this revision

Viewing changes to doc/html/GladeEditor.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:
56
56
                    <a class="link" href="GladeEditor.html#GladeEditorTable" title="GladeEditorTable">GladeEditorTable</a>;
57
57
                    <a class="link" href="GladeEditor.html#GladeEditor-struct" title="GladeEditor">GladeEditor</a>;
58
58
<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *       <a class="link" href="GladeEditor.html#glade-editor-new" title="glade_editor_new ()">glade_editor_new</a>                    (void);
59
 
void                <a class="link" href="GladeEditor.html#glade-editor-load-widget" title="glade_editor_load_widget ()">glade_editor_load_widget</a>            (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor,
60
 
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *widget);
61
 
void                <a class="link" href="GladeEditor.html#glade-editor-refresh" title="glade_editor_refresh ()">glade_editor_refresh</a>                (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);
62
 
gboolean            <a class="link" href="GladeEditor.html#glade-editor-query-dialog" title="glade_editor_query_dialog ()">glade_editor_query_dialog</a>           (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor,
63
 
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *widget);
64
 
void                <a class="link" href="GladeEditor.html#glade-editor-show-info" title="glade_editor_show_info ()">glade_editor_show_info</a>              (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);
65
 
void                <a class="link" href="GladeEditor.html#glade-editor-hide-info" title="glade_editor_hide_info ()">glade_editor_hide_info</a>              (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);
 
59
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeEditor.html#glade-editor-load-widget" title="glade_editor_load_widget ()">glade_editor_load_widget</a>            (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor,
 
60
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *widget);
 
61
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeEditor.html#glade-editor-refresh" title="glade_editor_refresh ()">glade_editor_refresh</a>                (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);
 
62
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            <a class="link" href="GladeEditor.html#glade-editor-query-dialog" title="glade_editor_query_dialog ()">glade_editor_query_dialog</a>           (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor,
 
63
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *widget);
 
64
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeEditor.html#glade-editor-show-info" title="glade_editor_show_info ()">glade_editor_show_info</a>              (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);
 
65
<GTKDOCLINK HREF="void">void</GTKDOCLINK>                <a class="link" href="GladeEditor.html#glade-editor-hide-info" title="glade_editor_hide_info ()">glade_editor_hide_info</a>              (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);
66
66
</pre>
67
67
</div>
68
68
<div class="refsect1" lang="en">
69
69
<a name="GladeEditor.object-hierarchy"></a><h2>Object Hierarchy</h2>
70
70
<pre class="synopsis">
71
 
  GObject
72
 
   +----GInitiallyUnowned
73
 
         +----GtkObject
74
 
               +----GtkWidget
75
 
                     +----GtkContainer
76
 
                           +----GtkBox
77
 
                                 +----GtkVBox
 
71
  <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>
 
72
   +----<GTKDOCLINK HREF="GInitiallyUnowned">GInitiallyUnowned</GTKDOCLINK>
 
73
         +----<GTKDOCLINK HREF="GtkObject">GtkObject</GTKDOCLINK>
 
74
               +----<GTKDOCLINK HREF="GtkWidget">GtkWidget</GTKDOCLINK>
 
75
                     +----<GTKDOCLINK HREF="GtkContainer">GtkContainer</GTKDOCLINK>
 
76
                           +----<GTKDOCLINK HREF="GtkBox">GtkBox</GTKDOCLINK>
 
77
                                 +----<GTKDOCLINK HREF="GtkVBox">GtkVBox</GTKDOCLINK>
78
78
                                       +----GladeEditor
79
79
</pre>
80
80
</div>
82
82
<a name="GladeEditor.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
83
83
<p>
84
84
GladeEditor implements
85
 
 AtkImplementorIface,  GtkBuildable and  GtkOrientable.</p>
 
85
 <GTKDOCLINK HREF="AtkImplementorIface">AtkImplementorIface</GTKDOCLINK>,  <GTKDOCLINK HREF="GtkBuildable">GtkBuildable</GTKDOCLINK> and  <GTKDOCLINK HREF="GtkOrientable">GtkOrientable</GTKDOCLINK>.</p>
86
86
</div>
87
87
<div class="refsect1" lang="en">
88
88
<a name="GladeEditor.properties"></a><h2>Properties</h2>
89
89
<pre class="synopsis">
90
 
  "<a class="link" href="GladeEditor.html#GladeEditor--show-info" title='The "show-info" property'>show-info</a>"                gboolean              : Read
 
90
  "<a class="link" href="GladeEditor.html#GladeEditor--show-info" title='The "show-info" property'>show-info</a>"                <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read
91
91
  "<a class="link" href="GladeEditor.html#GladeEditor--widget" title='The "widget" property'>widget</a>"                   <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a>*          : Read / Write
92
92
</pre>
93
93
</div>
178
178
<hr>
179
179
<div class="refsect2" lang="en">
180
180
<a name="glade-editor-load-widget"></a><h3>glade_editor_load_widget ()</h3>
181
 
<pre class="programlisting">void                glade_editor_load_widget            (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor,
 
181
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_editor_load_widget            (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor,
182
182
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *widget);</pre>
183
183
<p>
184
 
Load <em class="parameter"><code>widget</code></em> into <em class="parameter"><code>editor</code></em>. If <em class="parameter"><code>widget</code></em> is <code class="literal">NULL</code>, clear the editor.</p>
 
184
Load <em class="parameter"><code>widget</code></em> into <em class="parameter"><code>editor</code></em>. If <em class="parameter"><code>widget</code></em> is <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK>, clear the editor.</p>
185
185
<div class="variablelist"><table border="0">
186
186
<col align="left" valign="top">
187
187
<tbody>
201
201
<hr>
202
202
<div class="refsect2" lang="en">
203
203
<a name="glade-editor-refresh"></a><h3>glade_editor_refresh ()</h3>
204
 
<pre class="programlisting">void                glade_editor_refresh                (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);</pre>
 
204
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_editor_refresh                (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);</pre>
205
205
<p>
206
206
Synchronize <em class="parameter"><code>editor</code></em> with the currently loaded widget.</p>
207
207
<div class="variablelist"><table border="0">
216
216
<hr>
217
217
<div class="refsect2" lang="en">
218
218
<a name="glade-editor-query-dialog"></a><h3>glade_editor_query_dialog ()</h3>
219
 
<pre class="programlisting">gboolean            glade_editor_query_dialog           (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor,
 
219
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            glade_editor_query_dialog           (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor,
220
220
                                                         <a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a> *widget);</pre>
221
221
</div>
222
222
<hr>
223
223
<div class="refsect2" lang="en">
224
224
<a name="glade-editor-show-info"></a><h3>glade_editor_show_info ()</h3>
225
 
<pre class="programlisting">void                glade_editor_show_info              (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);</pre>
 
225
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_editor_show_info              (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);</pre>
226
226
</div>
227
227
<hr>
228
228
<div class="refsect2" lang="en">
229
229
<a name="glade-editor-hide-info"></a><h3>glade_editor_hide_info ()</h3>
230
 
<pre class="programlisting">void                glade_editor_hide_info              (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);</pre>
 
230
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                glade_editor_hide_info              (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *editor);</pre>
231
231
</div>
232
232
</div>
233
233
<div class="refsect1" lang="en">
234
234
<a name="GladeEditor.property-details"></a><h2>Property Details</h2>
235
235
<div class="refsect2" lang="en">
236
236
<a name="GladeEditor--show-info"></a><h3>The <code class="literal">"show-info"</code> property</h3>
237
 
<pre class="programlisting">  "show-info"                gboolean              : Read</pre>
 
237
<pre class="programlisting">  "show-info"                <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read</pre>
238
238
<p>Whether to show an informational button for the loaded widget.</p>
239
239
<p>Default value: FALSE</p>
240
240
</div>
249
249
<a name="GladeEditor.signal-details"></a><h2>Signal Details</h2>
250
250
<div class="refsect2" lang="en">
251
251
<a name="GladeEditor-gtk-doc-search"></a><h3>The <code class="literal">"gtk-doc-search"</code> signal</h3>
252
 
<pre class="programlisting">void                user_function                      (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *gladeeditor,
253
 
                                                        gchar       *arg1,
254
 
                                                        gchar       *arg2,
255
 
                                                        gchar       *arg3,
256
 
                                                        gpointer     user_data)        : Run Last</pre>
 
252
<pre class="programlisting"><GTKDOCLINK HREF="void">void</GTKDOCLINK>                user_function                      (<a class="link" href="GladeEditor.html" title="GladeEditor">GladeEditor</a> *gladeeditor,
 
253
                                                        <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>       *arg1,
 
254
                                                        <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>       *arg2,
 
255
                                                        <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>       *arg3,
 
256
                                                        <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>     user_data)        : Run Last</pre>
257
257
<p>
258
258
Emitted when the editor requests that a doc-search be performed.</p>
259
259
<div class="variablelist"><table border="0">
266
266
</tr>
267
267
<tr>
268
268
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
269
 
<td> the (<span class="type">gchar</span> *) book to search or <code class="literal">NULL</code>
 
269
<td> the (<GTKDOCLINK HREF="gchar"><span class="type">gchar</span></GTKDOCLINK> *) book to search or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK>
270
270
</td>
271
271
</tr>
272
272
<tr>
273
273
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
274
 
<td> the (<span class="type">gchar</span> *) page to search or <code class="literal">NULL</code>
 
274
<td> the (<GTKDOCLINK HREF="gchar"><span class="type">gchar</span></GTKDOCLINK> *) page to search or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK>
275
275
</td>
276
276
</tr>
277
277
<tr>
278
278
<td><p><span class="term"><em class="parameter"><code>arg3</code></em> :</span></p></td>
279
 
<td> the (<span class="type">gchar</span> *) search string or <code class="literal">NULL</code>
 
279
<td> the (<GTKDOCLINK HREF="gchar"><span class="type">gchar</span></GTKDOCLINK> *) search string or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK>
280
280
</td>
281
281
</tr>
282
282
<tr>