diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-12-10 08:09:27 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-12-10 08:09:27 +0000 |
| commit | 3d94092dcc301e5c904851edeb4650e73d256370 (patch) | |
| tree | b613a259525c48a04ccc9204dbdf98c4d8d056ff /examples/table-sort.cxx | |
| parent | ca8f6d72b6609fd49b88ef5704e67d09ee6ced28 (diff) | |
Header mods for submission history, copyright notices, consistency.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7996 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples/table-sort.cxx')
| -rw-r--r-- | examples/table-sort.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/table-sort.cxx b/examples/table-sort.cxx index d6189f9af..fff339648 100644 --- a/examples/table-sort.cxx +++ b/examples/table-sort.cxx @@ -1,16 +1,16 @@ // // "$Id$" // -// table-sort -- An example application using a sortable Fl_Table +// table-sort -- An example application using a sortable Fl_Table // +// Originally the 'sortapp.cxx' example program that came with +// erco's Fl_Table widget. Added to FLTK in 2010. +// // Example of a non-trivial application that uses Fl_Table // with sortable columns. This example is not trying to be simple, -// but to demonstrate the complexities of an actual small app. -// -// HISTORY -// 03/18/2003 -- 'sortapp.cxx' added to the Fl_Table widget package -erco -// 11/30/2010 -- Modified and added to FLTK examples -erco +// but to demonstrate the complexities of an actual app. // +// Copyright 2010 Greg Ercolano. // Copyright 1998-2010 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or |
