issues
search
dreais
/
SimpleGui
Library using ncurses to build fast and light GUI, in C.
http://rudreais.com
MIT License
2
stars
0
forks
source link
merging stable dev into master
#2
Closed
dreais
closed
4 years ago
dreais
commented
4 years ago
new functions:
inst_add_window()
to add a window within an instance, given properties. if none, dynamically generates from existing windows
added 1 example, please see /Examples folder
fixed leaks from library, see
https://github.com/dreais/easylogs/issues/1
new functions:
inst_add_window()
to add a window within an instance, given properties. if none, dynamically generates from existing windows