indexing description: "Windows XP theme constants for part identifiers." legal: "See notice at end of class." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_THEME_PART_CONSTANTS feature -- Access bp_pushbutton: INTEGER is 1 -- BP_PUSHBUTTON bp_groupbox: INTEGER is 4 -- BP_GROUPBOX tabp_body: INTEGER is 10 -- TABP_BODY tabp_item: INTEGER is 1 -- TABP_ITEM tp_button: INTEGER is 1 -- TP_BUTTON tp_dropdownbutton: INTEGER is 2 -- TP_DROPDOWNBUTTON tp_splitbutton: INTEGER is 3 -- TP_SPLITBUTTON tp_splitbuttondropdown: INTEGER is 4 -- TP_SPLITBUTTONDROPDOWN tp_separator: INTEGER is 5 -- TP_SEPARATOR tp_separatorvert: INTEGER is 6 -- TP_SEPARATORVERT feature -- Top notebook tabs tabp_tabitem: INTEGER is 1 -- TABP_TABITEM tabp_tabitemleftedge: INTEGER is 2 -- TABP_TABITEMLEFTEDGE tabp_tabitemrightedge: INTEGER is 3 -- TABP_TABITEMRIGHTEDGE tabp_tabitembothedge: INTEGER is 4; -- TABP_TABITEMBOTHEDGE indexing copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end