pylibui
pylibui copied to clipboard
Pylibui is a Python 3 wrapper for the libui library.
We need someone to implement editable comboboxes. Please feel free to ask for help, if you want to work on this.
I have problems about running tests and examples. Some of them ends with a segmentation fault. I think there are some problems about getters of components like window and checkbox....
Hello, As the `pylibui` wrapper is supposed to be pythonic, I thought it would be great to use the properties instead of defining `setValue`/`getValue`-like methods. Here is a little implementation...