INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "A combox box with an edit control and a list box ", "always open. ", "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_SIMPLE_COMBO_BOX
inherit

WEL_COMBO_BOX
end

WEL_CBS_CONSTANTS
export
{NONE}
all
end
creation

make,
make_by_id
feature -- Status setting

set_limit_text (limit: INTEGER)
-- Set the length of the text the user may type.
require
exists: exists
positive_limit: limit >= 0
end -- class WEL_SIMPLE_COMBO_BOX

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES