- indexing
- title: "Visual Eiffel Library.", "SetWindowPos Flags."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_SWP_FLAGS
- feature -- Class data
-
SWP_NOSIZE: BIT 32
-
SWP_NOMOVE: BIT 32
-
SWP_NOZORDER: BIT 32
-
SWP_NOREDRAW: BIT 32
-
SWP_NOACTIVATE: BIT 32
-
SWP_DRAWFRAME, SWP_FRAMECHANGED: BIT 32
-
SWP_SHOWWINDOW: BIT 32
-
SWP_HIDEWINDOW: BIT 32
-
SWP_NOCOPYBITS: BIT 32
-
SWP_NOREPOSITION, SWP_NOOWNERZORDER: BIT 32
end -- class WAPI_SWP_FLAGS