~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
Import upstream version 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2864
2864
</tr>
2865
2865
</tbody>
2866
2866
</table></div>
 
2867
<p class="since">Since 2.16</p>
2867
2868
</div>
2868
2869
<hr>
2869
2870
<div class="refsect2" title="gtk_entry_get_current_icon_drag_source ()">
2893
2894
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2894
2895
<td> index of the icon which is the source of the current
2895
2896
         DND operation, or -1.
 
2897
 
2896
2898
</td>
2897
2899
</tr>
2898
2900
</tbody>
2899
2901
</table></div>
 
2902
<p class="since">Since 2.16</p>
2900
2903
</div>
2901
2904
</div>
2902
2905
<div class="refsect1" title="Property Details">
2998
3001
<pre class="programlisting">  "invisible-char"           <a
2999
3002
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
3000
3003
>guint</a>                 : Read / Write</pre>
3001
 
<p>The character to use when masking entry contents (in "password mode").</p>
 
3004
<p>
 
3005
The invisible character is used when masking entry contents (in
 
3006
\"password mode\")"). When it is not explicitly set with the
 
3007
<span class="type">"invisible-char"</span> property, GTK+ determines the character
 
3008
to use from a list of possible candidates, depending on availability
 
3009
in the current font.
 
3010
</p>
 
3011
<p>
 
3012
This style property allows the theme to prepend a character
 
3013
to the list of candidates.</p>
 
3014
<p>
 
3015
</p>
3002
3016
<p>Default value: '*'</p>
 
3017
<p>Since 2.18</p>
3003
3018
</div>
3004
3019
<hr>
3005
3020
<div class="refsect2" title='The "invisible-char-set" property'>
3488
3503
<pre class="programlisting">  "invisible-char"           <a
3489
3504
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
3490
3505
>guint</a>                 : Read</pre>
3491
 
<p>The character to use when masking entry contents (in "password mode").</p>
 
3506
<p>
 
3507
The invisible character is used when masking entry contents (in
 
3508
\"password mode\")"). When it is not explicitly set with the
 
3509
<span class="type">"invisible-char"</span> property, GTK+ determines the character
 
3510
to use from a list of possible candidates, depending on availability
 
3511
in the current font.
 
3512
</p>
 
3513
<p>
 
3514
This style property allows the theme to prepend a character
 
3515
to the list of candidates.</p>
 
3516
<p>
 
3517
</p>
3492
3518
<p>Default value: 0</p>
 
3519
<p>Since 2.18</p>
3493
3520
</div>
3494
3521
<hr>
3495
3522
<div class="refsect2" title='The "progress-border" style property'>
3496
3523
<a name="GtkEntry--s-progress-border"></a><h3>The <code class="literal">"progress-border"</code> style property</h3>
3497
3524
<pre class="programlisting">  "progress-border"          <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder">GtkBorder</a>*            : Read</pre>
3498
 
<p>Border around the progress bar.</p>
 
3525
<p>
 
3526
The border around the progress bar in the entry.</p>
 
3527
<p>
 
3528
</p>
 
3529
<p>Since 2.16</p>
3499
3530
</div>
3500
3531
<hr>
3501
3532
<div class="refsect2" title='The "state-hint" style property'>