-
This project appears to be inactive. Due to this, a fork exists at . Due to the fact that network doesn't appear to show this and the fact that linking in a PR would likely prove fruitless, I've creat…
-
Combo box has the following methods that allow querying items, deleting items, and re-inserting items in any order: uiComboboxClear, uiComboboxDelete, uiComboboxInsertAt, uiComboboxNumItems
uiEdita…
-
I am maintaining the Rust wrapper of libui-ng and [one of my users reported](https://github.com/libui-rs/libui/issues/8) that the menu bar items under MacOS (14.3 & 14.5) become _unclickable_ after a …
nptr updated
2 months ago
-
How can i set the location, where the GUI will spawn (on any or a specific OS)?\
At best i'd like to Center it on the Screen.
On my Mac the Gui always spawns in the botton left corner (what i assu…
-
Previous discussion: https://github.com/andlabs/libui/issues/185
For windows, the icon for each window is currently hardcoded: https://github.com/libui-ng/libui-ng/blob/ac1c0d55f8da2dcacb6bc7a4da77…
-
Please add [Tab Controls](https://learn.microsoft.com/en-us/windows/win32/controls/tab-controls).
-
Hey folks,
So this is not an issue to nudge cody271 to invest lots more of his time to improve libui-ng. :)
Instead, this is a general call for ALL libui-ng users, in particular developers who d…
-
Hey there,
This is just a proposal / idea. Please feel free to close it at any moment in time.
In my spare time I investigate arduino, for various reasons. One is that I need
to be able to craf…
-
Hey there libui-ng folks in general,
**cody271** recently added some table-related code to libui-ng,
such as:
void (*onRowClicked)(uiTable *, int, void *);
I assume that this may help or…
-
First off, I really like `libui-ng`, and I'm appreciative of all the work that has been contributed to it. I want to see `libui-ng` succeed
as a library for making user interfaces that is easy to use…