windows-nt/Source/XPSP1/NT/windows/feime/cht/cblocks/tip.h

22 lines
474 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*************************************************
* tip.h *
* *
* Copyright (C) 1995-1999 Microsoft Inc. *
* *
*************************************************/
#ifndef _TIP_H_
#define _TIP_H_
class CTip : public CStatic
{
public:
CTip();
void SetString(const char * szStr);
BOOL Create(CWnd* pWnd);
protected:
};
#endif