View Single Post
Old 07-07-2018, 07:59 PM   #367
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default

SWS does it with the undocumented API function AttachWindowTopmostButton when handling WM_INITDIALOG. It's not included in reaper_plugin_functions.h.

Code:
void (*AttachWindowTopmostButton)(HWND hwnd);
cfillion is offline   Reply With Quote