diff src/request.h @ 7902:3ca501305ac5

[gaim-migrate @ 8562] More list field API functions. The UI part is almost done. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 21 Dec 2003 08:50:34 +0000
parents 4344f7fad009
children 9b478c6e0bfa
line wrap: on
line diff
--- a/src/request.h	Sun Dec 21 08:30:53 2003 +0000
+++ b/src/request.h	Sun Dec 21 08:50:34 2003 +0000
@@ -733,6 +733,22 @@
 void gaim_request_field_list_add(GaimRequestField *field, const char *item);
 
 /**
+ * Adds a selected item to the list field.
+ *
+ * @param field The field.
+ * @param item  The item to add.
+ */
+void gaim_request_field_list_add_selected(GaimRequestField *field,
+										  const char *item);
+
+/**
+ * Clears the list of selected items in a list field.
+ *
+ * @param field The field.
+ */
+void gaim_request_field_list_clear_selected(GaimRequestField *field);
+
+/**
  * Sets a list of selected items in a list field.
  *
  * @param field The field.