From 8c32c708a9ad32970f332d2c8863edba1071bec8 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 18 Apr 2018 18:28:46 +0000 Subject: Clarified the fl_choice ordering in first example with an image and arrows, as it's not clear in the text how the code order is reversed on-screen. Also, the whole 'three musketeers' thing with the case values not matching the numeric button names has always been confusing: case 0: .. // One case 1: .. // Two (default) case 2: .. // Three Changed that so it's a Zero/One/Two example instead. case 0: .. // "Zero" case 1: .. // "One" (default) case 2: .. // "Two" git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12853 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/fl_choice_left_middle_right.png | Bin 0 -> 5004 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 documentation/src/fl_choice_left_middle_right.png (limited to 'documentation/src') diff --git a/documentation/src/fl_choice_left_middle_right.png b/documentation/src/fl_choice_left_middle_right.png new file mode 100644 index 000000000..1295a409e Binary files /dev/null and b/documentation/src/fl_choice_left_middle_right.png differ -- cgit v1.2.3