GimpUi.SizeEntry.prototype.grab_focus

function grab_focus(): void {
    // Gjs wrapper for gimp_size_entry_grab_focus()
}
  

This function is rather ugly and just a workaround for the fact that it's impossible to implement gtk_widget_grab_focus() for a Gtk.Grid (is this actually true after the Table->Grid conversion?).