diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-05-10 12:10:16 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-05-10 12:10:16 +0200 |
commit | 408e94406dd613c92a890be64eb6e847f15e13a4 (patch) | |
tree | 205bdc50e66b478c883b1a3ca51ca1262b428e0d /src | |
parent | 35f8bc2b5ac57705dcd9e269c436a2bc979c6a2a (diff) | |
download | fpGUI-408e94406dd613c92a890be64eb6e847f15e13a4.tar.xz |
Fixed widget comment
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/fpg_button.pas | 2 |
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 |