src/gtkutils.h

changeset 9910
7b4465b92411
parent 9791
f5c5bda0b96b
child 10061
2833056ea11c
--- a/src/gtkutils.h	Sun Aug 29 16:59:47 2004 +0000
+++ b/src/gtkutils.h	Mon Aug 30 01:40:07 2004 +0000
@@ -222,6 +222,15 @@
 GaimAccount *gaim_gtk_account_option_menu_get_selected(GtkWidget *optmenu);
 
 /**
+ * Sets the currently selected account for an account drop down box.
+ *
+ * @param optmenu The GtkOptionMenu created by
+ *        gaim_gtk_account_option_menu_new.
+ * @param account The GaimAccount to select.
+ */
+void gaim_gtk_account_option_menu_set_selected(GtkWidget *optmenu, GaimAccount *account);
+
+/**
  * Check if the given path is a directory or not.  If it is, then modify
  * the given GtkFileSelection dialog so that it displays the given path.
  * If the given path is not a directory, then do nothing.

mercurial