mirror of
https://github.com/fltk/fltk.git
synced 2025-12-11 05:31:07 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user