nfltk icon indicating copy to clipboard operation
nfltk copied to clipboard

Nimized Fast Light Toolkit

Results 4 nfltk issues
Sort by recently updated
recently updated
newest added

nim cpp test.nim returns Hint: used config file '/usr/local/etc/nim/nim.cfg' [Conf] ........ /usr/home/x/Dirs/Src/Nim/nfltk/private/image.nim(83, 22) Warning: use `csize_t` instead; csize is deprecated [Deprecated] /usr/home/x/Dirs/Src/Nim/nfltk/private/image.nim(84, 19) Warning: use `csize_t` instead; csize is deprecated...

How do you associate a button with a callback? ``` import fltk as fl var btn = make_button(64, 64, 100, 64, "Click!") btn.box = fl.Up_box btn.labelfont = fl.Helvetica #btn.labelsize =...

This fixes a lot of weird bugs: * Last argument labels are immediately displayed as they do in C++ * Clang compilation succeeds * FlTextDisplay doesn't crash when `buffer` is...

Hi, By default FLTK library is linked dynamically. How can I create a statically linked image of my nim program? Thanks