Oguz Akyuz wrote: > Hello, > > How can I forward declare a class in Fluid?
I think either new->code->declaration or new->code->code
you can forward declare it as:
class Foo;
..and then use the F2/F3 keys to position it where you want it
in the fluid tree.
Make sure the 'public' and 'static' buttons are set as needed.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

