note description: "Control window." legal: "See notice at end of class." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" deferred class CONTROL_WINDOW inherit WEL_CONTROL_WINDOW rename class_name as wel_class_name, exists as wel_exists, font as wel_font, has_capture as wel_has_capture, has_heavy_capture as wel_has_heavy_capture, invalidate_rect as wel_invalidate_rect, item as wel_item, release_capture as wel_release_capture, set_capture as wel_set_capture, set_focus as wel_set_focus, set_font as wel_set_font, set_item as wel_set_item, scroll as wel_scroll undefine on_wm_paint, on_paint end WEL_UNIT_CONVERSION export {NONE} all end DVASPECT_ENUM export {NONE} all end OLEIVERB_ENUM export {NONE} all end feature {NONE} -- Implementation m_position: TAG_RECT_RECORD; -- Client rectangle. note copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class CONTROL_WINDOW