#include int main(int, const char**) { Fl_Help_Dialog *help = new Fl_Help_Dialog; help->value("This is a test:\n" "

\n" "

\n" "

\n" "That was it.\n"); help->show(); Fl::run(); return (0); }