![]() |
Microscopy Image Browser 2.91
MIB
|
Check for entered values in an edit box. More...
Functions | |
function status = | editbox_Callback (hObject, chtype, default_val, variation, hFocus) |
Check for entered values in an edit box. | |
Check for entered values in an edit box.
function status = editbox_Callback | ( | hObject, | |
chtype, | |||
default_val, | |||
variation, | |||
hFocus ) |
Check for entered values in an edit box.
hObject | handle to the editbox |
chtype | - required type of the input
|
default_val | - [optional], default value if the input is wrong. default is 1 |
variation | [optional] a variation of the input, a vector [minValue, maxValue] |
hFocus | [optional], a handle of uicontroller (such as button to obtain the focus) |
status | result of the function:
|
Referenced by mibGUI>mibImfiltPar1Edit_Callback(), mibGUI>mibImfiltPar2Edit_Callback(), mibMeasureToolGUI>checkEditbox_Callback(), and mibAnnotationsController.precisionEdit_Callback().