| Description |
| Set the size of the thumbwheel. This field is used only if the parent is a drawing area. If the width or the height parameter is passed a value smaller than the thumbwheel's minimum size, the function will fail. The thumbwheel's minimum size can be retrieved using ProUIThumbwheelMinimumsizeGet. |
| Synopsis |
| #include <ProUIThumbwheel.h> |
| ProError | ProUIThumbwheelSizeSet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains thumbwheel. |
| */ |
| char* component | |
| /*
(In) |
| The name of the thumbwheel component. |
| */ |
| int width | |
| /*
(In) |
| Width value |
| */ |
| int height | |
| /*
(In) |
| Height value |
| */ |
| ) |
| Returns |
|
|