Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dominover on June 14, 2013, 11:31:29 am

Title: FLTK - GUI Builder in Code::Blocks?
Post by: dominover on June 14, 2013, 11:31:29 am
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
Title: Re: FLTK - GUI Builder in Code::Blocks?
Post by: BlueHazzard on June 14, 2013, 12:35:49 pm
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!