diff options
| -rw-r--r-- | examples/menubar-add.cxx | 2 | ||||
| -rw-r--r-- | examples/table-as-container.cxx | 2 | ||||
| -rw-r--r-- | examples/table-simple.cxx | 1 | ||||
| -rw-r--r-- | examples/table-sort.cxx | 12 | ||||
| -rw-r--r-- | examples/tabs-simple.cxx | 5 | ||||
| -rw-r--r-- | examples/texteditor-simple.cxx | 2 | ||||
| -rw-r--r-- | examples/tree-simple.cxx | 3 | ||||
| -rw-r--r-- | examples/wizard-simple.cxx | 5 |
8 files changed, 18 insertions, 14 deletions
diff --git a/examples/menubar-add.cxx b/examples/menubar-add.cxx index 46c1336bb..5986b6863 100644 --- a/examples/menubar-add.cxx +++ b/examples/menubar-add.cxx @@ -1,7 +1,7 @@ // // "$Id$" // -// An example of using Fl_Menu_Bar's add() to dynamically create menubars +// An example of using Fl_Menu_Bar's add() to dynamically create menubars // // Menu bars can be created several ways. Using add() allows // dynamically creating a menubar using a 'pathname' syntax. diff --git a/examples/table-as-container.cxx b/examples/table-as-container.cxx index bc13db9a1..64d3637ce 100644 --- a/examples/table-as-container.cxx +++ b/examples/table-as-container.cxx @@ -10,7 +10,7 @@ // 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 needed. For an example of this, see the example program -// "table-simple-spreadsheet.cxx" +// "table-spreadsheet.cxx". // // Copyright 2010 Greg Ercolano. // Copyright 1998-2010 by Bill Spitzak and others. diff --git a/examples/table-simple.cxx b/examples/table-simple.cxx index 4db51b468..b1ad7c140 100644 --- a/examples/table-simple.cxx +++ b/examples/table-simple.cxx @@ -8,6 +8,7 @@ // No interaction; simple display of data only. // See other examples for more complex interactions with the table. // +// Copyright 2010 Greg Ercolano. // Copyright 1998-2010 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or 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 diff --git a/examples/tabs-simple.cxx b/examples/tabs-simple.cxx index e7e446570..cc347e979 100644 --- a/examples/tabs-simple.cxx +++ b/examples/tabs-simple.cxx @@ -1,9 +1,10 @@ // // "$Id$" // -// Simple Fl_Tabs widget example. -// Originally from erco's cheat sheet 06/05/2010, permission by author. +// Simple Fl_Tabs widget example. +// Originally from erco's cheat sheet 06/05/2010, permission by author. // +// Copyright 2010 Greg Ercolano. // Copyright 1998-2010 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or diff --git a/examples/texteditor-simple.cxx b/examples/texteditor-simple.cxx index 3556cba24..cbcaea898 100644 --- a/examples/texteditor-simple.cxx +++ b/examples/texteditor-simple.cxx @@ -1,7 +1,7 @@ // // "$Id$" // -// A simple example of Fl_Text_Editor +// A simple example of Fl_Text_Editor // // Fl_Text_Editor is unlike other FLTK widgets in that // to work correctly, it must be assigned to an instance of an diff --git a/examples/tree-simple.cxx b/examples/tree-simple.cxx index 64a89c228..d7c13ab23 100644 --- a/examples/tree-simple.cxx +++ b/examples/tree-simple.cxx @@ -1,8 +1,9 @@ // // "$Id$" // -// 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. // // This library is free software; you can redistribute it and/or diff --git a/examples/wizard-simple.cxx b/examples/wizard-simple.cxx index 101402b5c..25b506d72 100644 --- a/examples/wizard-simple.cxx +++ b/examples/wizard-simple.cxx @@ -1,9 +1,10 @@ // // "$Id$" // -// Simple Fl_Wizard widget example. -// Originally from erco's cheat sheet 06/05/2010, permission by author. +// Simple Fl_Wizard widget example. +// Originally from erco's cheat sheet 06/05/2010, permission by author. // +// Copyright 2010 Greg Ercolano. // Copyright 1998-2010 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or |
