Draw Functions.
More...
Defines |
#define | ODS_HOTLIGHT 0x0040 |
Typedefs |
typedef struct _iupwinBitmapDC | iupwinBitmapDC |
Functions |
void | iupwinDrawInit (void) |
void | iupwinDrawBitmap (HDC hDC, HBITMAP hBitmap, HBITMAP hMask, int x, int y, int width, int height, int bpp) |
void | iupwinDrawText (HDC hDC, const char *text, int x, int y, int width, int height, HFONT hFont, COLORREF fgcolor, int style) |
void | iupwinDrawParentBackground (Ihandle *ih, HDC hDC, RECT *rect) |
void | iupwinDrawButtonBorder (HWND hWnd, HDC hDC, RECT *rect, UINT itemState) |
void | iupwinDrawThemeFrameBorder (HWND hWnd, HDC hDC, RECT *rect, UINT itemState) |
int | iupwinDrawGetThemeTabsBgColor (HWND hWnd, COLORREF *color) |
int | iupwinDrawGetThemeButtonBgColor (HWND hWnd, COLORREF *color) |
int | iupwinDrawGetThemeFrameFgColor (HWND hWnd, COLORREF *color) |
void | iupwinDrawRemoveTheme (HWND hWnd) |
HDC | iupwinDrawCreateBitmapDC (iupwinBitmapDC *bmpDC, HDC hDC, int w, int h) |
void | iupwinDrawDestroyBitmapDC (iupwinBitmapDC *bmpDC) |
Detailed Description
See Copyright Notice in "iup.h"