[gtk/matthiasc/for-master: 34/36] searchentry: Update the docs slightly



commit 1f410faccb5d29161dabf558c6c155b825dd0e5d
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jun 25 14:14:33 2020 -0400

    searchentry: Update the docs slightly
    
    Update the docs to get closer to describing reality.

 gtk/gtksearchentry.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c
index d203f9d1a9..e65b3b7b85 100644
--- a/gtk/gtksearchentry.c
+++ b/gtk/gtksearchentry.c
@@ -49,17 +49,14 @@
  * @Short_description: An entry which shows a search icon
  * @Title: GtkSearchEntry
  *
- * #GtkSearchEntry is a subclass of #GtkEntry that has been
- * tailored for use as a search entry.
+ * #GtkSearchEntry is an entry widget that has been tailored for use
+ * as a search entry. The main aPI for interacting with a GtkSearchEntry
+ * as entry is the #GtkEditable interface.
  *
  * It will show an inactive symbolic “find” icon when the search
  * entry is empty, and a symbolic “clear” icon when there is text.
  * Clicking on the “clear” icon will empty the search entry.
  *
- * Note that the search/clear icon is shown using a secondary
- * icon, and thus does not work if you are using the secondary
- * icon position for some other purpose.
- *
  * To make filtering appear more reactive, it is a good idea to
  * not react to every change in the entry text immediately, but
  * only after a short delay. To support this, #GtkSearchEntry


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