diff -r b7a8a86af65a -r 0c3fcdc6a025 pidgin/gtkutils.h --- a/pidgin/gtkutils.h Wed Aug 22 23:27:38 2007 +0000 +++ b/pidgin/gtkutils.h Thu Aug 23 03:06:52 2007 +0000 @@ -418,6 +418,14 @@ void pidgin_set_accessible_label(GtkWidget *w, GtkWidget *l); /** + * Sets the labelled-by and label-for ATK relationships. + * + * @param w The widget that we want to label. + * @param l A GtkLabel that we want to use as the label for the widget. + */ +void pidgin_set_accessible_relations(GtkWidget *w, GtkWidget *l); + +/** * A helper function for GtkMenuPositionFuncs. This ensures the menu will * be kept on screen if possible. *