From 601e7807f49ada0d0be612c530b5f9c310c17e6e Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 17 Oct 2005 00:04:49 +0000 Subject: Additional documentation fixes --- simplegui.mod/simplegui.bmx | 4 ++-- 1 file 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 -- cgit v1.2.3