summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2002-06-27 04:29:39 +0000
committerMatthias Melcher <fltk@matthiasm.com>2002-06-27 04:29:39 +0000
commit9c29ecde90d6c415ed842c5139937e73ebd2f274 (patch)
treefe2094302ea5027b4d33a2c269050e824172145b /test
parent0d352d96eaa8c5a7115acceabf80a993a5f623f1 (diff)
MacOS:
Pixmap Draw fix: pixmap would always draw from 0, 0 gl_font implemented FL_FOCUS fix: would not send FL_FOCUS when window activated window classes fixed: modal() and non_modal() should work much better glut fix: uninitialised 'display' callback made glpuzzle crash Please send bug reports git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2323 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/help.cxx6
-rw-r--r--test/preferences.fl10
2 files changed, 6 insertions, 10 deletions
diff --git a/test/help.cxx b/test/help.cxx
index 96254f77b..dc3fca907 100644
--- a/test/help.cxx
+++ b/test/help.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: help.cxx,v 1.1.2.4 2002/01/01 15:11:33 easysw Exp $"
+// "$Id: help.cxx,v 1.1.2.5 2002/06/27 04:29:39 matthiaswm Exp $"
//
// Fl_Help_Dialog test program.
//
@@ -48,7 +48,7 @@ main(int argc, // I - Number of command-line arguments
help = new Fl_Help_Dialog;
if (argc < 2)
- help->load("../documentation/index.html");
+ help->load("../../documentation/index.html");
else
help->load(argv[1]);
@@ -63,5 +63,5 @@ main(int argc, // I - Number of command-line arguments
//
-// End of "$Id: help.cxx,v 1.1.2.4 2002/01/01 15:11:33 easysw Exp $".
+// End of "$Id: help.cxx,v 1.1.2.5 2002/06/27 04:29:39 matthiaswm Exp $".
//
diff --git a/test/preferences.fl b/test/preferences.fl
index 58d0b9932..443684c2c 100644
--- a/test/preferences.fl
+++ b/test/preferences.fl
@@ -1,10 +1,7 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0100
header_name {.h}
-code_name {.cxx}
-gridx 5
-gridy 5
-snap 3
+code_name {.cxx}
decl {\#include <FL/Fl_Preferences.H>} {public
}
@@ -13,8 +10,7 @@ decl {\#include <stdio.h>} {public
decl {\#include <stdlib.h>} {}
-decl {\#include <FL/filename.H>} {selected
-}
+decl {\#include <FL/filename.H>} {}
decl {void readPrefs();} {public
}
@@ -175,7 +171,7 @@ Function {} {open return_type int
xywh {175 185 70 20} type Horizontal align 8 minimum 2 maximum 6 value 3.1
}
Fl_Input wPaper {
- label {Newspaper:}
+ label {Newspaper:} selected
xywh {165 225 105 20} align 5
}
}