diff src/gtkutils.h @ 9910:0cb20555b3ab

[gaim-migrate @ 10802] (21:34:46) nosnilmot: LSchiere: Sean made sounds like this was a good idea earlier but didn't apply it... committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 30 Aug 2004 01:40:07 +0000
parents 4a15962c344a
children 83eb12b1f1a1
line wrap: on
line diff
--- 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.