INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Toolbar system-defined standard and view bitmaps 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_STANDARD_TOOL_BAR_BITMAP_CONSTANTS
feature -- Access

Std_copy: INTEGER

Std_paste: INTEGER

Std_cut: INTEGER

Std_print: INTEGER

Std_delete: INTEGER

Std_printpre: INTEGER

Std_filenew: INTEGER

Std_properties: INTEGER

Std_fileopen: INTEGER

Std_redow: INTEGER

Std_filesave: INTEGER

Std_replace: INTEGER

Std_find: INTEGER

Std_undo: INTEGER

Std_help: INTEGER

View_largeicons: INTEGER

View_sortname: INTEGER

View_smallicons: INTEGER

View_sortsize: INTEGER

View_list: INTEGER

View_sortdate: INTEGER

View_details: INTEGER

View_sorttype: INTEGER
feature -- Status report

valid_standard_tool_bar_bitmap_constant (c: INTEGER): BOOLEAN
-- Is `c' a valid standard tool bar bitmap constant?
end -- class WEL_STANDARD_TOOL_BAR_BITMAP_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES