Method

GtkAccelLabelget_accel_widget

Declaration [src]

GtkWidget*
gtk_accel_label_get_accel_widget (
  GtkAccelLabel* accel_label
)

Description [src]

Fetches the widget monitored by this accelerator label. See gtk_accel_label_set_accel_widget().

Return value

Type: GtkWidget

The object monitored by the accelerator label, or NULL.

The returned data is owned by the instance.
The return value can be NULL.