|
| setEdCtrlButtonEnable (ctrlstr, state) |
| Enable or disable a button control.
|
|
| triggerEdCtrlButton (ctrlstr) |
| Trigger a button callback.
|
|
| setEdCtrlButtonCb (ctrlstr, cbfun) |
| Set the callback on button control click.
|
|
| setEdCtrlButtonBitmap (ctrlstr, bitmap) |
| Set the bitmap of a button control.
|
|
| crEdCtrlButtonBitmap (winstr, x, y, w, h, bitmap, resize) |
| Create a button bitmap control.
|
|
| setEdCtrlButtonValue (ctrlstr, value) |
| Set the text value of a button control.
|
|
| crEdCtrlButton (winstr, x, y, w, h, value, resize) |
| Create a button control.
|
|
| dsEdCtrlButton (ctrlstr) |
| Destroy a button control.
|
|