I managed to have fluid generating a struct to fake a class namespace for  
it's members (except functions), also I've added LUA as extension language  
for fluid too.

If someone need or want it tell me.

En 24/11/2010 12:54:57, Domingo Alvarez Duarte <[email protected]>  
escribió:

> ------- example of a class generated by fluid with inner struct  
> wrapping  membes/methods
>    class Outter : public Fl_Double_Window {
>       void _Outter();
>    public:
>       Outter(int X, int Y, int W, int H, const char *L = 0);
>       Outter(int W, int H, const char *L = 0);
>       Outter();
>        struct st_inner { //<-- generated based on class name like  
> "Outter$inner" that is be splitted internally
>         int x_;
>         Fl_Input *resize;
>       } inner;
>    };
>  -------
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to