You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for all your work on this project. These bindings are super easy to use.
Have you seen the work at https://github.com/fltk-rs/fltk-theme by @MoAlyousef ? In my opinion this is a phenomenal improvement to FLTK's UI/UX. I'd really love to see these become available in the Go binding.
The fltk-theme implementation uses set_frame_type_cb which isn't exposed in this binding.
What do you think would be the most practical way to use these extra schemes in Go? Expose the set_frame_type_cb equivalent and write the callback in Go? Or, port the schemes to C and rebuild the bindings against a custom FLTK fork?
The text was updated successfully, but these errors were encountered:
Probably exposing the necessary functionality in Go would be ideal. It would allow others to also create their own themes/schemes, which can also be provided in external go packages.
Hi, thanks for all your work on this project. These bindings are super easy to use.
Have you seen the work at https://github.com/fltk-rs/fltk-theme by @MoAlyousef ? In my opinion this is a phenomenal improvement to FLTK's UI/UX. I'd really love to see these become available in the Go binding.
The fltk-theme implementation uses set_frame_type_cb which isn't exposed in this binding.
What do you think would be the most practical way to use these extra schemes in Go? Expose the set_frame_type_cb equivalent and write the callback in Go? Or, port the schemes to C and rebuild the bindings against a custom FLTK fork?
The text was updated successfully, but these errors were encountered: