note 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 = 1 -- BP_PUSHBUTTON bp_groupbox: INTEGER = 4 -- BP_GROUPBOX tabp_body: INTEGER = 10 -- TABP_BODY tabp_item: INTEGER = 1 -- TABP_ITEM tp_button: INTEGER = 1 -- TP_BUTTON tp_dropdownbutton: INTEGER = 2 -- TP_DROPDOWNBUTTON tp_splitbutton: INTEGER = 3 -- TP_SPLITBUTTON tp_splitbuttondropdown: INTEGER = 4 -- TP_SPLITBUTTONDROPDOWN tp_separator: INTEGER = 5 -- TP_SEPARATOR tp_separatorvert: INTEGER = 6 -- TP_SEPARATORVERT feature -- Top notebook tabs tabp_tabitem: INTEGER = 1 -- TABP_TABITEM tabp_tabitemleftedge: INTEGER = 2 -- TABP_TABITEMLEFTEDGE tabp_tabitemrightedge: INTEGER = 3 -- TABP_TABITEMRIGHTEDGE tabp_tabitembothedge: INTEGER = 4; -- TABP_TABITEMBOTHEDGE note 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