News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

FLTK - GUI Builder in Code::Blocks?

Started by dominover, June 14, 2013, 11:31:29 AM

Previous topic - Next topic

dominover

Would anyone know if, like wxWidgets in CodeBlocks, I can set up a Gui Builder for FLTK gui toolkit in Code Blocks?

I have wxWidgets installed perfectly and I have FLTK build and I'm able to compile an example but I'm not sure how to bring up a GUI Builder for FLTK in codeblocks?

Thanks

BlueHazzard

there doesn't exists a plugin for fltk.. you have to write it at your one...  You can look at the wxSmith source code for the beginnig ;)
good luck and have fun!