indexing description: "System Command (SC) constants for the Wm_syscommand % %message." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_SC_CONSTANTS feature -- Access Sc_size: INTEGER is external "C [macro %"wel.h%"]" alias "SC_SIZE" end Sc_move: INTEGER is external "C [macro %"wel.h%"]" alias "SC_MOVE" end Sc_minimize: INTEGER is external "C [macro %"wel.h%"]" alias "SC_MINIMIZE" end Sc_maximize: INTEGER is external "C [macro %"wel.h%"]" alias "SC_MAXIMIZE" end Sc_nextwindow: INTEGER is external "C [macro %"wel.h%"]" alias "SC_NEXTWINDOW" end Sc_prevwindow: INTEGER is external "C [macro %"wel.h%"]" alias "SC_PREVWINDOW" end Sc_close: INTEGER is external "C [macro %"wel.h%"]" alias "SC_CLOSE" end Sc_vscroll: INTEGER is external "C [macro %"wel.h%"]" alias "SC_VSCROLL" end Sc_hscroll: INTEGER is external "C [macro %"wel.h%"]" alias "SC_HSCROLL" end Sc_mousemenu: INTEGER is external "C [macro %"wel.h%"]" alias "SC_MOUSEMENU" end Sc_keymenu: INTEGER is external "C [macro %"wel.h%"]" alias "SC_KEYMENU" end Sc_arrange: INTEGER is external "C [macro %"wel.h%"]" alias "SC_ARRANGE" end Sc_restore: INTEGER is external "C [macro %"wel.h%"]" alias "SC_RESTORE" end Sc_tasklist: INTEGER is external "C [macro %"wel.h%"]" alias "SC_TASKLIST" end Sc_screensave: INTEGER is external "C [macro %"wel.h%"]" alias "SC_SCREENSAVE" end Sc_hotkey: INTEGER is external "C [macro %"wel.h%"]" alias "SC_HOTKEY" end end -- class WEL_SC_CONSTANTS --|---------------------------------------------------------------- --| Windows Eiffel Library: library of reusable components for ISE Eiffel. --| Copyright (C) 1986-2001 Interactive Software Engineering Inc. --| All rights reserved. Duplication and distribution prohibited. --| May be used only with ISE Eiffel, under terms of user license. --| Contact ISE for any other use. --| --| Interactive Software Engineering Inc. --| ISE Building --| 360 Storke Road, Goleta, CA 93117 USA --| Telephone 805-685-1006, Fax 805-685-6869 --| Electronic mail --| Customer support: http://support.eiffel.com> --| For latest info see award-winning pages: http://www.eiffel.com --|----------------------------------------------------------------