From: Dima K. <di...@se...> - 2025-06-28 16:55:07
|
Andreas Held <and...@bl...> writes: > what is the intention of calling window.end() before window.show()? This tells fltk that we're done adding widgets to the window. Isn't that the normal way to do it? The samples do that: https://github.com/fltk/fltk/blob/master/examples/howto-text-over-image-button.cxx https://github.com/fltk/fltk/blob/master/examples/tree-simple.cxx |