| 416 * @param l A GtkLabel that we want to use as the ATK name for the widget. |
416 * @param l A GtkLabel that we want to use as the ATK name for the widget. |
| 417 */ |
417 */ |
| 418 void pidgin_set_accessible_label(GtkWidget *w, GtkWidget *l); |
418 void pidgin_set_accessible_label(GtkWidget *w, GtkWidget *l); |
| 419 |
419 |
| 420 /** |
420 /** |
| |
421 * Sets the labelled-by and label-for ATK relationships. |
| |
422 * |
| |
423 * @param w The widget that we want to label. |
| |
424 * @param l A GtkLabel that we want to use as the label for the widget. |
| |
425 */ |
| |
426 void pidgin_set_accessible_relations(GtkWidget *w, GtkWidget *l); |
| |
427 |
| |
428 /** |
| 421 * A helper function for GtkMenuPositionFuncs. This ensures the menu will |
429 * A helper function for GtkMenuPositionFuncs. This ensures the menu will |
| 422 * be kept on screen if possible. |
430 * be kept on screen if possible. |
| 423 * |
431 * |
| 424 * @param menu The menu we are positioning. |
432 * @param menu The menu we are positioning. |
| 425 * @param x Address of the gint representing the horizontal position |
433 * @param x Address of the gint representing the horizontal position |