Is there any way i can get the value of an input into a const char *. i have 
this code:

const char * name;

inp = new Fl_Input(10,10,100,30,"Your Name");

butt->callback(newpart);

where would gettin the value of inp be put into name?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to