API Version: 3.0
Library Version: 3.0.0-devel
void pidgin_set_accessible_label ( GtkWidget* w, GtkLabel* l )
Sets an ATK name for a given widget. Also sets the labelled-by and label-for ATK relationships.
w
GtkWidget
The widget that we want to name.
l
GtkLabel
A GtkLabel that we want to use as the ATK name for the widget.