INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "EOLE_OCC", "This class is an application%'s view to the OLE", "custom control. The application works with a descendants", "of EOLE_OCC class - and all actions of the application", "are mapped automatically to the actions upon the", "OLE control, corresponding to the EOLE_OCC class"
project: "Visual Eiffel Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: wine
deferred class EOLE_OCC
inherit

TILE
rename
make as tile_make
redefine
activate,
disable,
enable,
hide,
init,
is_enabled,
on_parent_resize,
set_name,
show
end

WAPI_SHOWWINDOW_COMMANDS
end
feature

make (n: STRING; r: RECT; ctx: INTEGER)

get_class_id: STRING

set_name (n: STRING)

activate

show

hide

enable

disable

is_enabled: BOOLEAN

init

on_parent_resize (pw, ph: INTEGER)

attach (hwnd: INTEGER)

set_control_site (occsite: EOLE_OCC_SITE)

get_control_site: EOLE_OCC_SITE
end -- class EOLE_OCC

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES