aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.h
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-24 01:21:09 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-24 01:21:09 +0000
commit05f5424579cfabf4f6578bd5e5ec4f5834b40622 (patch)
treec452c41312b225540c6d9a173d9bd262f1869589 /gtk/gui_utils.h
parent2b3c2d642d73273ae09afd178344230b1d6ddc56 (diff)
Update (slightly) the description of ws_combo_box_clear_text_and_pointer().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31971 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/gui_utils.h')
-rw-r--r--gtk/gui_utils.h2
1 files changed, 2 insertions, 0 deletions
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().
*/