- indexing
- title: "IInPlaceObject support"
- 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_INPLACE_OBJECT
- inherit
-
EOLE_OLE_WINDOW
-
- redefine
- create_ole_interface_ptr,
- on_query_interface
- end
- feature
-
create_ole_interface_ptr: POINTER
- feature -- Deactivate active in-place object.
--
-
inplace_deactivate
-
ui_deactivate
-
set_object_rects (pos_rec: EOLE_RECT; clip_rec: EOLE_RECT)
-
reactivate_and_undo: INTEGER
- feature -- The following feature are simply thw wrappers
-- betweei Eiffel code and C implementation
-
ole2_ole_in_place_object_in_place_deactivate (p: POINTER)
-
ole2_ole_in_place_object_u_i_deactivate (p: POINTER)
-
ole2_ole_in_place_object_set_object_rects (p: POINTER; pos_rec: POINTER; clip_rec: POINTER)
-
ole2_ole_in_place_object_reactivate_and_undo (p: POINTER)
end -- class EOLE_INPLACE_OBJECT