Go to the source code of this file.
|
| #define | SWELL_API_DEFINE(ret, func, parms) |
| #define | timeGetTime() |
| #define | PtInRect(r, p) |
| #define | GetWindowText(hwnd, text, textlen) |
| #define | SetWindowText(hwnd, text) |
| #define | GetActiveWindow() |
| #define | SetActiveWindow(x) |
| #define | ListView_SetItemCountEx(list, cnt, flags) |
| #define | ImageList_Create(x, y, a, b, c) |
| #define | InsertMenu SWELL_InsertMenu |
| #define | LoadMenu(hinst, resid) |
| #define | DialogBox(hinst, resid, par, dlgproc) |
| #define | DialogBoxParam(hinst, resid, par, dlgproc, param) |
| #define | CreateDialog(hinst, resid, par, dlgproc) |
| #define | CreateDialogParam(hinst, resid, par, dlgproc, param) |
| #define | SendDlgItemMessage(hwnd, idx, msg, wparam, lparam) |
| #define | LoadCursor(a, x) |
| #define | SetCursor(x) |
| #define | GetCursor SWELL_GetCursor |
| #define | ShowCursor SWELL_ShowCursor |
| #define | SetCursorPos SWELL_SetCursorPos |
| #define | ScrollWindowEx(a, b, c, d, e, f, g, h) |
| #define | _beginthreadex(a, b, c, d, e, f) |
| #define | DestroyIcon(x) |
| #define | DrawText SWELL_DrawText |
| #define | FillRect SWELL_FillRect |
| #define | LineTo SWELL_LineTo |
| #define | SetPixel SWELL_SetPixel |
| #define | Polygon(a, b, c) |
| #define | SWELL_EnableMetal(hwnd, x) |
|
| | SWELL_API_DEFINE (char *, BrowseForFiles,(const char *text, const char *initialdir, const char *initialfile, bool allowmul, const char *extlist)) SWELL_API_DEFINE(bool |
| | SWELL_API_DEFINE (BOOL, EnumWindows,(BOOL(*proc)(HWND, LPARAM), LPARAM lp)) SWELL_API_DEFINE(HANDLE |
| | SWELL_API_DEFINE (HFONT, CreateFont,(int lfHeight, int lfWidth, int lfEscapement, int lfOrientation, int lfWeight, char lfItalic, char lfUnderline, char lfStrikeOut, char lfCharSet, char lfOutPrecision, char lfClipPrecision, char lfQuality, char lfPitchAndFamily, const char *lfFaceName)) SWELL_API_DEFINE(void |
◆ _beginthreadex
| #define _beginthreadex |
( |
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d, |
|
|
| e, |
|
|
| f ) |
Value:
uint8_t a
Definition Spc_Cpu.h:141
* e
Definition inflate.c:1404
unsigned d
Definition inflate.c:940
unsigned f
Definition inflate.c:1572
CreateThread
Definition swell-functions.h:807
uintptr_t UINT_PTR
Definition swell-types.h:43
unsigned int DWORD
Definition swell-types.h:164
void * LPVOID
Definition swell-types.h:174
return c
Definition crypt.c:175
◆ CreateDialog
| #define CreateDialog |
( |
| hinst, |
|
|
| resid, |
|
|
| par, |
|
|
| dlgproc ) |
Value:
SWELL_DialogResourceIndex * SWELL_curmodule_dialogresource_head
Definition swell-dlg-generic.cpp:376
HWND SWELL_CreateDialog(SWELL_DialogResourceIndex *reshead, const char *resid, HWND parent, DLGPROC dlgproc, LPARAM param)
Definition swell-dlg-generic.cpp:272
◆ CreateDialogParam
| #define CreateDialogParam |
( |
| hinst, |
|
|
| resid, |
|
|
| par, |
|
|
| dlgproc, |
|
|
| param ) |
◆ DestroyIcon
Value:
unsigned x[BMAX+1]
Definition inflate.c:1586
void DeleteObject(HGDIOBJ pen)
Definition swell-gdi-generic.cpp:173
◆ DialogBox
| #define DialogBox |
( |
| hinst, |
|
|
| resid, |
|
|
| par, |
|
|
| dlgproc ) |
Value:
int SWELL_DialogBox(SWELL_DialogResourceIndex *reshead, const char *resid, HWND parent, DLGPROC dlgproc, LPARAM param)
Definition swell-dlg-generic.cpp:150
◆ DialogBoxParam
| #define DialogBoxParam |
( |
| hinst, |
|
|
| resid, |
|
|
| par, |
|
|
| dlgproc, |
|
|
| param ) |
◆ DrawText
| #define DrawText SWELL_DrawText |
◆ FillRect
◆ GetActiveWindow
| #define GetActiveWindow |
( |
| ) |
|
Value:
HWND GetForegroundWindow()
Definition swell-wnd-generic.cpp:567
◆ GetCursor
◆ GetWindowText
| #define GetWindowText |
( |
| hwnd, |
|
|
| text, |
|
|
| textlen ) |
Value:
const char * text
Definition swell-functions.h:167
RECT const char void HWND hwnd
Definition swell-functions.h:1066
BOOL GetDlgItemText(HWND hwnd, int idx, char *text, int textlen)
Definition swell-wnd-generic.cpp:984
◆ ImageList_Create
| #define ImageList_Create |
( |
| x, |
|
|
| y, |
|
|
| a, |
|
|
| b, |
|
|
| c ) |
Value:
HIMAGELIST ImageList_CreateEx()
Definition swell-gdi-generic.cpp:581
◆ InsertMenu
◆ LineTo
◆ ListView_SetItemCountEx
| #define ListView_SetItemCountEx |
( |
| list, |
|
|
| cnt, |
|
|
| flags ) |
Value:
void ListView_SetItemCount(HWND h, int cnt)
Definition swell-wnd-generic.cpp:6624
◆ LoadCursor
| #define LoadCursor |
( |
| a, |
|
|
| x ) |
Value:
HCURSOR SWELL_LoadCursor(const char *_idx)
Definition swell-generic-headless.cpp:289
◆ LoadMenu
| #define LoadMenu |
( |
| hinst, |
|
|
| resid ) |
◆ Polygon
| #define Polygon |
( |
| a, |
|
|
| b, |
|
|
| c ) |
◆ PtInRect
| #define PtInRect |
( |
| r, |
|
|
| p ) |
Value:
BOOL SWELL_PtInRect(const RECT *r, POINT p)
Definition swell.cpp:106
uch * p
Definition crypt.c:594
int r
Definition crypt.c:458
◆ ScrollWindowEx
| #define ScrollWindowEx |
( |
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d, |
|
|
| e, |
|
|
| f, |
|
|
| g, |
|
|
| h ) |
Value:
BOOL ScrollWindow(HWND hwnd, int xamt, int yamt, const RECT *lpRect, const RECT *lpClipRect)
Definition swell-wnd-generic.cpp:7754
◆ SendDlgItemMessage
| #define SendDlgItemMessage |
( |
| hwnd, |
|
|
| idx, |
|
|
| msg, |
|
|
| wparam, |
|
|
| lparam ) |
Value:
const char * msg
Definition missing_descriptor.c:20
LRESULT SendMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
Definition swell-wnd-generic.cpp:315
HWND GetDlgItem(HWND hwnd, int idx)
Definition swell-wnd-generic.cpp:153
◆ SetActiveWindow
| #define SetActiveWindow |
( |
| x | ) |
|
Value:
void SetForegroundWindow(HWND hwnd)
Definition swell-wnd-generic.cpp:489
◆ SetCursor
Value:
void SWELL_SetCursor(HCURSOR curs)
Definition swell-generic-headless.cpp:250
◆ SetCursorPos
◆ SetPixel
◆ SetWindowText
Value:
BOOL SetDlgItemText(HWND hwnd, int idx, const char *text)
Definition swell-wnd-generic.cpp:962
◆ ShowCursor
◆ SWELL_API_DEFINE
| #define SWELL_API_DEFINE |
( |
| ret, |
|
|
| func, |
|
|
| parms ) |
◆ SWELL_EnableMetal
| #define SWELL_EnableMetal |
( |
| hwnd, |
|
|
| x ) |
Value:
#define void
Definition unzip.h:396
◆ timeGetTime
Value:
DWORD GetTickCount()
Definition swell.cpp:68
◆ SWELL_API_DEFINE() [1/3]
◆ SWELL_API_DEFINE() [2/3]
◆ SWELL_API_DEFINE() [3/3]
| SWELL_API_DEFINE |
( |
HFONT | , |
|
|
CreateFont | , |
|
|
(int lfHeight, int lfWidth, int lfEscapement, int lfOrientation, int lfWeight, char lfItalic, char lfUnderline, char lfStrikeOut, char lfCharSet, char lfOutPrecision, char lfClipPrecision, char lfQuality, char lfPitchAndFamily, const char *lfFaceName) | ) |
◆ BrowseForSaveFile
◆ callback
◆ cf
◆ CreateThread
◆ cwEnumFunc
◆ EnumChildWindows
◆ extlist
◆ fn
◆ HWND
◆ hwnd
◆ initialdir
◆ initialfile
◆ parm
◆ srcfn
◆ srcrect
◆ stackSize
◆ SWELL_InitiateDragDrop
◆ TA
◆ text
◆ ThreadProc