ruff_hi
Live 4ever! Or die trying
From here, CyPopup has the following ...
1. VOID addButton(STRING szText)
...
24. VOID createPythonCheckBoxes(INT iNumBoxes, INT iGroup)
... but (I think) the CyPopupReturn doesn't have a way of checking the state of this check box ...
CyPopupReturn
Am I reading this correctly?
1. VOID addButton(STRING szText)
...
24. VOID createPythonCheckBoxes(INT iNumBoxes, INT iGroup)
... but (I think) the CyPopupReturn doesn't have a way of checking the state of this check box ...
CyPopupReturn
- INT getButtonClicked(INT iGroup)
- STRING getEditBoxString(INT iGroup)
- INT getSelectedListBoxValue(INT iGroup)
- INT getSelectedPullDownValue(INT iGroup)
- INT getSelectedRadioButton(INT iGroup)
- INT getSpinnerWidgetValue(INT iGroup)
- BOOL isNone()
Am I reading this correctly?