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/common.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/common.html') diff --git a/documentation/common.html b/documentation/common.html index c2560980f..b13955da2 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -36,10 +36,10 @@ rbutton->type(FL_RADIO_BUTTON); For toggle and radio buttons, the value() method returns the current button state (0 = off, -1 = on). The set() and +1 = on). The set() and clear() methods can be used on toggle buttons to turn a toggle button on or off, respectively. Radio buttons can be turned on -with the setonly() method; this +with the setonly() method; this will also turn off other radio buttons in the same group.

Text

FLTK provides several text widgets for displaying and receiving text: @@ -211,7 +211,7 @@ widget. box.
  • FL_ALIGN_WRAP - wrap the label text as needed.
  • -

    labeltype()

    +

    labeltype()

    The labeltype() method sets the type of the label. The following standard label types are included: