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

« back to all changes in this revision

Viewing changes to doc/html/GladeFixed.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:
55
55
<div class="refsect1" lang="en">
56
56
<a name="GladeFixed.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
<pre class="synopsis">
58
 
  GObject
 
58
  <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>
59
59
   +----<a class="link" href="GladeWidget.html" title="GladeWidget">GladeWidget</a>
60
60
         +----GladeFixed
61
61
</pre>
63
63
<div class="refsect1" lang="en">
64
64
<a name="GladeFixed.properties"></a><h2>Properties</h2>
65
65
<pre class="synopsis">
66
 
  "<a class="link" href="GladeFixed.html#GladeFixed--can-resize" title='The "can-resize" property'>can-resize</a>"               gboolean              : Read / Write / Construct
67
 
  "<a class="link" href="GladeFixed.html#GladeFixed--height-prop" title='The "height-prop" property'>height-prop</a>"              gchar*                : Read / Write / Construct
68
 
  "<a class="link" href="GladeFixed.html#GladeFixed--width-prop" title='The "width-prop" property'>width-prop</a>"               gchar*                : Read / Write / Construct
69
 
  "<a class="link" href="GladeFixed.html#GladeFixed--x-prop" title='The "x-prop" property'>x-prop</a>"                   gchar*                : Read / Write / Construct
70
 
  "<a class="link" href="GladeFixed.html#GladeFixed--y-prop" title='The "y-prop" property'>y-prop</a>"                   gchar*                : Read / Write / Construct
 
66
  "<a class="link" href="GladeFixed.html#GladeFixed--can-resize" title='The "can-resize" property'>can-resize</a>"               <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write / Construct
 
67
  "<a class="link" href="GladeFixed.html#GladeFixed--height-prop" title='The "height-prop" property'>height-prop</a>"              <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write / Construct
 
68
  "<a class="link" href="GladeFixed.html#GladeFixed--width-prop" title='The "width-prop" property'>width-prop</a>"               <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write / Construct
 
69
  "<a class="link" href="GladeFixed.html#GladeFixed--x-prop" title='The "x-prop" property'>x-prop</a>"                   <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write / Construct
 
70
  "<a class="link" href="GladeFixed.html#GladeFixed--y-prop" title='The "y-prop" property'>y-prop</a>"                   <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write / Construct
71
71
</pre>
72
72
</div>
73
73
<div class="refsect1" lang="en">
96
96
and dont let them propagate to the GladeFixed, then the x-prop/y-prop/width-prop/height-prop
97
97
properties will be completely ignored and it is up to the implementor to play
98
98
with whatever child packing properties are available to make a closest match
99
 
for the values passed to configure-child via the <a href="/opt/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a>.</p>
 
99
for the values passed to configure-child via the <GTKDOCLINK HREF="GdkRectangle"><span class="type">GdkRectangle</span></GTKDOCLINK>.</p>
100
100
</div>
101
101
<div class="refsect1" lang="en">
102
102
<a name="GladeFixed.details"></a><h2>Details</h2>
109
109
<a name="GladeFixed.property-details"></a><h2>Property Details</h2>
110
110
<div class="refsect2" lang="en">
111
111
<a name="GladeFixed--can-resize"></a><h3>The <code class="literal">"can-resize"</code> property</h3>
112
 
<pre class="programlisting">  "can-resize"               gboolean              : Read / Write / Construct</pre>
 
112
<pre class="programlisting">  "can-resize"               <GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>              : Read / Write / Construct</pre>
113
113
<p>Whether this container supports resizes of child widgets.</p>
114
114
<p>Default value: TRUE</p>
115
115
</div>
116
116
<hr>
117
117
<div class="refsect2" lang="en">
118
118
<a name="GladeFixed--height-prop"></a><h3>The <code class="literal">"height-prop"</code> property</h3>
119
 
<pre class="programlisting">  "height-prop"              gchar*                : Read / Write / Construct</pre>
 
119
<pre class="programlisting">  "height-prop"              <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write / Construct</pre>
120
120
<p>The property used to set the height of a child object.</p>
121
121
<p>Default value: "height-request"</p>
122
122
</div>
123
123
<hr>
124
124
<div class="refsect2" lang="en">
125
125
<a name="GladeFixed--width-prop"></a><h3>The <code class="literal">"width-prop"</code> property</h3>
126
 
<pre class="programlisting">  "width-prop"               gchar*                : Read / Write / Construct</pre>
 
126
<pre class="programlisting">  "width-prop"               <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write / Construct</pre>
127
127
<p>The property used to set the width of a child object.</p>
128
128
<p>Default value: "width-request"</p>
129
129
</div>
130
130
<hr>
131
131
<div class="refsect2" lang="en">
132
132
<a name="GladeFixed--x-prop"></a><h3>The <code class="literal">"x-prop"</code> property</h3>
133
 
<pre class="programlisting">  "x-prop"                   gchar*                : Read / Write / Construct</pre>
 
