|
| void | swell_oswindow_destroy (HWND hwnd) |
| void | swell_oswindow_update_text (HWND hwnd) |
| void | swell_oswindow_focus (HWND hwnd) |
| void | swell_recalcMinMaxInfo (HWND hwnd) |
| void | SWELL_initargs (int *argc, char ***argv) |
| void | swell_oswindow_updatetoscreen (HWND hwnd, RECT *rect) |
| void | swell_oswindow_manage (HWND hwnd, bool wantfocus) |
| void | SWELL_RunEvents () |
| void | swell_oswindow_update_style (HWND hwnd, LONG oldstyle) |
| void | swell_oswindow_update_enable (HWND hwnd) |
| int | SWELL_SetWindowLevel (HWND hwnd, int newlevel) |
| void | SWELL_GetViewPort (RECT *r, const RECT *sourcerect, bool wantWork) |
| bool | GetWindowRect (HWND hwnd, RECT *r) |
| void | swell_oswindow_begin_resize (SWELL_OSWINDOW wnd) |
| void | swell_oswindow_resize (SWELL_OSWINDOW wnd, int reposflag, RECT f) |
| void | swell_oswindow_postresize (HWND hwnd, RECT f) |
| void | swell_oswindow_invalidate (HWND hwnd, const RECT *r) |
| void | UpdateWindow (HWND hwnd) |
| bool | OpenClipboard (HWND hwndDlg) |
| void | CloseClipboard () |
| UINT | EnumClipboardFormats (UINT lastfmt) |
| HANDLE | GetClipboardData (UINT type) |
| void | EmptyClipboard () |
| void | SetClipboardData (UINT type, HANDLE h) |
| UINT | RegisterClipboardFormat (const char *desc) |
| void | GetCursorPos (POINT *pt) |
| WORD | GetAsyncKeyState (int key) |
| DWORD | GetMessagePos () |
| HWND | SWELL_CreateXBridgeWindow (HWND viewpar, void **wref, const RECT *r) |
| void | SWELL_InitiateDragDrop (HWND hwnd, RECT *srcrect, const char *srcfn, void(*callback)(const char *dropfn)) |
| void | SWELL_InitiateDragDropOfFileList (HWND hwnd, RECT *srcrect, const char **srclist, int srccount, HICON icon) |
| void | SWELL_FinishDragDrop () |
| void | SWELL_SetCursor (HCURSOR curs) |
| HCURSOR | SWELL_GetCursor () |
| HCURSOR | SWELL_GetLastSetCursor () |
| bool | SWELL_IsCursorVisible () |
| int | SWELL_ShowCursor (BOOL bShow) |
| BOOL | SWELL_SetCursorPos (int X, int Y) |
| HCURSOR | SWELL_LoadCursorFromFile (const char *fn) |
| HCURSOR | SWELL_LoadCursor (const char *_idx) |
| void | SWELL_Register_Cursor_Resource (const char *idx, const char *name, int hotspot_x, int hotspot_y) |
| int | SWELL_KeyToASCII (int wParam, int lParam, int *newflags) |
| int | swell_is_app_inactive () |