I just started to get rid of deprecated message when using fl_ask:

// fl_ask() is deprecated since it uses "Yes" and "No" for the buttons,
// which does not conform to the current FLTK Human Interface
// Guidelines.
// Use fl_choice() instead with the appropriate verbs instead.

Okay, I replaced it by fl_choice("...", fl_no, fl_yes, 0), but I don't 
see this making sense? What is ment to be the right way to replace fl_ask?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to