From 5370dd5d450c757bc3fd4a120d1f0b5e5b597f05 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Dec 2008 08:02:05 +0000 Subject: [PATCH] Add some docs svn path=/trunk/; revision=21936 --- docs/reference/gtk/tmpl/gtkentry.sgml | 238 +++++++++++++++++++++++++- 1 file changed, 237 insertions(+), 1 deletion(-) diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index 788e372620..d09ee4af54 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -13,6 +13,17 @@ of the widget, the widget will scroll so that the cursor position is visible. +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. + + 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 @@ Additionally, GtkEntry can show icons at either side of the entry. These 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. @@ -670,3 +681,228 @@ The #GtkEntry-struct struct contains only private data. @Returns: + + + + + +@entry: +@fraction: + + + + + + + +@entry: +@Returns: + + + + + + + +@entry: +@fraction: + + + + + + + +@entry: +@Returns: + + + + + + + +@entry: + + + + + + + +@entry: +@icon_pos: +@pixbuf: + + + + + + + +@entry: +@icon_pos: +@stock_id: + + + + + + + +@entry: +@icon_pos: +@icon_name: + + + + + + + +@entry: +@icon_pos: +@icon: + + + + + + + +@entry: +@icon_pos: +@Returns: + + + + + + + +@entry: +@icon_pos: +@Returns: + + + + + + + +@entry: +@icon_pos: +@Returns: + + + + + + + +@entry: +@icon_pos: +@Returns: + + + + + + + +@entry: +@icon_pos: +@Returns: + + + + + + + +@entry: +@icon_pos: +@activatable: + + + + + + + +@entry: +@icon_pos: +@Returns: + + + + + + + +@entry: +@icon_pos: +@sensitive: + + + + + + + +@entry: +@icon_pos: +@Returns: + + + + + + + +@entry: +@x: +@y: +@Returns: + + + + + + + +@entry: +@icon_pos: +@tooltip: + + + + + + + +@entry: +@icon_pos: +@tooltip: + + + + + + + +@entry: +@icon_pos: +@target_list: +@actions: + + + + + + + +@entry: +@Returns: + +