entry_grab_focus
Description:
[
Version ( since =
"4.2" ) ]
public void entry_grab_focus (
Holder? holder)
Makes the data entry corresponding to holder
grab the focus for the window it's in.
If holder
is null, then the focus is on the first entry which needs attention.
Parameters:
this |
a BasicForm widget
|
holder |
a Holder object, or null
|