INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "System metrics and system configuration settings ", "informations. ", "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_SYSTEM_METRICS
inherit

WEL_SM_CONSTANTS
export
{NONE}
all
end
feature -- Status report

window_border_width: INTEGER
-- Width of the border of a window

window_border_height: INTEGER
-- Height of the border of a window

cursor_width: INTEGER
-- Width of the cursor

cursor_height: INTEGER
-- Height of the cursor

dialog_window_frame_width: INTEGER
-- Width of window frame for window that
-- has the `Ws_dlgframe' style

dialog_window_frame_height: INTEGER
-- Height of window frame for window that
-- has the `Ws_dlgframe' style

double_click_width: INTEGER
-- Width of a rectangle around the location of a
-- first click in a double-click sequence. The second
-- click must occur within this rectangle for the
-- system to consider the two clicks a double-click.

double_click_height: INTEGER
-- Height of a rectangle around the location of a
-- first click in a double-click sequence. The second
-- click must occur within this rectangle for the
-- system to consider the two clicks a double-click.

window_frame_width: INTEGER
-- Width of window frame for a window
-- that can be resized

window_frame_height: INTEGER
-- Height of window frame for a window
-- that can be resized

full_screen_client_area_width: INTEGER
-- Width of the client area for a full-screen window

full_screen_client_area_height: INTEGER
-- Height of the client area for a full-screen window

horizontal_scroll_bar_arrow_width: INTEGER
-- Width of arrow bitmap on horizontal scrollbar

horizontal_scroll_bar_arrow_height: INTEGER
-- Height of arrow bitmap on horizontal scrollbar

horizontal_scroll_bar_thumb_width: INTEGER

icon_width: INTEGER
-- Width of an icon

icon_height: INTEGER
-- Height of an icon

icon_spacing_width: INTEGER
-- Width of rectangular cell that Program Manager
-- uses to position tiled icons

icon_spacing_height: INTEGER
-- Height of rectangular cell that Program Manager
-- uses to position tiled icons

window_minimum_width: INTEGER
-- Minimum width of a window

window_minimum_height: INTEGER
-- Minimum height of a window

screen_width: INTEGER
-- Screen width

screen_height: INTEGER
-- Screen height

title_bar_width: INTEGER
-- Width of bitmaps contained in title bar

title_bar_height: INTEGER
-- Height of bitmaps contained in title bar

vertical_scroll_bar_arrow_width: INTEGER
-- Width of arrow bitmap on vertical scrollbar

vertical_scroll_bar_arrow_height: INTEGER
-- Height of arrow bitmap on vertical scrollbar

vertical_scroll_bar_thumb_height: INTEGER
-- Height of vertical scrollbar thumb

caption_height: INTEGER
-- Height of normal caption area

kanji_window_height: INTEGER
-- Height of the Kanji window at the bottom of the
-- screen. For double-byte character set versions of
-- Windows only.

menu_bar_height: INTEGER
-- Height of single-line menu bar

dbcs_installed: BOOLEAN
-- Is the double-byte character set (DBCS) version
-- of USER.EXE installed?

debug_installed: BOOLEAN
-- Is the debugging version of USER.EXE installed?

popup_menu_right_aligned: BOOLEAN
-- Are pop-up menus right-aligned relative to the
-- corresponding menu-bar item?

mouse_installed: BOOLEAN
-- Is a mouse installed?

pen_installed: BOOLEAN
-- Is a pen installed?

mouse_button_swapped: BOOLEAN
-- Are the meanings of the left and right mouse
-- buttons swapped?
end -- class WEL_SYSTEM_METRICS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES