INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: Caret Functions"
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_CARET_FUNCTIONS
inherit

WAPI_ERROR_SERVER
end
feature -- Access

ShowCaret (hwnd: INTEGER)
-- The 'ShowCaret' procedure makes the caret visible on the screen
-- at the caret's current position. When the caret becomes visible,
-- it begins flashing automatically.
end -- class WAPI_CARET_FUNCTIONS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES