INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "MessageBox (MB) 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_MB_CONSTANTS
inherit

WAPI_MESSAGE_BOX_FLAGS
rename
mb_ok as b32mb_ok,
mb_okcancel as b32mb_okcancel,
mb_abortretryignore as b32mb_abortretryignore,
mb_yesnocancel as b32mb_yesnocancel,
mb_yesno as b32mb_yesno,
mb_retrycancel as b32mb_retrycancel,
mb_iconhand as b32mb_iconhand,
mb_iconquestion as b32mb_iconquestion,
mb_iconexclamation as b32mb_iconexclamation,
mb_iconasterisk as b32mb_iconasterisk,
mb_iconinformation as b32mb_iconinformation,
mb_iconstop as b32mb_iconstop,
mb_defbutton1 as b32mb_defbutton1,
mb_defbutton2 as b32mb_defbutton2,
mb_defbutton3 as b32mb_defbutton3,
mb_applmodal as b32mb_applmodal,
mb_systemmodal as b32mb_systemmodal,
mb_taskmodal as b32mb_taskmodal,
mb_nofocus as b32mb_nofocus,
mb_setforeground as b32mb_setforeground,
mb_default_desktop_only as b32mb_default_desktop_only,
mb_service_notification as b32mb_service_notification,
mb_typemask as b32mb_typemask,
mb_iconmask as b32mb_iconmask,
mb_defmask as b32mb_defmask,
mb_modemask as b32mb_modemask,
mb_miscmask as b32mb_miscmask
end
feature -- Access

Mb_ok: INTEGER

Mb_okcancel: INTEGER

Mb_abortretryignore: INTEGER

Mb_yesnocancel: INTEGER

Mb_yesno: INTEGER

Mb_retrycancel: INTEGER

Mb_typemask: INTEGER

Mb_iconhand: INTEGER

Mb_iconquestion: INTEGER

Mb_iconexclamation: INTEGER

Mb_iconasterisk: INTEGER

Mb_iconmask: INTEGER

Mb_iconinformation: INTEGER

Mb_iconstop: INTEGER

Mb_defbutton1: INTEGER

Mb_defbutton2: INTEGER

Mb_defbutton3: INTEGER

Mb_defmask: INTEGER

Mb_applmodal: INTEGER

Mb_systemmodal: INTEGER

Mb_taskmodal: INTEGER

Mb_nofocus: INTEGER
end -- class WEL_MB_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES