From 0e6e2393bfc7eeaa47b8a2ebd6c2023f560d7a90 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 28 Apr 2000 18:15:26 +0000 Subject: Typos reported by Alexander Mai Fl_Browser_ docos finished. Added Fl_Group::init_sizes() description. Added links for common widgets in chapter 3 (?) Fixed formatting problems in subclassing and FLUID chapters. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/common.html | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'documentation/common.html') diff --git a/documentation/common.html b/documentation/common.html index f69523cae..5677344e0 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -5,13 +5,13 @@ and covers how to query and set the standard attributes.

Buttons

FLTK provides many types of buttons:

For all of these buttons you just need to include the corresponding @@ -44,11 +44,11 @@ will also turn off other radio buttons in the same group.

Text

FLTK provides several text widgets for displaying and receiving text: The Fl_Output and Fl_Multiline_Output widgets allow @@ -67,13 +67,13 @@ input->value("Now is the time for all good men..."); Unlike text widgets, valuators keep track of numbers instead of strings. FLTK provides the following valuators:

The value() @@ -87,13 +87,13 @@ the widget. used to encapsulate windows, tabs, and scrolled windows. The following group classes are available with FLTK:

Setting the Size and Position of Widgets

The size and position of widgets is usually set when you create them. @@ -229,7 +229,7 @@ raised Fl_Bitmap or Fl_Pixmap objects.

Making Your Own Label Types

-Warning: this interface may change in future versions of fltk! +Warning: this interface is changing in FLTK 2.0!

Label types are actually indexes into a table of functions that draw them. The primary purpose of this is to let you reuse the label() pointer as a pointer to arbitrary data such as a bitmap or pixmap. You -- cgit v1.2.3