indexing description: "System-defined toolbar bitmap constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class interface WEL_IDB_CONSTANTS feature -- Access idb_std_large_color: INTEGER -- Large, color standard bitmaps. idb_std_small_color: INTEGER -- Small, color standard bitmaps. idb_view_large_color: INTEGER -- Large, color view bitmaps. idb_view_small_color: INTEGER -- Small, color view bitmaps. feature -- Status report valid_tool_bar_bitmap_constant (c: INTEGER): BOOLEAN -- Is c a valid tool bar bitmap constant? invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) end -- class WEL_IDB_CONSTANTS