INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Ancestor to all buttons (check, push, etc.). ", "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
deferred class WEL_BUTTON
inherit

WEL_CONTROL
redefine
process_notification
end

WEL_BN_CONSTANTS
export
{NONE}
all
end
feature -- Notifications

on_bn_clicked
-- Called when the button is clicked
require
exists: exists
end -- class WEL_BUTTON

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES