Hi,
I have noticed that for "Widget class" type sometimes Fluid  generates a 
separete function _My_Class() where it puts all the code and calls it 
from the constructor. However it is not always the case, sometimes it 
puts the code directly into the constructor. I presume the additional 
function is generated in the case of "window-type" widgets for the code 
reuse in the second overloaded constructor My_Class(int w, int h, const 
char * label = 0), but I do not know how to force this additional 
function creation. Although I am not interesed in this second 
constructor but rather in the possibility to use this internal 
_My_Class() function in my own overloaded constructor.

Thanks,
Roman
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to