From 2c7bea98fe956a88fbe34d14d4f289d3fc866c26 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 16 May 2007 08:30:48 +0000 Subject: STR #1678: improved fl_down, fl_frame, added fl_box, updated documentation. Fixed indent in Fl_Input_Choice.H git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5834 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/common.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation/common.html') diff --git a/documentation/common.html b/documentation/common.html index f25477f99..18fbc22c5 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -335,6 +335,13 @@ If no frame version of a given box exists, the behavior of this function is undefined and some random box or frame is returned. See also: fl_frame drawing. +

Fl_Boxtype fl_box(Fl_Boxtype)

+ +

fl_box returns the filled version of a frame. +If no filled version of a given frame exists, the behavior of this function +is undefined and some random box or frame is returned. +See also: fl_frame. +

Adding Your Box Type

The Fl::set_boxtype() method adds or replaces the -- cgit v1.2.3