Function

Pidginset_accessible_label

since: 2.0

Declaration [src]

void
pidgin_set_accessible_label (
  GtkWidget* w,
  GtkLabel* l
)

Description [src]

Sets an ATK name for a given widget. Also sets the labelled-by and label-for ATK relationships.

Available since: 2.0

Parameters

w

Type: GtkWidget

The widget that we want to name.

The data is owned by the caller of the function.
l

Type: GtkLabel

A GtkLabel that we want to use as the ATK name for the widget.

The data is owned by the caller of the function.