comparison src/gtkutils.h @ 8137:4971193f761d

[gaim-migrate @ 8842] The easy parts of Marc Mulcahy accessibility patch. Basically set a label for a lot of widgets so screen readers and stuff have something useful to read. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 18 Jan 2004 03:51:40 +0000
parents fa6395637e2c
children 8633dc570442
comparison
equal deleted inserted replaced
8136:fab67640b59f 8137:4971193f761d
344 gboolean gaim_gtk_parse_x_im_contact(const char *msg, gboolean all_accounts, 344 gboolean gaim_gtk_parse_x_im_contact(const char *msg, gboolean all_accounts,
345 GaimAccount **ret_account, 345 GaimAccount **ret_account,
346 char **ret_protocol, char **ret_username, 346 char **ret_protocol, char **ret_username,
347 char **ret_alias); 347 char **ret_alias);
348 348
349 /**
350 * Sets an ATK name for a given widget. Also sets the labelled-by
351 * and label-for ATK relationships.
352 *
353 * @w The widget that we want to name.
354 * @l A GtkLabel that we want to use as the ATK name for the widget.
355 */
356 void gaim_set_accessible_label (GtkWidget *w, GtkWidget *l);
357
349 #endif /* _GAIM_GTK_UTILS_H_ */ 358 #endif /* _GAIM_GTK_UTILS_H_ */