#include <appwnd.h>
Public Member Functions | |
| BrushSelect (int x, int y, int width, int height, const char *szTitle, int *pBrushSize, Pixel *pBrushColor) | |
| ~BrushSelect () | |
Definition at line 174 of file appwnd.h.
| BrushSelect::BrushSelect | ( | int | x, | |
| int | y, | |||
| int | width, | |||
| int | height, | |||
| const char * | szTitle, | |||
| int * | pBrushSize, | |||
| Pixel * | pBrushColor | |||
| ) |
Create widget.
| x | Widget position. | |
| y | Widget position. | |
| width | Widget width. | |
| height | Widget height. | |
| szTitle | Color chooser button text. | |
| pBrushSize | Pointer to variable containing brush width. | |
| pBrushColor | Pointer to variable containing brush color. |
| BrushSelect::~BrushSelect | ( | ) |
1.5.2