From 2c61d60470b0583614437950066b2f63c4ac2782 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Sep 2001 20:25:36 +0000 Subject: Documentation updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Pack.html | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) (limited to 'documentation/Fl_Pack.html') diff --git a/documentation/Fl_Pack.html b/documentation/Fl_Pack.html index fce869243..ef3efeb23 100644 --- a/documentation/Fl_Pack.html +++ b/documentation/Fl_Pack.html @@ -25,44 +25,15 @@ each other horizontally. If type() is not FL_HORIZONTAL then the children are resized to the width and are stacked below each other. Then the Fl_Pack resizes itself to surround the child widgets.

-

This widget is needed for the Fl_Tab. +

This widget is needed for the Fl_Tabs. In addition you may want to put the Fl_Pack inside an Fl_Scroll.

Methods

-
- - -
- - - - - - - - -
-

Fl_Pack::Fl_Pack(int x, int y, int w, int h, const char *label = 0)

Creates a new Fl_Pack widget using the given position, size, @@ -77,4 +48,4 @@ that it is destroyed last.

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

Gets or sets the number of extra pixels of blank space that are added -between the children. \ No newline at end of file +between the children. -- cgit v1.2.3