Name

Popup::ShowText — Show the contents of an entire file in a popup.

Synopsis

Import Popup;
void Popup::ShowText ( string  headline ,
  string  text );

Parameters

string headline

headline text

string text

text to show

Return Value

void

Examples

  Popup::ShowText ("Boot Messages", "kernel panic");