summaryrefslogtreecommitdiff
path: root/simplegui.mod
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-10-17 00:03:05 +0000
committerIan C <ianc@noddybox.co.uk>2005-10-17 00:03:05 +0000
commit8565aef1a802ef0e8b81ed5fdeddb860d3908ad4 (patch)
treea03b57d9d1097d9f4435795a6382b7739135e696 /simplegui.mod
parent41b4072c2ab1134b7ebcb7ec86a7e7012af953a7 (diff)
Fixed docs for TTextListItem
Diffstat (limited to 'simplegui.mod')
-rw-r--r--simplegui.mod/simplegui.bmx6
1 files 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