New method Fl_Spinner::wrap(int) to set wrap mode at bounds (STR #3365).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12190 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2017-03-10 18:49:44 +00:00
parent 7123b78f3f
commit b67ba50f14
3 changed files with 43 additions and 9 deletions
+2
View File
@@ -46,6 +46,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
- (add new items here)
- Separated Fl_Spinner.H and Fl_Spinner.cxx (STR #2776).
- New method Fl_Spinner::wrap(int) allows to set wrap mode at bounds if
value is changed by pressing or holding one of the buttons (STR #3365).
- Renamed test/help.cxx demo program to test/help_dialog.cxx to avoid
name conflict with CMake auto-generated target 'help'.
- Many documentation fixes, clarifications, and enhancements.