- indexing
- title: "Visual Eiffel Library.", "Win32 API: Progress Bar Control Constants"
- 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_PROGRESS_CONST
- feature -- Progress Bar Control Window Class
-
frozen PROGRESS_CLASS: STRING
- feature -- Progress Bar Styles
-
PBS_SMOOTH: BIT 32
-
PBS_VERTICAL: BIT 32
- feature -- Progress Bar Messages
-
PBM_SETRANGE: INTEGER
-
PBM_SETPOS: INTEGER
-
PBM_DELTAPOS: INTEGER
-
PBM_SETSTEP: INTEGER
-
PBM_STEPIT: INTEGER
-
PBM_SETRANGE32: INTEGER
-
PBM_GETRANGE: INTEGER
-
PBM_GETPOS: INTEGER
end -- class WAPI_PROGRESS_CONST