frang75 / nappgui_src

SDK for building cross-platform desktop apps in ANSI-C
https://www.nappgui.com
MIT License
442 stars 43 forks source link

Limit resizing of a window only on one axis plus min (max) window size. #94

Open eriklins opened 3 months ago

eriklins commented 3 months ago

Currently a window can - if made resizable - be resized on either axis horizontally or vertically. It would be a good enhancement to add the possiblity for limiting resizing to just one axis plus the ability to specify a minimum size (and maximum size, whereas minimum would be considered more important).