From 82eb2dde8cbd42e55b0f4852aae8ed0eef2a05a0 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 21 Nov 2007 05:00:55 +0000 Subject: Note that Fl_Pack only works with frame box types (STR #1794) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5989 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Pack.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'documentation') diff --git a/documentation/Fl_Pack.html b/documentation/Fl_Pack.html index f5dadb699..d646deb6a 100644 --- a/documentation/Fl_Pack.html +++ b/documentation/Fl_Pack.html @@ -36,6 +36,7 @@ widgets.

@@ -51,6 +52,13 @@ Fl_Pack and all of it's children can be automatic (local) variables, but you must declare the Fl_Packfirst, so that it is destroyed last. +

Fl_Boxtype Fl_Pack::box() const +
void Fl_Pack::box(Fl_Boxtype)

+ +

Gets or sets the box type for the widget, which identifies a +routine that draws the background of the widget. Only frame +box types may be used with the Fl_Pack widget.

+

void Fl_Pack::resizable(Fl_Widget *box)
void Fl_Pack::resizable(Fl_Widget &box)
Fl_Widget *Fl_Pack::resizable() const

-- cgit v1.2.3