Closed ILikeTeaALot closed 3 years ago
Hm. Not sure if you are asking about the window decoration for the parts created with Nuklear, or the system window decorations. For the first - I haven't tried that, frankly speaking, but think it is possible, and just depends on how you declare those. For the second - the answer severely depends on the Nuklear backend you use. For instance, for nuklear-backend-gfx
, while using glium as a window context provider
this may help. Same for winit
. For GDI you need to look for the same window context setup in winapi
, fist in the native API, then whether this API is supported in winapi
crate. Hope this helps.
I've quite liked my (admittedly super limited) experience with this so far, and was wondering if there was a way to hide the default chrome on windows (not just on Windows) and then create my own titlebar and controls and such
I'm unsure whether this is something that hasn't been implemented or if I've just missed something, any help/advice/etc would be appreciated :D
✌️