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 +++++++ documentation/functions.html | 1 + 2 files changed, 8 insertions(+) (limited to 'documentation') 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 diff --git a/documentation/functions.html b/documentation/functions.html index aaf8789e9..bcd4d099d 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -29,6 +29,7 @@ A.

  • fl_begin_offscreen
  • fl_begin_points
  • fl_begin_polygon
  • +
  • fl_box
  • fl_brush (WIN32)
  • fl_can_do_alpha_blending
  • fl_casealphasort
  • -- cgit v1.2.3