entry_set_editable
Description:
[ Version ( since = "4.2" ) ]
public void entry_set_editable (Holder? holder, bool editable)
Sets the DataEntry in this which corresponds to
the holder
parameter editable or not.
If holder
is null, then all the parameters are concerned.
Parameters:
this |
a BasicForm widget
|
holder |
a Holder object; or null
|
editable |
true if corresponding data entry must be editable
|