indexing description: "General message box implementation"; status: "See notice at end of class"; date: "$Date$" revision: "$Revision$" deferred class OBSOLETE_TOOLKIT inherit TOOLKIT feature -- Access io_handler (an_io_handler: IO_HANDLER): IO_HANDLER_I is -- Toolkit implementation of `an_io_handler' deferred ensure handler_exists: Result /= Void end; label_g (a_label_gadget: LABEL; managed: BOOLEAN; oui_parent: COMPOSITE): LABEL_G_I is -- Toolkit implementation of `a_label_gadget' deferred ensure widget_exists: Result /= Void end; prompt (a_prompt: PROMPT; managed: BOOLEAN; oui_parent: COMPOSITE): PROMPT_I is -- Toolkit implementation of `a_prompt' deferred ensure widget_exists: Result /= Void end; scroll_list (a_list: SCROLL_LIST; managed, is_fixed: BOOLEAN; oui_parent: COMPOSITE): SCROLL_L_I is -- Toolkit implementation of `a_list' deferred ensure widget_exists: Result /= Void end; toggle_bg (a_toggle_b_gadget: TOGGLE_BG; managed: BOOLEAN; oui_parent: COMPOSITE): TOGGLE_BG_I is -- Toolkit implementation of `a_toggle_b_gadget' deferred ensure widget_exists: Result /= Void end; push_bg (a_push_b_gadget: PUSH_BG; managed: BOOLEAN; oui_parent: COMPOSITE): PUSH_BG_I is -- Toolkit implementation of `a_push_b_gadget' deferred ensure widget_exists: Result /= Void end; separator_g (a_separator_gadget: SEPARATOR_G; managed: BOOLEAN; oui_parent: COMPOSITE): SEPARATO_G_I is -- Toolkit implementation of `a_separator_gadget' deferred ensure widget_exists: Result /= Void end; message (a_message: MESSAGE; managed: BOOLEAN; oui_parent: COMPOSITE): MESSAGE_I is -- Toolkit implementation of `a_message' deferred ensure widget_exists: Result /= Void end; end -- class OBSOLETE_TOOLKIT --|---------------------------------------------------------------- --| EiffelVision: library of reusable components for ISE Eiffel. --| Copyright (C) 1985-2004 Eiffel Software. All rights reserved. --| Duplication and distribution prohibited. May be used only with --| ISE Eiffel, under terms of user license. --| Contact Eiffel Software for any other use. --| --| Interactive Software Engineering Inc. --| dba Eiffel Software --| 356 Storke Road, Goleta, CA 93117 USA --| Telephone 805-685-1006, Fax 805-685-6869 --| Contact us at: http://www.eiffel.com/general/email.html --| Customer support: http://support.eiffel.com --| For latest info on our award winning products, visit: --| http://www.eiffel.com --|----------------------------------------------------------------