golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

Added a Getter for the Bounds of a Panel #9

Closed raytracer closed 7 years ago

raytracer commented 7 years ago

I needed the bounds of a panel to port the node_editor demo (from the original nuklear repo) to go.