cwIo.h : Improved comment.

This commit is contained in:
kevin 2024-10-19 12:36:38 -04:00
parent 7cc27cb8dd
commit 11489d89b4

2
cwIo.h
View File

@ -392,7 +392,7 @@ namespace cw
rc_t uiSetNumbRange( handle_t h, unsigned uuId, double minValue, double maxValue, double stepValue, unsigned decPl, double value );
rc_t uiSetProgRange( handle_t h, unsigned uuId, double minValue, double maxValue, double value );
rc_t uiSetLogLine( handle_t h, unsigned uuId, const char* text );
rc_t uiEmptyParent( handle_t h, unsigned uuId); // empty a list or select of all children
rc_t uiEmptyParent( handle_t h, unsigned uuId); // empty a list or selection menu of all children
rc_t uiSetClickable( handle_t h, unsigned uuId, bool clickableFl=true );
rc_t uiClearClickable( handle_t h, unsigned uuId );