|
Fonctions |
BOOL | GetWindowSize (HWND hWnd, int *dx, int *dy) |
BOOL | SetWindowSize (HWND hWndControl, int dx, int dy) |
BOOL | GetWindowPos (HWND hWnd, int *x, int *y) |
LONG | SetWindowStyle (HWND hWnd, int set, LONG dwStyle) |
void | SetFullScreen (HWND hWnd, BOOL isFull, BOOL isTopMost) |
void | SetWindowTitle (HWND hWnd, char *title, BOOL enableTitle) |
void | PushButton (HWND hWnd, int idControl) |
BOOL | ToggleCheck (HWND hWnd, int idControl) |
void | ShowMouse (BOOL active) |
| affiche le curseur de la souris
|
BOOL | GetDeltaWindow (HWND hWndParent, RECT *oldRect, int *deltaX, int *deltaY) |
BOOL | SetDeltaWindowSize (HWND hWndControl, int deltaX, int deltaY) |
BOOL | SetDeltaWindowPos (HWND hWndControl, int deltaX, int deltaY) |
void | TreeView_ExpandAll (HWND hTree, BOOL expand, HTREEITEM rootTree) |
void | TreeView_ExpandAll_Level (HWND hTree, BOOL expand, int levelMax, HTREEITEM rootTree) |
void | MoveToBorderTask (HWND hUpdatingWnd) |