133
<pre class="programlisting">  "x-prop"                   <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write / Construct</pre>
134
134
<p>The property used to set the X position of a child object.</p>
135
135
<p>Default value: "x"</p>
136
136
</div>
137
137
<hr>
138
138
<div class="refsect2" lang="en">
139
139
<a name="GladeFixed--y-prop"></a><h3>The <code class="literal">"y-prop"</code> property</h3>
140
 
<pre class="programlisting">  "y-prop"                   gchar*                : Read / Write / Construct</pre>
 
140
<pre class="programlisting">  "y-prop"                   <GTKDOCLINK HREF="gchar">gchar</GTKDOCLINK>*                : Read / Write / Construct</pre>
141
141
<p>The property used to set the Y position of a child object.</p>
142
142
<p>Default value: "y"</p>
143
143
</div>
146
146
<a name="GladeFixed.signal-details"></a><h2>Signal Details</h2>
147
147
<div class="refsect2" lang="en">
148
148
<a name="GladeFixed-configure-begin"></a><h3>The <code class="literal">"configure-begin"</code> signal</h3>
149
 
<pre class="programlisting">gboolean            user_function                      (<a class="link" href="GladeFixed.html" title="GladeFixed">GladeFixed</a> *gladewidget,
150
 
                                                        GObject    *arg1,
151
 
                                                        gpointer    user_data)        : Run Last</pre>
 
149
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            user_function                      (<a class="link" href="GladeFixed.html" title="GladeFixed">GladeFixed</a> *gladewidget,
 
150
                                                        <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>    *arg1,
 
151
                                                        <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>    user_data)        : Run Last</pre>
152
152
<p>
153
153
Signals the beginning of a Drag/Resize</p>
154
154
<div class="variablelist"><table border="0">
170
170
</tr>
171
171
<tr>
172
172
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
173
 
<td> <code class="literal">TRUE</code> means you have handled the event and cancels the
 
173
<td> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> means you have handled the event and cancels the
174
174
         default handler from being triggered.
175
175
</td>
176
176
</tr>
180
180
<hr>
181
181
<div class="refsect2" lang="en">
182
182
<a name="GladeFixed-configure-child"></a><h3>The <code class="literal">"configure-child"</code> signal</h3>
183
 
<pre class="programlisting">gboolean            user_function                      (<a class="link" href="GladeFixed.html" title="GladeFixed">GladeFixed</a> *gladewidget,
184
 
                                                        GObject    *arg1,
185
 
                                                        gpointer    arg2,
186
 
                                                        gpointer    user_data)        : Run Last</pre>
 
183
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            user_function                      (<a class="link" href="GladeFixed.html" title="GladeFixed">GladeFixed</a> *gladewidget,
 
184
                                                        <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>    *arg1,
 
185
                                                        <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>    arg2,
 
186
                                                        <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>    user_data)        : Run Last</pre>
187
187
<p>
188
188
Delegates the Drag/Resize job.</p>
189
189
<div class="variablelist"><table border="0">
201
201
</tr>
202
202
<tr>
203
203
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
204
 
<td> a pointer to a <span class="type">GdkRectange</span> describing the new size.
 
204
<td> a pointer to a <GTKDOCLINK HREF="GdkRectange"><span class="type">GdkRectange</span></GTKDOCLINK> describing the new size.
205
205
</td>
206
206
</tr>
207
207
<tr>
210
210
</tr>
211
211
<tr>
212
212
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
213
 
<td> <code class="literal">TRUE</code> means you have handled the event and cancels the
 
213
<td> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> means you have handled the event and cancels the
214
214
         default handler from being triggered.
215
215
</td>
216
216
</tr>
220
220
<hr>
221
221
<div class="refsect2" lang="en">
222
222
<a name="GladeFixed-configure-end"></a><h3>The <code class="literal">"configure-end"</code> signal</h3>
223
 
<pre class="programlisting">gboolean            user_function                      (<a class="link" href="GladeFixed.html" title="GladeFixed">GladeFixed</a> *gladewidget,
224
 
                                                        GObject    *arg1,
225
 
                                                        gpointer    user_data)        : Run Last</pre>
 
223
<pre class="programlisting"><GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK>            user_function                      (<a class="link" href="GladeFixed.html" title="GladeFixed">GladeFixed</a> *gladewidget,
 
224
                                                        <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>    *arg1,
 
225
                                                        <GTKDOCLINK HREF="gpointer">gpointer</GTKDOCLINK>    user_data)        : Run Last</pre>
226
226
<p>
227
227
Signals the end of a Drag/Resize</p>
228
228
<div class="variablelist"><table border="0">
244
244
</tr>
245
245
<tr>
246
246
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
247
 
<td> <code class="literal">TRUE</code> means you have handled the event and cancels the
 
247
<td> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> means you have handled the event and cancels the
248
248
         default handler from being triggered.
249
249
</td>
250
250
</tr>