gtk+ r21936 - trunk/docs/reference/gtk/tmpl



Author: matthiasc
Date: Fri Dec 26 08:02:05 2008
New Revision: 21936
URL: http://svn.gnome.org/viewvc/gtk+?rev=21936&view=rev

Log:
Add some docs


Modified:
   trunk/docs/reference/gtk/tmpl/gtkentry.sgml

Modified: trunk/docs/reference/gtk/tmpl/gtkentry.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkentry.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkentry.sgml	Fri Dec 26 08:02:05 2008
@@ -13,6 +13,17 @@
 position is visible. 
 </para>
 <para>
+When using an entry for passwords and other sensitive information,
+it can be put into "password mode" using gtk_entry_set_visibility(). 
+In this mode, entered text is displayed using a 'invisible' character.
+By default, GTK+ picks the best invisible character that is available
+in the current font, but it can be changed with 
+gtk_entry_set_invisible_char(). Since 2.16, GTK+ displays a warning
+when Caps Lock or input methods might interfere with entering text in
+a password entry. The warning can be turned of with the 
+#GtkEntry::caps-lock-warning property.
+</para>
+<para>
 Since 2.16, GtkEntry has the ability to display progress or activity 
 information behind the text. To make an entry display progress or activity
 information, use gtk_entry_set_progress_fraction() or
@@ -23,7 +34,7 @@
 icons can be activatable by clicking, can be set up as drag source and
 can have tooltips. To add an icon, use gtk_entry_set_icon_from_gicon() or
 one of the various other functions that set an icon from a stock id, an
-icon name or a pixbuf. 
+icon name or a pixbuf.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
@@ -670,3 +681,228 @@
 @Returns: 
 
 
+<!-- ##### FUNCTION gtk_entry_set_progress_fraction ##### -->
+<para>
+
+</para>
+
+ entry: 
+ fraction: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_progress_fraction ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_progress_pulse_step ##### -->
+<para>
+
+</para>
+
+ entry: 
+ fraction: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_progress_pulse_step ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_progress_pulse ##### -->
+<para>
+
+</para>
+
+ entry: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_icon_from_pixbuf ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ pixbuf: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_icon_from_stock ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ stock_id: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_icon_from_icon_name ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ icon_name: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_icon_from_gicon ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ icon: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_storage_type ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_pixbuf ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_stock ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_icon_name ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_gicon ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_icon_activatable ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ activatable: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_icon_activatable ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_icon_sensitive ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ sensitive: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_icon_sensitive ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_icon_at_pos ##### -->
+<para>
+
+</para>
+
+ entry: 
+ x: 
+ y: 
+ Returns: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_icon_tooltip_text ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ tooltip: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_icon_tooltip_markup ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ tooltip: 
+
+
+<!-- ##### FUNCTION gtk_entry_set_icon_drag_source ##### -->
+<para>
+
+</para>
+
+ entry: 
+ icon_pos: 
+ target_list: 
+ actions: 
+
+
+<!-- ##### FUNCTION gtk_entry_get_current_icon_drag_source ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]