aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-02-24 01:21:09 +0000
committerBill Meier <wmeier@newsguy.com>2010-02-24 01:21:09 +0000
commit8822e6bf24a3ca4cd2e417953175480bc43b4bcd (patch)
treec452c41312b225540c6d9a173d9bd262f1869589 /gtk
parent360077ae74f1e8df3a4e71e273a1f456ff8a8219 (diff)
Update (slightly) the description of ws_combo_box_clear_text_and_pointer().
svn path=/trunk/; revision=31971
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gui_utils.c2
-rw-r--r--gtk/gui_utils.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gui_utils.c b/gtk/gui_utils.c
index d97fcdb06d..64584d690b 100644
--- a/gtk/gui_utils.c
+++ b/gtk/gui_utils.c
@@ -1364,6 +1364,8 @@ ws_combo_box_new_text_and_pointer(void)
* @param combo_box A #GtkComboBox constructed using ws_combo_box_new_text_and_pointer()
*
* Clears all the text_and_pointer entries in the text_and_pointer combo_box.
+ * Note: A "changed" signal will be emitted after the clear if there was
+ * an active (selected) entry before the clear.
* You should use this function only with combo boxes constructed with
* ws_combo_box_new_text_and_pointer().
*/
diff --git a/gtk/gui_utils.h b/gtk/gui_utils.h
index 82bcfbe989..154b9e600c 100644
--- a/gtk/gui_utils.h
+++ b/gtk/gui_utils.h
@@ -399,6 +399,8 @@ GtkWidget *ws_combo_box_new_text_and_pointer(void);
* @param combo_box A #GtkComboBox constructed using ws_combo_box_new_text_and_pointer()
*
* Clears all the text_and_pointer entries in the text_and_pointer combo_box.
+ * Note: A "changed" signal will be emitted after the clear if there was
+ * an active (selected) entry before the clear.
* You should use this function only with combo boxes constructed with
* ws_combo_box_new_text_and_pointer().
*/