INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "SetWindowPosition (SWP) constants. ", "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_SWP_CONSTANTS
inherit

WAPI_SWP_FLAGS
rename
swp_nosize as b32swp_nosize,
swp_nomove as b32swp_nomove,
swp_nozorder as b32swp_nozorder,
swp_noredraw as b32swp_noredraw,
swp_noactivate as b32swp_noactivate,
swp_framechanged as b32swp_framechanged,
swp_showwindow as b32swp_showwindow,
swp_hidewindow as b32swp_hidewindow,
swp_nocopybits as b32swp_nocopybits,
swp_noownerzorder as b32swp_noownerzorder,
swp_drawframe as b32swp_drawframe,
swp_noreposition as b32swp_noreposition
end
feature -- Access

Swp_nosize: INTEGER

Swp_nomove: INTEGER

Swp_nozorder: INTEGER

Swp_noredraw: INTEGER

Swp_noactivate: INTEGER

Swp_framechanged: INTEGER

Swp_showwindow: INTEGER

Swp_hidewindow: INTEGER

Swp_nocopybits: INTEGER

Swp_noownerzorder: INTEGER

Swp_drawframe: INTEGER

Swp_noreposition: INTEGER
end -- class WEL_SWP_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES