- indexing
- title: "Static control"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class STATIC_TEXT
- inherit
-
CONTROL
-
- rename
-
make
as t_make
-
- redefine
- build,
- init,
- on_destroy,
- set_default_style
- end
- creation
- load,
- make
- feature
-
LEFT: INTEGER
-
CENTER: INTEGER
-
RIGHT: INTEGER
-
make (n: STRING; r: RECT)
-
set_default_style
-
set_alignment (code: INTEGER)
-
get_alignment: INTEGER
-
justify_left
-
justify_right
-
justify_center
-
build (rc: RESOURCE_CONTAINER; p: POINTER)
end -- class STATIC_TEXT