![]() |
WGX library Architecture - Reference Manual - Guides |
|
Miscellaneous code. More...
Go to the source code of this file.
Functions | |
void __cdecl | WgxEnableWindows (HANDLE hMainWindow,...) |
Enables a child windows. | |
void __cdecl | WgxDisableWindows (HANDLE hMainWindow,...) |
Disables a child windows. | |
void __stdcall | WgxSetIcon (HINSTANCE hInstance, HWND hWindow, UINT IconID) |
Sets a window icon. | |
HFONT __stdcall | WgxSetFont (HWND hWindow, LPLOGFONT lplf) |
Sets a font for the window and all its children. | |
void __stdcall | WgxCheckWindowCoordinates (LPRECT lprc, int min_width, int min_height) |
Prevents a window to be outside the screen. | |
BOOL __stdcall | WgxShellExecuteW (HWND hwnd, LPCWSTR lpOperation, LPCWSTR lpFile, LPCWSTR lpParameters, LPCWSTR lpDirectory, INT nShowCmd) |
Calls a Win32 ShellExecute() procedure and shows a message box with detailed information in case of errors. |
Miscellaneous code.
Definition in file misc.c.