INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: Button 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_BUTTON_FUNCTIONS
inherit

WAPI_ERROR_SERVER
end
feature -- Access

CheckDlgButton (hdlg, nldbutton, ucheck: INTEGER)
-- The 'CheckDlgButton' procedure changes the check state
-- of a button control.
require
correct_hdlg: hdlg /= null_

CheckRadioButton (hwnddlg, idfirstbutton, idlastbutton, idcheckbutton: INTEGER)
-- The 'CheckRadioButton' procedure adds a check mark to (checks)
-- a specified radio button in a group and removes a check mark from
-- (clears) all other radio buttons in the group.
require
correct_hwnddlg: hwnddlg /= null_
end -- class WAPI_BUTTON_FUNCTIONS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES