More filename changes...
git-svn-id: file:///fltk/svn/fltk/trunk@137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
5a632f4926
commit
e449a77e75
@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: browser.cxx,v 1.3 1998/10/21 14:21:16 mike Exp $"
|
||||
// "$Id: browser.cxx,v 1.4 1998/12/06 15:57:01 mike Exp $"
|
||||
//
|
||||
// Browser test program for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
@ -75,7 +75,7 @@ void b_cb(Fl_Widget* o, void*) {
|
||||
int main(int argc, char **argv) {
|
||||
int i;
|
||||
if (!Fl::args(argc,argv,i)) Fl::fatal(Fl::help);
|
||||
const char* fname = (i < argc) ? argv[i] : "browser.C";
|
||||
const char* fname = (i < argc) ? argv[i] : "browser.cxx";
|
||||
Fl_Window window(400,400,fname);
|
||||
window.box(FL_NO_BOX); // because it is filled with browser
|
||||
Fl_Select_Browser browser(0,0,400,400,0);
|
||||
@ -94,6 +94,6 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
//
|
||||
// End of "$Id: browser.cxx,v 1.3 1998/10/21 14:21:16 mike Exp $".
|
||||
// End of "$Id: browser.cxx,v 1.4 1998/12/06 15:57:01 mike Exp $".
|
||||
//
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: fl_jpeg_image.cxx,v 1.3 1998/10/21 14:21:25 mike Exp $"
|
||||
// "$Id: fl_jpeg_image.cxx,v 1.4 1998/12/06 15:57:02 mike Exp $"
|
||||
//
|
||||
// fl_draw_image test program for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
@ -73,7 +73,7 @@ void image_window::draw() {
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <FL/x.H>
|
||||
#include "list_visuals.C"
|
||||
#include "list_visuals.cxx"
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
@ -197,5 +197,5 @@ void readtheimage(const char *name) {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: fl_jpeg_image.cxx,v 1.3 1998/10/21 14:21:25 mike Exp $".
|
||||
// End of "$Id: fl_jpeg_image.cxx,v 1.4 1998/12/06 15:57:02 mike Exp $".
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: image.cxx,v 1.4 1998/10/21 14:21:30 mike Exp $"
|
||||
// "$Id: image.cxx,v 1.5 1998/12/06 15:57:03 mike Exp $"
|
||||
//
|
||||
// Fl_Image test program for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
@ -71,7 +71,7 @@ void button_cb(Fl_Widget *,void *) {
|
||||
|
||||
#include <FL/x.H>
|
||||
#ifndef WIN32
|
||||
#include "list_visuals.C"
|
||||
#include "list_visuals.cxx"
|
||||
#endif
|
||||
|
||||
int visid = -1;
|
||||
@ -133,5 +133,5 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
//
|
||||
// End of "$Id: image.cxx,v 1.4 1998/10/21 14:21:30 mike Exp $".
|
||||
// End of "$Id: image.cxx,v 1.5 1998/12/06 15:57:03 mike Exp $".
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: jpeg_image.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $"
|
||||
// "$Id: jpeg_image.cxx,v 1.4 1998/12/06 15:57:03 mike Exp $"
|
||||
//
|
||||
// fl_draw_image test program for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
@ -73,7 +73,7 @@ void image_window::draw() {
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <FL/x.H>
|
||||
#include "list_visuals.C"
|
||||
#include "list_visuals.cxx"
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
@ -198,5 +198,5 @@ void readtheimage(const char *name) {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: jpeg_image.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $".
|
||||
// End of "$Id: jpeg_image.cxx,v 1.4 1998/12/06 15:57:03 mike Exp $".
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: keyboard.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $"
|
||||
// "$Id: keyboard.cxx,v 1.4 1998/12/06 15:57:04 mike Exp $"
|
||||
//
|
||||
// Keyboard/event test program for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
@ -37,7 +37,7 @@
|
||||
// Please report all bugs and problems to "fltk-bugs@easysw.com".
|
||||
//
|
||||
|
||||
#include "keyboard_ui.C"
|
||||
#include "keyboard_ui.cxx"
|
||||
#include <stdio.h>
|
||||
|
||||
// these are used to identify which buttons are which:
|
||||
@ -127,5 +127,5 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
//
|
||||
// End of "$Id: keyboard.cxx,v 1.3 1998/10/21 14:21:31 mike Exp $".
|
||||
// End of "$Id: keyboard.cxx,v 1.4 1998/12/06 15:57:04 mike Exp $".
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: mandelbrot.cxx,v 1.4 1998/10/21 16:35:17 mike Exp $"
|
||||
// "$Id: mandelbrot.cxx,v 1.5 1998/12/06 15:57:04 mike Exp $"
|
||||
//
|
||||
// Mandelbrot set demo for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
@ -23,7 +23,7 @@
|
||||
// Please report all bugs and problems to "fltk-bugs@easysw.com".
|
||||
//
|
||||
|
||||
#include "mandelbrot_ui.C"
|
||||
#include "mandelbrot_ui.cxx"
|
||||
#include <FL/fl_draw.H>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@ -197,5 +197,5 @@ void Drawing_Area::resize(int X,int Y,int W,int H) {
|
||||
}
|
||||
|
||||
//
|
||||
// End of "$Id: mandelbrot.cxx,v 1.4 1998/10/21 16:35:17 mike Exp $".
|
||||
// End of "$Id: mandelbrot.cxx,v 1.5 1998/12/06 15:57:04 mike Exp $".
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: shiny.cxx,v 1.3 1998/10/21 14:21:42 mike Exp $"
|
||||
// "$Id: shiny.cxx,v 1.4 1998/12/06 15:57:05 mike Exp $"
|
||||
//
|
||||
// OpenGL "shiny buttons" test program for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
@ -24,7 +24,7 @@
|
||||
//
|
||||
|
||||
#include <config.h>
|
||||
#include "shiny_panel.C"
|
||||
#include "shiny_panel.cxx"
|
||||
#include <FL/fl_message.H>
|
||||
#include <stdio.h>
|
||||
|
||||
@ -303,5 +303,5 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
//
|
||||
// End of "$Id: shiny.cxx,v 1.3 1998/10/21 14:21:42 mike Exp $".
|
||||
// End of "$Id: shiny.cxx,v 1.4 1998/12/06 15:57:05 mike Exp $".
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user