~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/GtkEntry.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:
460
460
</tr>
461
461
<tr>
462
462
<td class="function_type">
463
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
 
463
<span class="returnvalue">GdkPixbuf</span> *
464
464
</td>
465
465
<td class="function_name">
466
466
<a class="link" href="GtkEntry.html#gtk-entry-get-icon-pixbuf" title="gtk_entry_get_icon_pixbuf ()">gtk_entry_get_icon_pixbuf</a> <span class="c_punctuation">()</span>
686
686
</tr>
687
687
<tr>
688
688
<td class="property_type">
689
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
 
689
<span class="type">GdkPixbuf</span> *</td>
690
690
<td class="property_name"><a class="link" href="GtkEntry.html#GtkEntry--primary-icon-pixbuf" title="The “primary-icon-pixbuf” property">primary-icon-pixbuf</a></td>
691
691
<td class="property_flags">Read / Write</td>
692
692
</tr>
752
752
</tr>
753
753
<tr>
754
754
<td class="property_type">
755
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
 
755
<span class="type">GdkPixbuf</span> *</td>
756
756
<td class="property_name"><a class="link" href="GtkEntry.html#GtkEntry--secondary-icon-pixbuf" title="The “secondary-icon-pixbuf” property">secondary-icon-pixbuf</a></td>
757
757
<td class="property_flags">Read / Write</td>
758
758
</tr>
2611
2611
<pre class="programlisting"><span class="returnvalue">void</span>
2612
2612
gtk_entry_set_icon_from_pixbuf (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2613
2613
                                <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
2614
 
                                <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>
 
2614
                                <em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>);</pre>
2615
2615
<p>Sets the icon shown in the specified position using a pixbuf.</p>
2616
2616
<p>If <em class="parameter"><code>pixbuf</code></em>
2617
2617
 is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.</p>
2636
2636
</tr>
2637
2637
<tr>
2638
2638
<td class="parameter_name"><p>pixbuf</p></td>
2639
 
<td class="parameter_description"><p> A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
 
2639
<td class="parameter_description"><p> A <span class="type">GdkPixbuf</span>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2640
2640
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2641
2641
</tr>
2642
2642
</tbody>
2809
2809
<hr>
2810
2810
<div class="refsect2">
2811
2811
<a name="gtk-entry-get-icon-pixbuf"></a><h3>gtk_entry_get_icon_pixbuf ()</h3>
2812
 
<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> *
 
2812
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *
2813
2813
gtk_entry_get_icon_pixbuf (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
2814
2814
                           <em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
2815
2815
<p>Retrieves the image used for the icon.</p>
2816
2816
<p>Unlike the other methods of setting and getting icon data, this
2817
2817
method will work regardless of whether the icon was set using a
2818
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, a <a href="https://developer.gnome.org/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>, a stock item, or an icon name.</p>
 
2818
<span class="type">GdkPixbuf</span>, a <a href="https://developer.gnome.org/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>, a stock item, or an icon name.</p>
2819
2819
<div class="refsect3">
2820
2820
<a name="id-1.4.7.2.12.54.6"></a><h4>Parameters</h4>
2821
2821
<div class="informaltable"><table width="100%" border="0">
2840
2840
</div>
2841
2841
<div class="refsect3">
2842
2842
<a name="id-1.4.7.2.12.54.7"></a><h4>Returns</h4>
2843
 
<p> A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is
 
2843
<p> A <span class="type">GdkPixbuf</span>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is
2844
2844
set for this position. </p>
2845
2845
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2846
2846
</div>
3686
3686
<hr>
3687
3687
<div class="refsect2">
3688
3688
<a name="GtkEntry--primary-icon-pixbuf"></a><h3>The <code class="literal">“primary-icon-pixbuf”</code> property</h3>
3689
 
<pre class="programlisting">  “primary-icon-pixbuf”      <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
 
3689
<pre class="programlisting">  “primary-icon-pixbuf”      <span class="type">GdkPixbuf</span> *</pre>
3690
3690
<p>A pixbuf to use as the primary icon for the entry.</p>
3691
3691
<p>Flags: Read / Write</p>
3692
3692
<p class="since">Since 2.16</p>
3813
3813
<hr>
3814
3814
<div class="refsect2">
3815
3815
<a name="GtkEntry--secondary-icon-pixbuf"></a><h3>The <code class="literal">“secondary-icon-pixbuf”</code> property</h3>
3816
 
<pre class="programlisting">  “secondary-icon-pixbuf”    <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
 
3816
<pre class="programlisting">  “secondary-icon-pixbuf”    <span class="type">GdkPixbuf</span> *</pre>
3817
3817
<p>An pixbuf to use as the secondary icon for the entry.</p>
3818
3818
<p>Flags: Read / Write</p>
3819
3819
<p class="since">Since 2.16</p>