summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-30 14:57:02 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-30 14:57:02 +0000
commit35308e5c22569135c877d5b1a204ac169b73d70c (patch)
tree8e1c7218c2e3777b34920a2ea9f303e9df4cf778 /FL
parent7b0ade0138f6c8a35aaa918305bc1dbcbf672892 (diff)
Added Fl::get_boxtype() method.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2555 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 3e3cdcb46..26ae6f4f4 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.H,v 1.8.2.11.2.18 2002/07/17 06:09:25 matthiaswm Exp $"
+// "$Id: Fl.H,v 1.8.2.11.2.19 2002/07/30 14:57:02 easysw Exp $"
//
// Main header file for the Fast Light Tool Kit (FLTK).
//
@@ -215,6 +215,7 @@ public:
static void set_labeltype(Fl_Labeltype, Fl_Labeltype from);
// boxtypes:
+ static Fl_Box_Draw_F *get_boxtype(Fl_Boxtype);
static void set_boxtype(Fl_Boxtype, Fl_Box_Draw_F*,uchar,uchar,uchar,uchar);
static void set_boxtype(Fl_Boxtype, Fl_Boxtype from);
static int box_dx(Fl_Boxtype);
@@ -257,5 +258,5 @@ public:
#endif // !Fl_H
//
-// End of "$Id: Fl.H,v 1.8.2.11.2.18 2002/07/17 06:09:25 matthiaswm Exp $".
+// End of "$Id: Fl.H,v 1.8.2.11.2.19 2002/07/30 14:57:02 easysw Exp $".
//