- indexing
- title: "Check button class"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class CHECK_BUTTON
- inherit
-
BUTTON
-
- rename
-
make
as b_make
-
- redefine
- build
- end
- creation
- load,
- make
- feature
-
make (n: STRING; r: RECT; ctx: INTEGER)
-
press
-
release
-
is_pressed: BOOLEAN
-
build (rc: RESOURCE_CONTAINER; p: POINTER)
end -- class CHECK_BUTTON