From 8565aef1a802ef0e8b81ed5fdeddb860d3908ad4 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 17 Oct 2005 00:03:05 +0000 Subject: Fixed docs for TTextListItem --- simplegui.mod/simplegui.bmx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simplegui.mod/simplegui.bmx b/simplegui.mod/simplegui.bmx index a6dab25..97cde3a 100644 --- a/simplegui.mod/simplegui.bmx +++ b/simplegui.mod/simplegui.bmx @@ -568,19 +568,19 @@ about: If the objects stored as TTextList options are derived from this type the EndRem Type TTextListItem Abstract Rem - about: The number of columns. + bbdoc: The number of columns. returns: The number of columns EndRem Method Columns:Int() Abstract Rem - about: A column offset. + bbdoc: A column offset. returns: The column offset for column @i (numbered from zero). EndRem Method ColumnOffset:Int(i:Int) Abstract Rem - about: Column data. + bbdoc: Column data. returns: The column data for column @i (numbered from zero). EndRem Method ColumnData:String(i:Int) Abstract -- cgit v1.2.3