summaryrefslogtreecommitdiff
path: root/examples/table-spreadsheet-with-keyboard-nav.cxx
AgeCommit message (Collapse)Author
2023-12-14fix window titles for table examplesGreg Ercolano
2023-02-04Fix deprecated warnings in examples/table* demo programsAlbrecht Schlosser
Also: adjust comments, update copyright year
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
FL_OVERRIDE is defined as `override` for C++11 and higher FL_OVERRIDE is defined as `override` for VisualC 2015 and newer Don't interfere with Fl_Widget::override()
2021-08-30Fix MSVC compiler warnings (PR #267)fire-eggs
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
- remove obsolete svn '$Id$' tags from all source files - update .fl files and generated files accordingly - replace 'http://www.fltk.org' URL's with 'https://...' - replace bug report URL 'str.php' with 'bugs.php' - remove trailing whitespace - fix other whitespace errors flagged by Git - add and/or fix missing or wrong standard headers - convert tabs to spaces in all source files The only relevant code changes are in the fluid/ folder where some .fl files and other source files were used to generate the '$Id' headers and footers.
2013-03-18Added Fl::option() setting to allow arrow keys to navigate table.Greg Ercolano
This example was written before 1.3, and was dependent on the 'old' FLTK behavior where arrow keys could be used to navigate widget focus (in addition to Tab). The 'new' FLTK behavior (1.3 and up) disables arrow key focus nav by default, which is bad for this program, so we enable the old FLTK behavior with Fl::option(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
(to clarify static exception LGPL by changing license references) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8864 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-01-28Removed unncessary calls to set_value_hide() which wasGreg Ercolano
causing a crash on windows. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-10Renamed table-with-keyboard-nav.cxx -> table-spreadsheet-with-keyboard-nav.cxx,Greg Ercolano
(since it is a spreadsheet as well as demonstrating keyboard nav in tables). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8002 ea41ed52-d2ee-0310-a9c1-e6b18d33e121