mirror of
https://github.com/fltk/fltk.git
synced 2025-12-12 22:44:53 +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:
@@ -10,7 +10,7 @@
|
|||||||
// widgets; one widget per cell. This isn't optimal for large tables,
|
// widgets; one widget per cell. This isn't optimal for large tables,
|
||||||
// where it's better to make one instance of a widget, and move it to
|
// where it's better to make one instance of a widget, and move it to
|
||||||
// where it's needed. For an example of this, see the example program
|
// where it's needed. For an example of this, see the example program
|
||||||
// "table-simple-spreadsheet.cxx"
|
// "table-spreadsheet.cxx".
|
||||||
//
|
//
|
||||||
// Copyright 2010 Greg Ercolano.
|
// Copyright 2010 Greg Ercolano.
|
||||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
// No interaction; simple display of data only.
|
// No interaction; simple display of data only.
|
||||||
// See other examples for more complex interactions with the table.
|
// See other examples for more complex interactions with the table.
|
||||||
//
|
//
|
||||||
|
// Copyright 2010 Greg Ercolano.
|
||||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
//
|
//
|
||||||
// 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
|
// Example of a non-trivial application that uses Fl_Table
|
||||||
// with sortable columns. This example is not trying to be simple,
|
// with sortable columns. This example is not trying to be simple,
|
||||||
// but to demonstrate the complexities of an actual small app.
|
// but to demonstrate the complexities of an actual 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
|
|
||||||
//
|
//
|
||||||
|
// Copyright 2010 Greg Ercolano.
|
||||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
// Simple Fl_Tabs widget example.
|
// Simple Fl_Tabs widget example.
|
||||||
// Originally from erco's cheat sheet 06/05/2010, permission by author.
|
// Originally from erco's cheat sheet 06/05/2010, permission by author.
|
||||||
//
|
//
|
||||||
|
// Copyright 2010 Greg Ercolano.
|
||||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Simple Fl_Tree widget example. - erco 06/05/2010
|
// Simple Fl_Tree widget example. - erco 06/05/2010
|
||||||
//
|
//
|
||||||
|
// Copyright 2010 Greg Ercolano.
|
||||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
// Simple Fl_Wizard widget example.
|
// Simple Fl_Wizard widget example.
|
||||||
// Originally from erco's cheat sheet 06/05/2010, permission by author.
|
// Originally from erco's cheat sheet 06/05/2010, permission by author.
|
||||||
//
|
//
|
||||||
|
// Copyright 2010 Greg Ercolano.
|
||||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
|
|||||||
Reference in New Issue
Block a user