summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-08-06 15:19:20 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-08-06 15:19:20 +0000
commit45010ee2fe988e00930e43713802c870c2bdecf2 (patch)
tree685db778171689ca79548d76f3e371c3c2d2f6c6 /test
parent28c0d4ffa1ccd9828f00be1c96405484b5e5d681 (diff)
Include config.h in Fl_FileBrowser.cxx.
Remove Fl::enable_symbols() from resizebox.cxx. Update fl_draw() to support symbols at the beginning and end of the label (for double symbols on either end, e.g. "@< Bla@>") Update fl_measure() to understand symbols and add them to the measurement. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/resizebox.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/resizebox.cxx b/test/resizebox.cxx
index d8be76d3f..921ac1cf1 100644
--- a/test/resizebox.cxx
+++ b/test/resizebox.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: resizebox.cxx,v 1.4.2.3 2001/01/22 15:13:41 easysw Exp $"
+// "$Id: resizebox.cxx,v 1.4.2.3.2.1 2001/08/06 15:19:20 easysw Exp $"
//
// Resize box test program for the Fast Light Tool Kit (FLTK).
//
@@ -77,7 +77,6 @@ int main(int argc, char **argv) {
n = new Fl_Box(FL_FRAME_BOX,W1+B+B,W1+B+B,2*W1+B,2*W1+B,0);
n->color(8);
- Fl::enable_symbols();
Fl_Button *b = new Fl_Radio_Button(W1+B+50,W1+B+30,20,20,"@6>");
b->callback(b_cb,6);
(new Fl_Radio_Button(W1+B+30,W1+B+10,20,20,"@8>"))->callback(b_cb,8);
@@ -97,5 +96,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id: resizebox.cxx,v 1.4.2.3 2001/01/22 15:13:41 easysw Exp $".
+// End of "$Id: resizebox.cxx,v 1.4.2.3.2.1 2001/08/06 15:19:20 easysw Exp $".
//