# data file for the Fltk User Interface Designer (fluid) version 2.00 header_name {.h} code_name {.cxx} gridx 5 gridy 5 snap 3 decl {\#include } {public } decl {\#include } {} decl {\#include } {} class StaticText {open : {public Fl_Widget} } { decl {enum {MaxLength = 255};} {} decl {char *str;} {} Function {StaticText(int xx,int yy,int ww,int hh) : Fl_Widget(xx,yy,ww,hh,0)} {open } { code {str = 0;} {} } Function {~StaticText()} {open } { code {if (str != 0) delete [] str;} {} } Function {value(char *mstr)} {open } { code {int i,l; for (l=0; l