- indexing
- title: "Visual Eiffel Library.", "Win32 API: %'RedrawWindow%' flags"
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_REDRAW_WINDOW_FLAGS
- feature -- Flags
-
RDW_INVALIDATE: BIT 32
-
RDW_INTERNALPAINT: BIT 32
-
RDW_ERASE: BIT 32
-
RDW_VALIDATE: BIT 32
-
RDW_NOINTERNALPAINT: BIT 32
-
RDW_NOERASE: BIT 32
-
RDW_NOCHILDREN: BIT 32
-
RDW_ALLCHILDREN: BIT 32
-
RDW_UPDATENOW: BIT 32
-
RDW_ERASENOW: BIT 32
-
RDW_FRAME: BIT 32
-
RDW_NOFRAME: BIT 32
end -- class WAPI_REDRAW_WINDOW_FLAGS