comparison foosdk/sdk/libPPUI/HyperLinkCtrl.h @ 1:20d02a178406 default tip

*: check in everything else yay
author Paper <paper@tflc.us>
date Mon, 05 Jan 2026 02:15:46 -0500
parents
children
comparison
equal deleted inserted replaced
0:e9bb126753e7 1:20d02a178406
1 #pragma once
2 #include <functional>
3 namespace PP {
4 // One-line method to turn static control to hyperlink firing WM_NOTIFY
5 void createHyperLink(HWND wndReplaceMe);
6 void createHyperLink(HWND wndReplaceMe, std::function<void ()> handler);
7 void createHyperLink(HWND wndReplaceMe, const wchar_t * openURL);
8 }