Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
18
Src/Wasabi/api/wnd/wndclass/tooltip.h
Normal file
18
Src/Wasabi/api/wnd/wndclass/tooltip.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
#ifndef __TOOLTIP_H
|
||||
#define __TOOLTIP_H
|
||||
|
||||
#include <api/service/svcs/svc_tooltips.h>
|
||||
|
||||
class Tooltip {
|
||||
|
||||
public:
|
||||
|
||||
Tooltip(const wchar_t *txt);
|
||||
virtual ~Tooltip();
|
||||
|
||||
private:
|
||||
|
||||
svc_toolTipsRenderer *svc;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue