Small changes/fixes

This commit is contained in:
Severin Münger
2013-09-13 01:08:18 +02:00
parent 9c65194d91
commit f53974b138
8 changed files with 57 additions and 33 deletions

View File

@@ -6,16 +6,19 @@ note
class
WSF_GRID_COLUMN
create
make_column
feature {NONE}
make_column(a_header,a_field:STRING)
do
header:=a_header
field_name:=a_field
sorting_name:=a_field
end
make_column (a_header, a_field: STRING)
do
header := a_header
field_name := a_field
sorting_name := a_field
end
feature
header: STRING