Initial community commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user