pwiecz / go-fltk

A simple wrapper around FLTK 1.4 library
MIT License
124 stars 24 forks source link

Fl_Grid #116

Closed vlappa closed 10 months ago

vlappa commented 1 year ago

Interesting brand new feature in fltk 1.4.0 Fl_Grid

Maybe a bit early to implement it, but eventually a nice one.

"I'm asking everybody who is interested in new Fl_Grid widget to test and for feedback, particularly if something is unclear or undocumented. I'll try to help and update docs and code. If you find that some docs are missing, please report as well."

"Fl_Grid is, as of FLTK 1.4.0, still in experimental state and should be used with caution. The API can still be changed although it is assumed to be almost stable - as stable as possible for a first release"

https://www.fltk.org/doc-1.4/classFl__Grid.html

pwiecz commented 11 months ago

@vlappa sorry for the delay. Some basic functionality has been added with an example basically copied from the Fltk documentation about Fl_Grid.

pwiecz commented 10 months ago

Closing the issue. If some additional functionality is needed, please file a new issue.