summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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>