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