diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-10-17 00:04:49 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-10-17 00:04:49 +0000 |
commit | 601e7807f49ada0d0be612c530b5f9c310c17e6e (patch) | |
tree | 7e2086616818f3f173a86d7949a6e17a095a0f71 | |
parent | 8565aef1a802ef0e8b81ed5fdeddb860d3908ad4 (diff) |
Additional documentation fixes
-rw-r--r-- | simplegui.mod/simplegui.bmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simplegui.mod/simplegui.bmx b/simplegui.mod/simplegui.bmx index 97cde3a..909209b 100644 --- a/simplegui.mod/simplegui.bmx +++ b/simplegui.mod/simplegui.bmx @@ -1106,7 +1106,7 @@ Type TGUIHandler Rem bbdoc: Sets the enable state of all widgets. - about: If @state is true then all widgets are enabled, otherwise all widgets are disabled + about: If @state is true then all widgets are enabled, otherwise all widgets are disabled. EndRem Method SetEnable(state:Int) For Local w:TWidget=EachIn m_widgets @@ -1116,7 +1116,7 @@ Type TGUIHandler Rem bbdoc: Sets the displayed state of all widgets. - about: If @state is true then all widgets are enabled, otherwise all widgets are disabled + about: If @state is true then all widgets are displayed, otherwise all widgets are hidden. EndRem Method SetDisplay(state:Int) For Local w:TWidget=EachIn m_widgets |