- indexing
- title: "Button style (BS) constants. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
- project: "Windows Eiffel Library"
- copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
- cluster: wel
class WEL_BS_CONSTANTS
- inherit
-
WAPI_BUTTON_CONTROL_STYLES
-
- rename
-
bs_pushbutton
as b32bs_pushbutton,
-
bs_defpushbutton
as b32bs_defpushbutton,
-
bs_checkbox
as b32bs_checkbox,
-
bs_autocheckbox
as b32bs_autocheckbox,
-
bs_radiobutton
as b32bs_radiobutton,
-
bs_3state
as b32bs_3state,
-
bs_auto3state
as b32bs_auto3state,
-
bs_groupbox
as b32bs_groupbox,
-
bs_userbutton
as b32bs_userbutton,
-
bs_autoradiobutton
as b32bs_autoradiobutton,
-
bs_ownerdraw
as b32bs_ownerdraw,
-
bs_lefttext
as b32bs_lefttext
- end
- feature -- access
-
BS_PUSHBUTTON: INTEGER
-
BS_DEFPUSHBUTTON: INTEGER
-
BS_CHECKBOX: INTEGER
-
BS_AUTOCHECKBOX: INTEGER
-
BS_RADIOBUTTON: INTEGER
-
BS_3STATE: INTEGER
-
BS_AUTO3STATE: INTEGER
-
BS_GROUPBOX: INTEGER
-
BS_USERBUTTON: INTEGER
-
BS_AUTORADIOBUTTON: INTEGER
-
BS_OWNERDRAW: INTEGER
-
BS_LEFTTEXT: INTEGER
end -- class WEL_BS_CONSTANTS