From 45010ee2fe988e00930e43713802c870c2bdecf2 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 6 Aug 2001 15:19:20 +0000 Subject: 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 --- test/resizebox.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test') 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 $". // -- cgit v1.2.3