Name

Popup::Warning — Show a warning message and wait until user clicked "OK".

Synopsis

Import Popup;
void Popup::Warning ( string  message );

Parameters

string message

warning message string

Return Value

void

Examples

  Popup::Warning("Something is wrong. Please check your configuration." );

Screenshot

See