Gtk.AccelLabel.prototype.refetch
function refetch():Boolean {
// Gjs wrapper for gtk_accel_label_refetch()
}Recreates the string representing the accelerator keys. This should not be needed since the string is automatically updated whenever accelerators are added or removed from the associated widget.
- Returns
always returns false.