diff options
-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 |