indexing
description: "Common control Track Bar Style (TBS) constants."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_TBS_CONSTANTS
feature
Tbs_autoticks: INTEGER is 1
Tbs_both: INTEGER is 8
Tbs_bottom: INTEGER is 0
Tbs_enableselrange: INTEGER is 32
Tbs_fixedlength: INTEGER is 64
Tbs_horz: INTEGER is 0
Tbs_left: INTEGER is 4
Tbs_nothumb: INTEGER is 128
Tbs_noticks: INTEGER is 16
Tbs_right: INTEGER is 0
Tbs_tooltips: INTEGER is 256
Tbs_top: INTEGER is 4
Tbs_vert: INTEGER is 2
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_TBS_CONSTANTS