#include "windowsx.h"
#include "commctrl.h"
Go to the source code of this file.
Functions | |
BOOL | GetWindowSize (HWND hWnd, int *dx, int *dy) |
BOOL | GetWindowPos (HWND hWnd, int *x, int *y) |
BOOL | SetWindowSize (HWND hWndControl, int dx, int dy) |
LONG | SetWindowStyle (HWND hWnd, int set, LONG dwStyle) |
void | SetFullScreen (HWND hWnd, BOOL isFull, BOOL isTopMost=FALSE) |
void | SetWindowTitle (HWND hWnd, char *title, BOOL enableTitle) |
BOOL | ToggleCheck (HWND hWnd, int idControl) |
void | PushButton (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=NULL) |
void | TreeView_ExpandAll_Level (HWND hTree, BOOL expand, int levelMax, HTREEITEM rootTree=NULL) |
void | MoveToBorderTask (HWND hUpdatingWnd) |
Definition in file windowTools.h.
|
Definition at line 137 of file windowTools.cpp. References BOOL(). Referenced by ValueEditorProc(). |
|
Definition at line 42 of file windowTools.cpp. References BOOL(). Referenced by SetFullScreen(), and Screen::SetFullScreen(). |
|
Definition at line 26 of file windowTools.cpp. References BOOL(). Referenced by SetFullScreen(). |
|
Definition at line 215 of file windowTools.cpp. |
|
Definition at line 103 of file windowTools.cpp. Referenced by ToggleCheck(). |
|
Definition at line 163 of file windowTools.cpp. Referenced by DebugStructProc(), and ValueEditorProc(). |
|
Definition at line 150 of file windowTools.cpp. References BOOL(). Referenced by ValueEditorProc(). |
|
Definition at line 65 of file windowTools.cpp. References BOOL(), GetWindowPos(), GetWindowSize(), and SetWindowStyle(). |
|
Definition at line 36 of file windowTools.cpp. References BOOL(). |
|
Definition at line 56 of file windowTools.cpp. Referenced by SetFullScreen(), and SetWindowTitle(). |
|
Definition at line 96 of file windowTools.cpp. References SetWindowStyle(). |
|
affiche le curseur de la souris
Definition at line 130 of file windowTools.cpp. Referenced by DebugStructProc(), ControlEngine::Proc(), and ValueEditorProc(). |
|
Definition at line 109 of file windowTools.cpp. References BOOL(), and PushButton(). |
|
Definition at line 177 of file windowTools.cpp. |
|
Definition at line 191 of file windowTools.cpp. References level. Referenced by DebugStructProc(). |