- indexing
- title: "Slider 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 SLIDER
- inherit
-
SCROLLER
-
- rename
-
make
as scroller_make
- end
-
CONTROL
-
- rename
-
make
as c_make
-
- redefine
- build,
- init,
- set_default_style
- end
- creation
- load,
- make
- feature
-
make (n: STRING; r: RECT; ctx, typ: INTEGER)
-
set_default_style
-
set_type (type_code: INTEGER)
-
init
-
build (rc: RESOURCE_CONTAINER; p: POINTER)
end -- class SLIDER