Hi,

the Fltk libray is very new for me...and i have some trouble using callbacks, i 
really don't get it.

if we assume that i have a class like that :

class C{
  int property;

   void setProp(int value){property = value;};
}

I just want from a fl_menu call the function setProp. How can i manage to do 
that ?

I'd be very thankful for your help,

regards.

_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to