GToolTipCtrl

GToolTipCtrl — a pop-up window with a line of text.

Synopsis

class GToolTipCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GToolTipCtrl

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

Activate (bActivate)
AddControlResizeFlags (ctrlid, flags)
AdjustRect (lpRect, bLarger)
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
DelTool (args?...)
EndResizeGroup ()
EnumTools (nTool, lpToolInfo)
GetBubbleSize (lpToolInfo)
GetCurrentTool (lpToolInfo)
GetDelayTime (dwType)
GetMargin (lpRect)
GetMaxTipWidth ()
GetText (args?...)
GetTipBkColor ()
GetTipTextColor ()
GetTitle (pTTGetTitle)
GetToolCount ()
GetToolInfo (args?...)
HitTest (args?...)
Pop ()
Popup ()
RelayEvent (lpMsg)
SetDelayTime (dwType, nTime)
SetMargin (lpRect)
SetMaxTipWidth (nWidth)
SetTipBkColor (clr)
SetTipTextColor (clr)
SetTitle (uIcon, lpstrTitle)
SetToolInfo (lpToolInfo)
SetToolRect (args?...)
StartResizeGroup ()
TrackActivate (lpToolInfo, bActivate)
TrackPosition (xPos, yPos)
Update ()

This class also inherits the functions of GWindowBase.