indexing
description: "Toolbar button state (TB_STATE...) constants."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_TB_STATE_CONSTANTS
feature
Tbstate_checked: INTEGER is 1
Tbstate_enabled: INTEGER is 4
Tbstate_hidden: INTEGER is 8
Tbstate_indeterminate: INTEGER is 16
Tbstate_pressed: INTEGER is 2
Tbstate_wrap: INTEGER is 32
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_TB_STATE_CONSTANTS