Method
GtkAccelLabelset_accel_widget
Declaration [src]
void
gtk_accel_label_set_accel_widget (
GtkAccelLabel* accel_label,
GtkWidget* accel_widget
)
Description [src]
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.
Sets property | Gtk.AccelLabel:accel-widget |
Parameters
accel_widget
-
Type:
GtkWidget
The widget to be monitored, or
NULL
.The argument can be NULL
.The data is owned by the caller of the method.