]> Pileus Git - ~andy/gtk/commitdiff
Mention new functionality
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Dec 2008 07:15:47 +0000 (07:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Dec 2008 07:15:47 +0000 (07:15 +0000)
svn path=/trunk/; revision=21935

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkentry.sgml

index 77ed955db431c5b8c34e08932ae597495183c1d5..b35d73420607864379817cf4524a3320306ba229 100644 (file)
@@ -1,5 +1,7 @@
 2008-12-26  Matthias Clasen <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkentry.sgml: Mention new functionality
+
        * gtk/gtk-sections.txt: Add new api
 
 2008-12-26  Matthias Clasen <mclasen@redhat.com>
index 4153892a45a0290a90bdeb52b2d38c78aaa799fa..788e3726207f3025516238733ed5827a34642e09 100644 (file)
@@ -12,6 +12,19 @@ by default. If the entered text is longer than the allocation
 of the widget, the widget will scroll so that the cursor
 position is visible. 
 </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
+gtk_entry_set_progress_pulse_step().
+</para>
+<para>
+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. 
+</para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
@@ -22,6 +35,11 @@ position is visible.
 <listitem><para>a widget for handling multi-line text entry.</para></listitem>
 </varlistentry>
 
+<varlistentry>
+<term>#GtkEntryCompletion</term>
+<listitem><para>adds completion functionality to GtkEntry.</para></listitem>
+</varlistentry>
+
 </variablelist>
 </para>
 
@@ -71,6 +89,24 @@ The #GtkEntry-struct struct contains only private data.
 @arg1: 
 @arg2: 
 
+<!-- ##### SIGNAL GtkEntry::icon-pressed ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+@arg1: 
+@event: 
+
+<!-- ##### SIGNAL GtkEntry::icon-released ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+@arg1: 
+@event: 
+
 <!-- ##### SIGNAL GtkEntry::insert-at-cursor ##### -->
 <para>
 
@@ -111,11 +147,26 @@ The #GtkEntry-struct struct contains only private data.
 
 @entry: the object which received the signal.
 
+<!-- ##### ARG GtkEntry:activatable-primary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:activatable-secondary ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkEntry:activates-default ##### -->
 <para>
 
 </para>
 
+<!-- ##### ARG GtkEntry:caps-lock-warning ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkEntry:cursor-position ##### -->
 <para>
 
@@ -126,11 +177,31 @@ The #GtkEntry-struct struct contains only private data.
 
 </para>
 
+<!-- ##### ARG GtkEntry:gicon-primary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:gicon-secondary ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkEntry:has-frame ##### -->
 <para>
 
 </para>
 
+<!-- ##### ARG GtkEntry:icon-name-primary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:icon-name-secondary ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkEntry:inner-border ##### -->
 <para>
 
@@ -141,6 +212,11 @@ The #GtkEntry-struct struct contains only private data.
 
 </para>
 
+<!-- ##### ARG GtkEntry:invisible-char-set ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkEntry:max-length ##### -->
 <para>
 
@@ -151,6 +227,26 @@ The #GtkEntry-struct struct contains only private data.
 
 </para>
 
+<!-- ##### ARG GtkEntry:pixbuf-primary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:pixbuf-secondary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:progress-fraction ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:progress-pulse-step ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkEntry:scroll-offset ##### -->
 <para>
 
@@ -161,11 +257,41 @@ The #GtkEntry-struct struct contains only private data.
 
 </para>
 
+<!-- ##### ARG GtkEntry:sensitive-primary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:sensitive-secondary ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkEntry:shadow-type ##### -->
 <para>
 
 </para>
 
+<!-- ##### ARG GtkEntry:stock-primary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:stock-secondary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:storage-type-primary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:storage-type-secondary ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkEntry:text ##### -->
 <para>
 
@@ -201,6 +327,16 @@ The #GtkEntry-struct struct contains only private data.
 
 </para>
 
+<!-- ##### ARG GtkEntry:prelight ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:state-hint ##### -->
+<para>
+
+</para>
+
 <!-- ##### FUNCTION gtk_entry_new ##### -->
 <para>
 
@@ -299,6 +435,14 @@ The #GtkEntry-struct struct contains only private data.
 @ch: 
 
 
+<!-- ##### FUNCTION gtk_entry_unset_invisible_char ##### -->
+<para>
+
+</para>
+
+@entry: 
+
+
 <!-- ##### FUNCTION gtk_entry_set_editable ##### -->
 <para>