niko

Results 32 comments of niko

Yes, it does. I have Windows 11 21H2 and it works fine. ![image](https://user-images.githubusercontent.com/71654487/149259075-22bc9730-907b-4aa5-9b43-e340a4b918f3.png)

I've had this problem for a while now and I solved it by [installing GTK for Windows](https://www.gtk.org/docs/installations/windows) via MSYS (and adding C:\msys64\mingw64\bin to PATH), then doing `nimble install gintro` in...

> While the original `libui` project is currently in hiatus for an unknown timespan, a [fork](https://github.com/libui-ng/libui-ng) exists that has active development. Rebasing on it would remove a factor that is...

I've started to make it too, missing ColorButton, FontButton, and EditableCombobox. Plus a open folder dialog.

> A C99 lib I know of is: https://github.com/zserge/tray/tree/8dd1358b92562faf7c032cf5362fa97cbc7e13e9 > > One drawback is that the last commit was more than 6 years ago. MacOS arm, for example, is not...

Why not use something like ? Though I'm not sure about the impact on nimitheme... Using it with this stylesheet works for me: ```css td.hljs-ln-numbers { text-align: center; color: #ccc;...

The simple implementation looks fine to me!

Replace `ptr Area` with `ptr rawui.Area`. Nim thinks you're referring to the `Area` type which you defined, not the one from `rawui`.

This doesn't seem like an issue with the wrapper, and more like the functions in libui being unable to find GTK functions. I don't know how to help with this...

Does static compilation or using `-d:useLibUiDll` not work for you?