|
| #define | _WDL_SWELL_H_UTIL_DEFINED_ |
| #define | SWELL_POSTMESSAGE_INIT SWELL_Internal_PostMessage_Init(); |
| #define | SWELL_POSTMESSAGE_DELEGATE_IMPL |
| #define | SWELL_APPAPI_DELEGATE_IMPL |
| #define | SWELL_CB_InsertString(hwnd, idx, pos, str) |
| #define | SWELL_CB_AddString(hwnd, idx, str) |
| #define | SWELL_CB_SetCurSel(hwnd, idx, val) |
| #define | SWELL_CB_GetNumItems(hwnd, idx) |
| #define | SWELL_CB_GetCurSel(hwnd, idx) |
| #define | SWELL_CB_SetItemData(hwnd, idx, item, val) |
| #define | SWELL_CB_GetItemData(hwnd, idx, item) |
| #define | SWELL_CB_GetItemText(hwnd, idx, item, buf, bufsz) |
| #define | SWELL_CB_Empty(hwnd, idx) |
| #define | SWELL_CB_DeleteString(hwnd, idx, str) |
| #define | SWELL_TB_SetPos(hwnd, idx, pos) |
| #define | SWELL_TB_SetRange(hwnd, idx, low, hi) |
| #define | SWELL_TB_GetPos(hwnd, idx) |
| #define | SWELL_TB_SetTic(hwnd, idx, pos) |
| #define | WDL_GDP_CTX HDC |
| #define | WDL_GDP_PEN HPEN |
| #define | WDL_GDP_BRUSH HBRUSH |
| #define | WDL_GDP_CreatePen(col, wid) |
| #define | WDL_GDP_DeletePen(pen) |
| #define | WDL_GDP_SetPen(ctx, pen) |
| #define | WDL_GDP_SetBrush(ctx, brush) |
| #define | WDL_GDP_CreateBrush(col) |
| #define | WDL_GDP_DeleteBrush(brush) |
| #define | WDL_GDP_FillRectWithBrush(hdc, r, br) |
| #define | WDL_GDP_Rectangle(hdc, l, t, r, b) |
| #define | WDL_GDP_Polygon(hdc, pts, n) |
| #define | WDL_GDP_MoveToEx(hdc, x, y, op) |
| #define | WDL_GDP_LineTo(hdc, x, y) |
| #define | WDL_GDP_PutPixel(hdc, x, y, c) |
| #define | WDL_GDP_PolyBezierTo(hdc, p, np) |
| #define | SWELL_SyncCtxFrameBuffer(x) |