ctrlhelper.h File Reference
Go to the source code of this file.
Defines
- #define NotifyParent(hwnd, id, code) NotifyParentEx(hwnd, id, code, 0)
- Sends a notification message to the parent, but without additional data.
Typedefs
- typedef int(* STRCMP )(const char *s1, const char *s2, size_t n)
- Type of general strncmp function.
Enumerations
Functions
- MG_EXPORT void GUIAPI DisabledTextOutEx (HDC hdc, HWND hwnd, int x, int y, const char *szText)
- Outputs disabled (grayed) text.
- MG_EXPORT HWND CreateToolTipWin (HWND hParentWnd, int x, int y, int timeout_ms, const char *text,...)
- Creates a tool tip window.
- MG_EXPORT void ResetToolTipWin (HWND hwnd, int x, int y, const char *text,...)
- Resets a tool tip window.
- MG_EXPORT void DestroyToolTipWin (HWND hwnd)
- Destroies a tool tip window.
- MG_EXPORT void GUIAPI NotifyParentEx (HWND hwnd, int id, int code, DWORD add_data)
- Sends a notification message to the parent.
Detailed Description
- Author:
- Wei Yongming <ymwei@minigui.org>
- Date:
- 2001/12/29
Copyright (C) 2002-2008 Feynman Software.
Copyright (C) 1998-2002 Wei Yongming.
All rights reserved by Feynman Software.
This file is part of MiniGUI, a compact cross-platform Graphics
User Interface (GUI) support system for real-time embedded systems.
Definition in file ctrlhelper.h.