comparison 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
comparison
equal deleted inserted replaced
9909:ebca3bbc6719 9910:0cb20555b3ab
220 * @return Returns the GaimAccount that is currently selected. 220 * @return Returns the GaimAccount that is currently selected.
221 */ 221 */
222 GaimAccount *gaim_gtk_account_option_menu_get_selected(GtkWidget *optmenu); 222 GaimAccount *gaim_gtk_account_option_menu_get_selected(GtkWidget *optmenu);
223 223
224 /** 224 /**
225 * Sets the currently selected account for an account drop down box.
226 *
227 * @param optmenu The GtkOptionMenu created by
228 * gaim_gtk_account_option_menu_new.
229 * @param account The GaimAccount to select.
230 */
231 void gaim_gtk_account_option_menu_set_selected(GtkWidget *optmenu, GaimAccount *account);
232
233 /**
225 * Check if the given path is a directory or not. If it is, then modify 234 * Check if the given path is a directory or not. If it is, then modify
226 * the given GtkFileSelection dialog so that it displays the given path. 235 * the given GtkFileSelection dialog so that it displays the given path.
227 * If the given path is not a directory, then do nothing. 236 * If the given path is not a directory, then do nothing.
228 * 237 *
229 * @param path The path entered in the file selection window by the user. 238 * @param path The path entered in the file selection window by the user.