nappgui_src
nappgui_src copied to clipboard
SDK for building cross-platform desktop apps in ANSI-C
Hello, I'm working on a application that requires some dynamic UI behavior. In the context of this application this means adding and removing (not hiding but outright destroying) arbitrary GUI...
For example the hello demo app only displays the title bar. Build from source is successful. I am surprised the application can not be resized/maximised either. Otherwise nice job ![Screenshot...
Hi, I am looking to port a java application to nappgui, but the main part of the program has a table that has editable elements. I was wondering the status...
Nice project! I was experimenting with the examples and started writing some C++ wrapper classes, similar to WTL (http://wtl.sourceforge.net/) I have a fork with my changes and a new hello...
Could you set up GitHub Sponsors, this project is really cool and I would like to support it.
E.g. in HTML or PDF format? Not critical, but would be useful.
This is a great library and there is definitely a need for it; thank you very much for open-sourcing it! I explored the code and made some experiments with the...
hi, maintainer, are there any plans to support golang? Have a nice day :-)
I was able to build the DLL with Rochus Keller's project files with MinGW on 64bit Windows 10 version with some changes: ``` Probably misspelling in MinGW headers: +++ b/src/draw2d/win/dctx_win.cpp...
The final size of NAppGUI Window in GTK is made in: https://github.com/frang75/nappgui_src/blob/main/src/osgui/gtk3/oswindow.c line 772, calling to `gtk_widget_set_size_request(window->control.widget, (gint)width, (gint)height);` The `width` and `height` values have been calculated by NAppGUI compositor....