Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Color Selection Dialog Box
[Interfaces of MyWins module of MiniGUIExt library]

Data Structures

Typedefs

Functions


Typedef Documentation

typedef struct _COLORDATA COLORDATA
 

The color data structure used by ColorSelDialog.

See also:
ColorSelDialog.

typedef struct _COLORDATA * PCOLORDATA
 

The color data structure used by ColorSelDialog.

See also:
ColorSelDialog.


Function Documentation

int ColorSelDialog HWND  hWnd,
int  x,
int  y,
int  w,
int  h,
PCOLORDATA  pClrData
 

Creates a Color Selection Dialog Box.

This function creates a Color Selection Dialog Box, and returns the values of the color selected by the user.

Parameters:
hWnd The hosting main window.
x x,y,w,h: The default position and size of the dialog box.
y x,y,w,h: The default position and size of the dialog box.
w x,y,w,h: The default position and size of the dialog box.
h x,y,w,h: The default position and size of the dialog box.
pClrData The pointer to the COLORDATA structure.
Return values:
IDOK The user choosed a color and OK button clicked.
IDCANCEL The user clicked the Cancel button.
See also:
COLORDATA, ColorSelDialog


Generated on Mon Jun 26 14:21:40 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2