~ucl-cs-study-devs/activityfinder/gtk+2.0-2.24.27

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkAssistant.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-02-20 17:48:37 UTC
  • mfrom: (1.14.27)
  • Revision ID: package-import@ubuntu.com-20150220174837-slkw5y3egvqijcyu
Tags: 2.24.26-0ubuntu1
* New upstream release.
  + Protect gdk_event_apply_filters_safe from changes in the filter list
  (LP: #1351890)
* Now need to build with --enable-man to build the manpages, and build-dep
  on libxml2-utils to get xmlcatalog which configure uses to decide whether
  to build them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
</tr>
166
166
<tr>
167
167
<td class="function_type">
168
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
 
168
<span class="returnvalue">GdkPixbuf</span> *
169
169
</td>
170
170
<td class="function_name">
171
171
<a class="link" href="GtkAssistant.html#gtk-assistant-get-page-header-image" title="gtk_assistant_get_page_header_image ()">gtk_assistant_get_page_header_image</a> <span class="c_punctuation">()</span>
181
181
</tr>
182
182
<tr>
183
183
<td class="function_type">
184
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
 
184
<span class="returnvalue">GdkPixbuf</span> *
185
185
</td>
186
186
<td class="function_name">
187
187
<a class="link" href="GtkAssistant.html#gtk-assistant-get-page-side-image" title="gtk_assistant_get_page_side_image ()">gtk_assistant_get_page_side_image</a> <span class="c_punctuation">()</span>
254
254
</tr>
255
255
<tr>
256
256
<td class="property_type">
257
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
 
257
<span class="type">GdkPixbuf</span> *</td>
258
258
<td class="property_name"><a class="link" href="GtkAssistant.html#GtkAssistant--c-header-image" title="The “header-image” child property">header-image</a></td>
259
259
<td class="property_flags">Read / Write</td>
260
260
</tr>
265
265
</tr>
266
266
<tr>
267
267
<td class="property_type">
268
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
 
268
<span class="type">GdkPixbuf</span> *</td>
269
269
<td class="property_name"><a class="link" href="GtkAssistant.html#GtkAssistant--c-sidebar-image" title="The “sidebar-image” child property">sidebar-image</a></td>
270
270
<td class="property_flags">Read / Write</td>
271
271
</tr>
921
921
<pre class="programlisting"><span class="returnvalue">void</span>
922
922
gtk_assistant_set_page_header_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
923
923
                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
924
 
                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
 
924
                                     <em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>);</pre>
925
925
<p>Sets a header image for <em class="parameter"><code>page</code></em>
926
926
. This image is displayed in the header
927
927
area of the assistant when <em class="parameter"><code>page</code></em>
960
960
<hr>
961
961
<div class="refsect2">
962
962
<a name="gtk-assistant-get-page-header-image"></a><h3>gtk_assistant_get_page_header_image ()</h3>
963
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
 
963
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *
964
964
gtk_assistant_get_page_header_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
965
965
                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
966
966
<p>Gets the header image for <em class="parameter"><code>page</code></em>
1003
1003
<pre class="programlisting"><span class="returnvalue">void</span>
1004
1004
gtk_assistant_set_page_side_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
1005
1005
                                   <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
1006
 
                                   <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
 
1006
                                   <em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>);</pre>
1007
1007
<p>Sets a header image for <em class="parameter"><code>page</code></em>
1008
1008
. This image is displayed in the side
1009
1009
area of the assistant when <em class="parameter"><code>page</code></em>
1042
1042
<hr>
1043
1043
<div class="refsect2">
1044
1044
<a name="gtk-assistant-get-page-side-image"></a><h3>gtk_assistant_get_page_side_image ()</h3>
1045
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
 
1045
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *
1046
1046
gtk_assistant_get_page_side_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
1047
1047
                                   <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
1048
1048
<p>Gets the header image for <em class="parameter"><code>page</code></em>
1366
1366
<hr>
1367
1367
<div class="refsect2">
1368
1368
<a name="GtkAssistant--c-header-image"></a><h3>The <code class="literal">“header-image”</code> child property</h3>
1369
 
<pre class="programlisting">  “header-image”             <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
 
1369
<pre class="programlisting">  “header-image”             <span class="type">GdkPixbuf</span> *</pre>
1370
1370
<p>The image that is displayed next to the page.</p>
1371
1371
<p>Set this to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to make the sidebar disappear.</p>
1372
1372
<p>Flags: Read / Write</p>
1384
1384
<hr>
1385
1385
<div class="refsect2">
1386
1386
<a name="GtkAssistant--c-sidebar-image"></a><h3>The <code class="literal">“sidebar-image”</code> child property</h3>
1387
 
<pre class="programlisting">  “sidebar-image”            <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
 
1387
<pre class="programlisting">  “sidebar-image”            <span class="type">GdkPixbuf</span> *</pre>
1388
1388
<p>Sidebar image for the assistant page.</p>
1389
1389
<p>Flags: Read / Write</p>
1390
1390
</div>