DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2308
Version: 1.3.0


A few suggs:

In cases where sizeof(void*) >= sizeof(long), then I we can surely just
use eg. memcpy() or whatever to save/retrieve longs from the void* 'data
buffer' safely.

In cases where sizeof(void*) < sizeof(long), then I think the simple
solution is to have an #ifdef that simply adds a long variable called
'argument_' to Fl_Widget, and have argument() manipulate that.


Link: http://www.fltk.org/str.php?L2308
Version: 1.3.0

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to