From 072398649c07f7a839eb13a04ac5c416e305a73c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 7 Oct 2007 09:43:10 +0000 Subject: STR #1793: Updated docs to reflect the default for Fl_Pack::resizable() to be NULL. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Pack.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'documentation/Fl_Pack.html') diff --git a/documentation/Fl_Pack.html b/documentation/Fl_Pack.html index 70ebcd953..9a19f1068 100644 --- a/documentation/Fl_Pack.html +++ b/documentation/Fl_Pack.html @@ -36,6 +36,7 @@ widgets.

Fl_Pack::Fl_Pack(int x, int y, int w, int @@ -49,6 +50,15 @@ all the children in the user code. A kludge has been done so the 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. + +

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

+

The resizable for Fl_Pack is set to NULL by +default.

+ +

See also: Fl_Group::resizable()

+

int Fl_Pack::spacing() const
void Fl_Pack::spacing(int)

Gets or sets the number of extra pixels of blank space that are added -- cgit v1.2.3