C4 Engine
C4 Engine API Documentation

Dialog::GetIgnoreButton

Defined in:  C4Dialog.h
Returns a pointer to the ignore button widget.
Prototype

PushButtonWidget *GetIgnoreButton(void);

Description
The GetIgnoreButton function returns a pointer to the PushButtonWidget for the ignore button. The ignore button is embedded in the Dialog class and should not be deleted. This function is provided so that the properties or transform of the ignore button can be modified. The returned pointer is valid even if no text was originally specified for the ignore button.
See Also

Dialog::GetOkayButton

Dialog::GetCancelButton

Dialog::GetIgnoreKeyCode

Dialog::SetIgnoreKeyCode