DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2122
Version: 1.3-current





Link: http://www.fltk.org/str.php?L2122
Version: 1.3-current
#include <stdio.h>
#include <string.h>
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Multiline_Output.H>
int main() {
      char title[40];
      sprintf(title, "fltk 
%d.%d.%d",FL_MAJOR_VERSION,FL_MINOR_VERSION,FL_PATCH_VERSION);
      Fl_Window win(600, 150, title);
      Fl_Multiline_Output out(10,10,win.w()-20,win.h()-20);
      out.textfont(FL_COURIER);
      out.value("-rw-r--r--     1 root  1000    3847 Dec 10 01:50 
CMakeLists.txt\n"
                "-rw-r--r--     1 root  1000    1327 Dec 10 01:50 
CubeMain.cxx\n"
                "-rw-rw-rw-     1 root  1000    1344 Dec 28 08:45 CubeMain.o\n"
                "-rwxrwxrwx     1 root  1000  313532 Dec 28 08:45 CubeView\n"
                "-rw-r--r--     1 root  1000    4394 Dec 10 01:50 
CubeView.cxx\n"
                "-rw-r--r--     1 root  1000    3421 Dec 10 01:50 
CubeView.h\n");
      win.show();
      return(Fl::run());
}
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to