- indexing
- copyright: "Object Tools, 1996-1997"
- version: "1.1"
- cluster: formats
class G_STRING_FORMATTER
- inherit
-
G_ABSTRACT_JUSTIFY_FORMATTER
-
- redefine
- make
- end
- creation
- make
- feature
-
str: STRING
-
make (s: STRING)
-
- require
-
format_string:
s /= void
-
output: STRING
end -- class G_STRING_FORMATTER