INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "EOLE_WINDOW_CONTEXT"
project: "Visual Eiffel Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: wine
class EOLE_WINDOW_CONTEXT
inherit

EOLE_OBJECT_WITH_POINTER
end
creation

make
feature

make
-- Purpose:
-- Object's constructor.
-- Params:
-- None.
-- Return Value:
-- None.
-- Notes:
-- It's a dummy constructor now.

allocate: POINTER

get_inplace_frame: EOLE_INPLACE_FRAME

get_inplace_ui_window: EOLE_INPLACE_UI_WINDOW

get_pos_rect: EOLE_RECT

get_clip_rect: EOLE_RECT

get_inplace_frame_info: EOLE_INPLACE_FRAME_INFO

set_inplace_frame (ipframe: EOLE_INPLACE_FRAME)

set_inplace_ui_window (uiwnd: EOLE_INPLACE_UI_WINDOW)

set_pos_rect (posrect: EOLE_RECT)

set_clip_rect (cliprect: EOLE_RECT)

set_inplace_frame_info (ipfinfo: EOLE_INPLACE_FRAME_INFO)
end -- class EOLE_WINDOW_CONTEXT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES