INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Information about message Wm_showwindow which is when a ", "window is about to be hidden or shown. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_SHOW_WINDOW_MESSAGE
inherit

WEL_MESSAGE_INFORMATION
end

WEL_SW_CONSTANTS
export
{NONE}
all
end
creation

make
feature -- Status report

shown: BOOLEAN
-- Is the window being shown?

parent_opening: BOOLEAN
-- Is window's owner window being restored?

parent_closing: BOOLEAN
-- Is window's owner window being minimized?
feature -- Access

status: INTEGER
-- Status of the window being shown.
-- See class WEL_SW_CONSTANTS for differents values.
end -- class WEL_SHOW_WINDOW_MESSAGE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES