More changes for .C and .H to .cxx and .h...

git-svn-id: file:///fltk/svn/fltk/trunk@129 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1998-12-06 15:09:22 +00:00
parent 16252e5faf
commit fd90251c29
16 changed files with 41 additions and 41 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
// //
// "$Id: Fl_Function_Type.cxx,v 1.6 1998/11/25 13:18:46 mike Exp $" // "$Id: Fl_Function_Type.cxx,v 1.7 1998/12/06 15:09:13 mike Exp $"
// //
// C function type code for the Fast Light Tool Kit (FLTK). // C function type code for the Fast Light Tool Kit (FLTK).
// //
@@ -24,7 +24,7 @@
// //
#include <FL/Fl.H> #include <FL/Fl.H>
#include "Fl_Type.H" #include "Fl_Type.h"
#include <FL/fl_show_input.H> #include <FL/fl_show_input.H>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
@@ -685,5 +685,5 @@ void Fl_Class_Type::write_code2() {
} }
// //
// End of "$Id: Fl_Function_Type.cxx,v 1.6 1998/11/25 13:18:46 mike Exp $". // End of "$Id: Fl_Function_Type.cxx,v 1.7 1998/12/06 15:09:13 mike Exp $".
// //
+3 -3
View File
@@ -1,5 +1,5 @@
// //
// "$Id: Fl_Group_Type.cxx,v 1.2 1998/10/21 16:28:52 mike Exp $" // "$Id: Fl_Group_Type.cxx,v 1.3 1998/12/06 15:09:14 mike Exp $"
// //
// Fl_Group object code for the Fast Light Tool Kit (FLTK). // Fl_Group object code for the Fast Light Tool Kit (FLTK).
// //
@@ -31,7 +31,7 @@
#include <FL/Fl.H> #include <FL/Fl.H>
#include <FL/Fl_Group.H> #include <FL/Fl_Group.H>
#include <FL/fl_message.H> #include <FL/fl_message.H>
#include "Fl_Widget_Type.H" #include "Fl_Widget_Type.h"
class igroup : public Fl_Group { class igroup : public Fl_Group {
public: public:
@@ -267,5 +267,5 @@ public:
Fl_Tile_Type Fl_Tile_type; // the "factory" Fl_Tile_Type Fl_Tile_type; // the "factory"
// //
// End of "$Id: Fl_Group_Type.cxx,v 1.2 1998/10/21 16:28:52 mike Exp $". // End of "$Id: Fl_Group_Type.cxx,v 1.3 1998/12/06 15:09:14 mike Exp $".
// //
+3 -3
View File
@@ -1,5 +1,5 @@
// //
// "$Id: Fl_Menu_Type.cxx,v 1.4 1998/11/23 22:14:06 mike Exp $" // "$Id: Fl_Menu_Type.cxx,v 1.5 1998/12/06 15:09:14 mike Exp $"
// //
// Menu item code for the Fast Light Tool Kit (FLTK). // Menu item code for the Fast Light Tool Kit (FLTK).
// //
@@ -30,7 +30,7 @@
// //
#include <FL/Fl.H> #include <FL/Fl.H>
#include "Fl_Widget_Type.H" #include "Fl_Widget_Type.h"
#include <FL/fl_message.H> #include <FL/fl_message.H>
#include <FL/Fl_Menu_.H> #include <FL/Fl_Menu_.H>
#include <FL/Fl_Button.H> #include <FL/Fl_Button.H>
@@ -529,5 +529,5 @@ void shortcut_in_cb(Shortcut_Button* i, void* v) {
} }
// //
// End of "$Id: Fl_Menu_Type.cxx,v 1.4 1998/11/23 22:14:06 mike Exp $". // End of "$Id: Fl_Menu_Type.cxx,v 1.5 1998/12/06 15:09:14 mike Exp $".
// //
+3 -3
View File
@@ -1,5 +1,5 @@
// //
// "$Id: Fl_Type.cxx,v 1.3 1998/10/21 16:28:54 mike Exp $" // "$Id: Fl_Type.cxx,v 1.4 1998/12/06 15:09:15 mike Exp $"
// //
// Widget type code for the Fast Light Tool Kit (FLTK). // Widget type code for the Fast Light Tool Kit (FLTK).
// //
@@ -43,7 +43,7 @@
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include "Fl_Type.H" #include "Fl_Type.h"
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
@@ -640,5 +640,5 @@ void Fl_Type::read_property(const char *c) {
int Fl_Type::read_fdesign(const char*, const char*) {return 0;} int Fl_Type::read_fdesign(const char*, const char*) {return 0;}
// //
// End of "$Id: Fl_Type.cxx,v 1.3 1998/10/21 16:28:54 mike Exp $". // End of "$Id: Fl_Type.cxx,v 1.4 1998/12/06 15:09:15 mike Exp $".
// //
+3 -3
View File
@@ -1,5 +1,5 @@
// //
// "$Id: Fl_Widget_Type.cxx,v 1.10 1998/12/02 15:47:28 mike Exp $" // "$Id: Fl_Widget_Type.cxx,v 1.11 1998/12/06 15:09:16 mike Exp $"
// //
// Widget type code for the Fast Light Tool Kit (FLTK). // Widget type code for the Fast Light Tool Kit (FLTK).
// //
@@ -25,7 +25,7 @@
#include <FL/Fl.H> #include <FL/Fl.H>
#include <FL/Fl_Group.H> #include <FL/Fl_Group.H>
#include "Fl_Widget_Type.H" #include "Fl_Widget_Type.h"
#include <FL/fl_message.H> #include <FL/fl_message.H>
#include <FL/Fl_Slider.H> #include <FL/Fl_Slider.H>
#include <FL/Fl_Window.H> #include <FL/Fl_Window.H>
@@ -1701,5 +1701,5 @@ int Fl_Widget_Type::read_fdesign(const char* name, const char* value) {
} }
// //
// End of "$Id: Fl_Widget_Type.cxx,v 1.10 1998/12/02 15:47:28 mike Exp $". // End of "$Id: Fl_Widget_Type.cxx,v 1.11 1998/12/06 15:09:16 mike Exp $".
// //
+4 -4
View File
@@ -1,5 +1,5 @@
// //
// "$Id: Fl_Window_Type.cxx,v 1.9 1998/12/02 15:59:47 mike Exp $" // "$Id: Fl_Window_Type.cxx,v 1.10 1998/12/06 15:09:16 mike Exp $"
// //
// Window type code for the Fast Light Tool Kit (FLTK). // Window type code for the Fast Light Tool Kit (FLTK).
// //
@@ -32,10 +32,10 @@
#include <FL/fl_message.H> #include <FL/fl_message.H>
#include <FL/fl_draw.H> #include <FL/fl_draw.H>
#include <FL/Fl_Menu_Item.H> #include <FL/Fl_Menu_Item.H>
#include "Fl_Widget_Type.H" #include "Fl_Widget_Type.h"
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
#include "alignment_panel.H" #include "alignment_panel.h"
#include <stdio.h> #include <stdio.h>
int gridx = 5; int gridx = 5;
@@ -697,5 +697,5 @@ int Fl_Window_Type::read_fdesign(const char* name, const char* value) {
} }
// //
// End of "$Id: Fl_Window_Type.cxx,v 1.9 1998/12/02 15:59:47 mike Exp $". // End of "$Id: Fl_Window_Type.cxx,v 1.10 1998/12/06 15:09:16 mike Exp $".
// //
+4 -4
View File
@@ -1,5 +1,5 @@
// //
// "$Id: Fluid_Image.cxx,v 1.4 1998/12/02 15:58:10 mike Exp $" // "$Id: Fluid_Image.cxx,v 1.5 1998/12/06 15:09:17 mike Exp $"
// //
// Pixmap label support for the Fast Light Tool Kit (FLTK). // Pixmap label support for the Fast Light Tool Kit (FLTK).
// //
@@ -25,8 +25,8 @@
#include <FL/Fl.H> #include <FL/Fl.H>
#include <FL/Fl_Widget.H> #include <FL/Fl_Widget.H>
#include "Fl_Type.H" #include "Fl_Type.h"
#include "Fluid_Image.H" #include "Fluid_Image.h"
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
@@ -406,5 +406,5 @@ Fluid_Image *ui_find_image(const char *oldname) {
} }
// //
// End of "$Id: Fluid_Image.cxx,v 1.4 1998/12/02 15:58:10 mike Exp $". // End of "$Id: Fluid_Image.cxx,v 1.5 1998/12/06 15:09:17 mike Exp $".
// //
+1 -1
View File
@@ -1,6 +1,6 @@
// generated by Fast Light User Interface Designer (fluid) version 1.00 // generated by Fast Light User Interface Designer (fluid) version 1.00
#include "about_panel.H" #include "about_panel.h"
Fl_Window *about_panel; Fl_Window *about_panel;
+1 -1
View File
@@ -1,6 +1,6 @@
// generated by Fast Light User Interface Designer (fluid) version 1.00 // generated by Fast Light User Interface Designer (fluid) version 1.00
#include "alignment_panel.H" #include "alignment_panel.h"
Fl_Window *alignment_window; Fl_Window *alignment_window;
+3 -3
View File
@@ -1,5 +1,5 @@
// //
// "$Id: code.cxx,v 1.5 1998/11/25 15:54:43 mike Exp $" // "$Id: code.cxx,v 1.6 1998/12/06 15:09:19 mike Exp $"
// //
// Code output routines for the Fast Light Tool Kit (FLTK). // Code output routines for the Fast Light Tool Kit (FLTK).
// //
@@ -31,7 +31,7 @@
#include <FL/Fl.H> #include <FL/Fl.H>
#include "Fl_Type.H" #include "Fl_Type.H"
#include "alignment_panel.H" #include "alignment_panel.h"
static FILE *code_file; static FILE *code_file;
static FILE *header_file; static FILE *header_file;
@@ -290,5 +290,5 @@ void Fl_Type::write_code1() {
void Fl_Type::write_code2() {} void Fl_Type::write_code2() {}
// //
// End of "$Id: code.cxx,v 1.5 1998/11/25 15:54:43 mike Exp $". // End of "$Id: code.cxx,v 1.6 1998/12/06 15:09:19 mike Exp $".
// //
+3 -3
View File
@@ -1,5 +1,5 @@
// //
// "$Id: factory.cxx,v 1.2 1998/10/21 16:28:59 mike Exp $" // "$Id: factory.cxx,v 1.3 1998/12/06 15:09:19 mike Exp $"
// //
// Widget factory code for the Fast Light Tool Kit (FLTK). // Widget factory code for the Fast Light Tool Kit (FLTK).
// //
@@ -41,7 +41,7 @@
#define strcasecmp stricmp #define strcasecmp stricmp
#endif #endif
#include "Fl_Widget_Type.H" #include "Fl_Widget_Type.h"
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
@@ -673,5 +673,5 @@ int lookup_symbol(const char *name, int &v, int numberok) {
} }
// //
// End of "$Id: factory.cxx,v 1.2 1998/10/21 16:28:59 mike Exp $". // End of "$Id: factory.cxx,v 1.3 1998/12/06 15:09:19 mike Exp $".
// //
+3 -3
View File
@@ -1,5 +1,5 @@
// //
// "$Id: file.cxx,v 1.3 1998/10/21 16:29:00 mike Exp $" // "$Id: file.cxx,v 1.4 1998/12/06 15:09:20 mike Exp $"
// //
// Fluid file routines for the Fast Light Tool Kit (FLTK). // Fluid file routines for the Fast Light Tool Kit (FLTK).
// //
@@ -33,7 +33,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
#include "alignment_panel.H" #include "alignment_panel.h"
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
// BASIC FILE WRITING: // BASIC FILE WRITING:
@@ -587,5 +587,5 @@ void read_fdesign() {
} }
// //
// End of "$Id: file.cxx,v 1.3 1998/10/21 16:29:00 mike Exp $". // End of "$Id: file.cxx,v 1.4 1998/12/06 15:09:20 mike Exp $".
// //
+4 -4
View File
@@ -1,5 +1,5 @@
// //
// "$Id: fluid.cxx,v 1.7 1998/12/06 14:59:13 mike Exp $" // "$Id: fluid.cxx,v 1.8 1998/12/06 15:09:20 mike Exp $"
// //
// FLUID main entry for the Fast Light Tool Kit (FLTK). // FLUID main entry for the Fast Light Tool Kit (FLTK).
// //
@@ -68,9 +68,9 @@ const char *copyright =
# include <unistd.h> # include <unistd.h>
#endif #endif
#include "about_panel.H" #include "about_panel.h"
#include "Fl_Type.H" #include "Fl_Type.h"
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
@@ -407,5 +407,5 @@ int main(int argc,char **argv) {
} }
// //
// End of "$Id: fluid.cxx,v 1.7 1998/12/06 14:59:13 mike Exp $". // End of "$Id: fluid.cxx,v 1.8 1998/12/06 15:09:20 mike Exp $".
// //
+1 -1
View File
@@ -1,6 +1,6 @@
// generated by Fast Light User Interface Designer (fluid) version 1.00 // generated by Fast Light User Interface Designer (fluid) version 1.00
#include "function_panel.H" #include "function_panel.h"
Fl_Window *function_panel; Fl_Window *function_panel;
+1 -1
View File
@@ -1,5 +1,5 @@
// generated by Fast Light User Interface Designer (fluid) version 0.99 // generated by Fast Light User Interface Designer (fluid) version 0.99
#include "keyboard_ui.H" #include "keyboard_ui.h"
Fl_Window *make_window() { Fl_Window *make_window() {
Fl_Window *w; Fl_Window *w;
+1 -1
View File
@@ -1,6 +1,6 @@
// generated by Fast Light User Interface Designer (fluid) version 1.00 // generated by Fast Light User Interface Designer (fluid) version 1.00
#include "widget_panel.H" #include "widget_panel.h"
Fl_Input *v_input[4]; Fl_Input *v_input[4];