Is exists an example of creating a tooltip for an ...
# kotlin-native
a
Is exists an example of creating a tooltip for an image in minGW? I’ve found a lot of documentation and examples (C/win32) but nothing works for me. PS: I can share my code if someone wants.
m
What do you mean by 'image in minGW'? MinGW does not have default graphics/gui library.
a
minGW is a windows target with win32 API
m
Well, then I assume you mean plain old GDI. I'm not expert in this area, but - does https://docs.microsoft.com/en-us/windows/win32/controls/create-a-tooltip-for-a-rectangular-area not work?
a
Yes, I’ve tried all examples from “Using Tooltip Controls”
m
Well, sorry, I'm not expert in GDI.