INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Information about message Wm_size which is sent to a ", "window after its size has changed. ", "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_SIZE_MESSAGE
inherit

WEL_MESSAGE_INFORMATION
end

WEL_SIZE_CONSTANTS
export
{NONE}
all
end
creation

make
feature -- Access

size_type: INTEGER
-- Type of resizing requested.
-- See class WEL_SIZE_CONSTANTS for different values.

width: INTEGER
-- New width of the client area

height: INTEGER
-- New height of the client area
feature -- Status report

maximized: BOOLEAN
-- Has the window been maximized?

minimized: BOOLEAN
-- Has the window been minimized?

restored: BOOLEAN
-- Has the window been restored?
end -- class WEL_SIZE_MESSAGE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES