summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-05-10 12:10:16 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-05-10 12:10:16 +0200
commit408e94406dd613c92a890be64eb6e847f15e13a4 (patch)
tree205bdc50e66b478c883b1a3ca51ca1262b428e0d
parent35f8bc2b5ac57705dcd9e269c436a2bc979c6a2a (diff)
downloadfpGUI-408e94406dd613c92a890be64eb6e847f15e13a4.tar.xz
Fixed widget comment
-rw-r--r--src/gui/fpg_button.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fpg_button.pas b/src/gui/fpg_button.pas
index 92b29164..f98e0c69 100644
--- a/src/gui/fpg_button.pas
+++ b/src/gui/fpg_button.pas
@@ -126,7 +126,7 @@ type
and each button's GroupIndex must be greater than 0, but not the same as any
other button.
- If you want toggle buttons - only one button my be down at a time:
+ If you want toggle buttons (only one button my be down at a time):
Set AllowAllUp = False and AllowDown = True
AllowDown = True will automatically set the GroupIndex = 1. If you want more
than one set of toggle buttons in a Parent, you need to manually set the