FLTK logo

Article #1301: FLTK 1.3.x Weekly Snapshot, r9840

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Articles | Show Comments | Submit Comment ]

Article #1301: FLTK 1.3.x Weekly Snapshot, r9840

Created at 01:00 Mar 22, 2013 by mike

A new weekly snapshot of FLTK 1.3.x (r9840) is now available on the download page:

    http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r9840

Commit Log:

------------------------------------------------------------------------
r9840 | greg.ercolano | 2013-03-19 14:02:12 -0700 (Tue, 19 Mar 2013) | 7
lines

o Simplified example to take advantage of Fl_Table's existing features.
o Replaced hard coded row/col counts.
o Enabled arrow keyboard navigation (setting Fl::OPTION_ARROW_FOCUS)
o Fixed small bug in handle() that was calling Fl_Table::handle() instead
of Fl_Table_Row::handle()
  that was preventing Fl_Table_Row's row selection from working..


------------------------------------------------------------------------
r9839 | greg.ercolano | 2013-03-19 03:34:03 -0700 (Tue, 19 Mar 2013) | 2
lines

Small fixes to keyboard navigation and 'current cell' coloring.

------------------------------------------------------------------------
r9838 | greg.ercolano | 2013-03-18 13:00:04 -0700 (Mon, 18 Mar 2013) | 9
lines

Added Fl::option() setting to allow arrow keys to navigate table.

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().


------------------------------------------------------------------------
r9837 | greg.ercolano | 2013-03-16 23:06:52 -0700 (Sat, 16 Mar 2013) | 2
lines

Small fix to column max width calculation: take into account width of
header.

------------------------------------------------------------------------
r9836 | greg.ercolano | 2013-03-16 22:24:58 -0700 (Sat, 16 Mar 2013) | 2
lines

Added examples for Fl::option() methods

------------------------------------------------------------------------

Download | Home Page | Listing ]


Comments

Submit Comment ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.