Method
GimpUiSizeEntrygrab_focus
Declaration [src]
void
gimp_size_entry_grab_focus (
GimpSizeEntry* gse
)
Description [src]
This function is rather ugly and just a workaround for the fact that
it’s impossible to implement gtk_widget_grab_focus()
for a GtkGrid
(is this actually true after the Table->Grid conversion?).