From a56c48079e8d691611c62c92f2cf49b3fb6345d2 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:34:47 +0100 Subject: Fix "\todo Complete documentation of class Fl_String" Also - fix "\todo Unicode?" in Fl_Text_Display::display_insert() after verification - fix "\todo [Internal] The user_data value must be implemented using \p fl_intptr_t" because that's now in place. --- FL/Fl_Widget.H | 3 --- 1 file changed, 3 deletions(-) (limited to 'FL/Fl_Widget.H') diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 416f65470..b0317dc6e 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -686,9 +686,6 @@ public: using only \p long values. You may want to use user_data() instead. \see user_data() - - \todo [Internal] The user_data value must be implemented using - \p fl_intptr_t or similar to avoid 64-bit platform incompatibilities. */ long argument() const {return (long)(fl_intptr_t)user_data_;} -- cgit v1.2.3