summaryrefslogtreecommitdiff
path: root/documentation/Fl.html
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 /documentation/Fl.html
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 'documentation/Fl.html')
-rw-r--r--documentation/Fl.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html
index e240c5f06..5123c5939 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -80,6 +80,7 @@ state information and global methods for the current application.</P>
<LI><A HREF="#Fl.focus">focus</A></LI>
<LI><A HREF="#Fl.foreground">foreground</A></LI>
<LI><A HREF="#Fl.free_color">free_color</A></LI>
+ <LI><A HREF="#Fl.get_boxtype">get_boxtype</A></LI>
<LI><A HREF="#Fl.get_color">get_color</A></LI>
<LI><A HREF="#Fl.get_font">get_font</A></LI>
<LI><A HREF="#Fl.get_font_name">get_font_name</A></LI>
@@ -704,6 +705,11 @@ between this and <tt>FL_WHITE</tt>.
If <tt>overlay</tt> is non-zero then the color is freed from the
overlay colormap.
+<H4><A NAME="Fl.get_boxtype">Fl_Box_Draw_F *get_boxtype(Fl_Boxtype);</A></H4>
+
+<P>Gets the current box drawing function for the specified box type.
+
+
<H4><A NAME="Fl.get_color">unsigned get_color(Fl_Color c);<BR>
void get_color(Fl_Color c, uchar&amp;r, uchar&amp;g, uchar&amp;b);</A></H4>