ReactOS 0.4.16-dev-226-g79f2289
|
encapsulation of tool tip controls More...
#include <window.h>
Public Types | |
typedef WindowHandle | super |
Public Member Functions | |
ToolTip (HWND owner) | |
void | activate (BOOL active=TRUE) |
void | add (HWND hparent, HWND htool, LPCTSTR txt=LPSTR_TEXTCALLBACK, LPARAM lparam=0) |
void | add (HWND hparent, UINT id, const RECT &rect, LPCTSTR txt=LPSTR_TEXTCALLBACK, LPARAM lparam=0) |
void | remove (HWND hparent, HWND htool) |
void | remove (HWND hparent, UINT id) |
typedef WindowHandle ToolTip::super |
ToolTip::ToolTip | ( | HWND | owner | ) |
Definition at line 1265 of file window.cpp.
|
inline |
Definition at line 861 of file window.h.
Referenced by ClockWindow::ClockWindow(), and NotifyArea::UpdateIcons().
|
inline |
Definition at line 893 of file window.h.
Referenced by NotifyArea::UpdateIcons().