INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Abstract 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 CONTROL
inherit

TILE
redefine
build,
init
end
feature

font: FONT

target: CONTROL_RESPONDER

CTRLKBD_DEFAULT: INTEGER

CTRLKBD_NO: INTEGER

CTRLKBD_ARROWS: INTEGER

CTRLKBD_TAB: INTEGER

CTRLKBD_CHARS: INTEGER

CTRLKBD_ALL: INTEGER
feature

set_font (new_font: FONT)
-- Sets the font used to display textual information.

build (rc: RESOURCE_CONTAINER; p: POINTER)

set_target (new_target: CONTROL_RESPONDER)
-- Assigns to the control a new target object, which will receive
-- messages generated in response to user actions on control devices.

set_transparent (flag: BOOLEAN)

get_transparent: BOOLEAN

set_keyboard_processing_type (type: INTEGER)

init

rect_in_dlu (r: RECT): RECT
end -- class CONTROL

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES