Dialog::GetOkayButton
Defined in:
Returns a pointer to the okay button widget.
C4Dialog.h
Prototype
PushButtonWidget *GetOkayButton(void);
Description
The GetOkayButton
function returns a pointer to the PushButtonWidget
for the okay button. The okay button is embedded in the Dialog
class and should not be deleted. This function is provided so that the properties or transform of the okay button can be modified.
See Also