AccelLabel.setAccelWidget
void setAccelWidget(gtk.widget.Widget accelWidget = null)Sets the widget to be monitored by this accelerator label. Passing null for accel_widget will dissociate accel_label from its current widget, if any.
Parameters
accelWidget | the widget to be monitored, or null |