C4 Engine
C4 Engine API Documentation

Dialog::GetOkayButton

Defined in:  C4Dialog.h
Returns a pointer to the okay button widget.
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

Dialog::GetCancelButton

Dialog::GetIgnoreButton