/* SUIT version 2.3 */ #define THE_SCREEN_WIDTH 960 #define THE_SCREEN_HEIGHT 856 #define THE_SCREEN_DEPTH 7 #include "suit.h" /*--------------------------------------------------------------------------------*/ /* */ /* NOTE: */ /* */ /* This file contains all the permanent properties of this application's */ /* objects and is read in as a data file. Compiling this file as part of */ /* your application "hard codes" your interface. Please see "shipping" */ /* in the SUIT reference manual for further information. */ /* */ /* */ /* !! DANGER !! */ /* */ /* This file is machine-generated, and its contents are very important. */ /* */ /* If you must edit this file, do so with extreme caution! */ /* */ /* !! DANGER !! */ /* */ /*--------------------------------------------------------------------------------*/ extern void SUIT_interiorInitFromCode (char *programName, SUIT_functionPointer suiRoutine, int width, int height, int depth); extern SUIT_type *si_getType(char *typeName); extern void si_addChildToObject(SUIT_object, SUIT_object, boolean); static void MAKE (char *name, char *class, char *parent, boolean interactive) { SUIT_object o = SUIT_name(name); SUIT_object p = SUIT_name(parent); if (p != NULL) { if (o == NULL) o = SUIT_createObjectByClass(name, class); if (interactive) { SUIT_setBoolean (o, INTERACTIVELY_CREATED, TRUE); SUIT_makePropertyTemporary (o, INTERACTIVELY_CREATED, OBJECT); } si_addChildToObject(SUIT_name(parent), o, FALSE); } } static void SET (char *objOrClass, char *propertyName, char *propertyType, boolean atClass, boolean locked, char *stringValue) { SUIT_type *type; boolean errorStatus; Pointer retval; SUIT_level level = OBJECT; SUIT_object o; if (atClass) level = CLASS; if (level == CLASS) o = SUIT_dummyObjectInClass(objOrClass); else o = SUIT_name(objOrClass); type = si_getType(propertyType); retval = type->convertFromAscii(stringValue, &errorStatus); if (errorStatus == FALSE) SUIT_setProperty(o, propertyName, propertyType, retval, level); if (locked) SUIT_lockProperty(o, propertyName, level); } static void INIT_suiRoutine(void) { /* This line is for parsing simplicity -- do NOT remove it! @ */ MAKE("File: menu","menu","ROOT",0); MAKE("Open","button","File: menu",0); MAKE("Save","button","File: menu",0); MAKE("Save as","button","File: menu",0); MAKE("Print","button","File: menu",0); MAKE("Quit","button","File: menu",0); MAKE("Abort","button","File: menu",0); MAKE("Parameters: menu","menu","ROOT",0); MAKE("Set parameters","button","Parameters: menu",0); MAKE("Breakpoint: menu","menu","ROOT",0); MAKE("Add generation breakpoint","button","Breakpoint: menu",0); MAKE("create population","button","ROOT",0); MAKE("perform generations","button","ROOT",0); MAKE("Display_stats","button","ROOT",0); MAKE("delete population","button","ROOT",0); MAKE("digital","clock","ROOT",1); MAKE("Best Fitness","Graph display class","ROOT",0); MAKE("whichgen","label","ROOT",0); MAKE("At generation :","label","ROOT",0); MAKE("bestchrbutton","button","ROOT",0); MAKE("Average Fitness","Graph display class","ROOT",0); MAKE("population chip","stacker","ROOT",0); MAKE("current chrome","button","population chip",0); MAKE("poptype","type in box","population chip",0); MAKE("menubar","stacker","ROOT",0); MAKE("File","pulldown menu","menubar",0); MAKE("Parameters","pulldown menu","menubar",0); MAKE("Display_rect","on/off switch","menubar",0); MAKE("Display_text","on/off switch","menubar",0); MAKE("Display_Evaluation","on/off switch","menubar",0); MAKE("Breakpoint","pulldown menu","menubar",0); MAKE("Help","button","menubar",0); MAKE("disp1","bulletin board","ROOT",0); MAKE("h1","bounded value","disp1",0); MAKE("v1","bounded value","disp1",0); MAKE("l1","label","disp1",0); MAKE("+1","Zoom in class","disp1",0); MAKE("-1","Zoom out class","disp1",0); MAKE("zl1","label","disp1",0); MAKE("cm1","centre widget class","disp1",0); MAKE("rm1","return widget class","disp1",0); MAKE("disp2","bulletin board","ROOT",0); MAKE("h2","bounded value","disp2",0); MAKE("v2","bounded value","disp2",0); MAKE("l2","label","disp2",0); MAKE("+2","Zoom in class","disp2",0); MAKE("-2","Zoom out class","disp2",0); MAKE("zl2","label","disp2",0); MAKE("cm2","centre widget class","disp2",0); MAKE("rm2","return widget class","disp2",0); MAKE("disp3","bulletin board","ROOT",0); MAKE("h3","bounded value","disp3",0); MAKE("v3","bounded value","disp3",0); MAKE("l3","label","disp3",0); MAKE("+3","Zoom in class","disp3",0); MAKE("-3","Zoom out class","disp3",0); MAKE("zl3","label","disp3",0); MAKE("cm3","centre widget class","disp3",0); MAKE("rm3","return widget class","disp3",0); MAKE("disp6","bulletin board","ROOT",0); MAKE("h6","bounded value","disp6",0); MAKE("v6","bounded value","disp6",0); MAKE("l6","label","disp6",0); MAKE("+6","Zoom in class","disp6",0); MAKE("-6","Zoom out class","disp6",0); MAKE("zl6","label","disp6",0); MAKE("cm6","centre widget class","disp6",0); MAKE("rm6","return widget class","disp6",0); MAKE("disp5","bulletin board","ROOT",0); MAKE("h5","bounded value","disp5",0); MAKE("v5","bounded value","disp5",0); MAKE("l5","label","disp5",0); MAKE("+5","Zoom in class","disp5",0); MAKE("-5","Zoom out class","disp5",0); MAKE("zl5","label","disp5",0); MAKE("cm5","centre widget class","disp5",0); MAKE("rm5","return widget class","disp5",0); MAKE("disp4","bulletin board","ROOT",0); MAKE("h4","bounded value","disp4",0); MAKE("v4","bounded value","disp4",0); MAKE("l4","label","disp4",0); MAKE("+4","Zoom in class","disp4",0); MAKE("-4","Zoom out class","disp4",0); MAKE("zl4","label","disp4",0); MAKE("cm4","centre widget class","disp4",0); MAKE("rm4","return widget class","disp4",0); SET("arrow button","border raised","boolean",1,0,"no"); SET("arrow button","changed class","boolean",1,0,"no"); SET("arrow button","darken background","boolean",1,0,"yes"); SET("arrow button","direction","SUIT_enum",1,0,"\"up\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("arrow button","draw filled","boolean",1,0,"no"); SET("arrow button","has background","boolean",1,0,"no"); SET("arrow button","intermediate feedback","boolean",1,0,"no"); SET("arrow button","shadow thickness","int",1,0,"3"); SET("billboard","border raised","boolean",1,0,"no"); SET("billboard","changed class","boolean",1,0,"no"); SET("borderless bulletin board","border raised","boolean",1,0,"no"); SET("borderless bulletin board","changed class","boolean",1,0,"no"); SET("borderless bulletin board","has border","boolean",1,0,"no"); SET("bouncing ball","background color","GP_color",1,0,"black, white"); SET("bouncing ball","ball size","double",1,0,"0.200000"); SET("bouncing ball","ball x","double",1,0,"0.000000"); SET("bouncing ball","ball y","double",1,0,"0.000000"); SET("bouncing ball","changed class","boolean",1,0,"no"); SET("bouncing ball","filled","boolean",1,0,"yes"); SET("bouncing ball","foreground color","GP_color",1,0,"red, black"); SET("bouncing ball","pixels per second","int",1,0,"100"); SET("bounded value","arrowhead angle","int",1,0,"10"); SET("bounded value","arrowhead length","double",1,0,"0.200000"); SET("bounded value","button background color","GP_color",1,0,"black, black"); SET("bounded value","button foreground color","GP_color",1,0,"grey, white"); SET("bounded value","changed class","boolean",1,0,"no"); SET("bounded value","current value","double",1,0,"0.000000"); SET("bounded value","granularity","double",1,0,"0.000000"); SET("bounded value","has arrow","boolean",1,0,"yes"); SET("bounded value","has tick marks","boolean",1,0,"yes"); SET("bounded value","increase clockwise","boolean",1,0,"yes"); SET("bounded value","interactively created","boolean",1,0,"no"); SET("bounded value","minimum value","double",1,0,"0.000000"); SET("bounded value","needle color","GP_color",1,0,"black, black"); SET("bounded value","start angle","double",1,0,"0.000000"); SET("bulletin board","border raised","boolean",1,0,"no"); SET("bulletin board","changed class","boolean",1,0,"no"); SET("bulletin board","interactively created","boolean",1,0,"no"); SET("button","changed class","boolean",1,0,"no"); SET("button","disabled color","GP_color",1,0,"white, white"); SET("button","hotkey","text",1,0,""); SET("button","interactively created","boolean",1,0,"no"); SET("button","justification","SUIT_enum",1,0,"\"center\" of {\"left\" \"center\" \"right\"}"); SET("button","shrink to fit","boolean",1,0,"yes"); SET("centre widget class","changed class","boolean",1,0,"no"); SET("centre widget class","interactively created","boolean",1,0,"no"); SET("centre widget class","springiness","SUIT_springiness",1,0,"29"); SET("clock","animated","boolean",1,0,"yes"); SET("clock","changed class","boolean",1,0,"no"); SET("clock","has rim","boolean",1,0,"no"); SET("clock","has second hand","boolean",1,0,"yes"); SET("clock","military time","boolean",1,0,"yes"); SET("dialog box","border type","SUIT_enum",1,0,"\"fancy motif\" of {\"simple\" \"motif\" \"fancy motif\"}"); SET("dialog box","border width","int",1,0,"8"); SET("dialog box","cache using canvas","boolean",1,0,"yes"); SET("dialog box","changed class","boolean",1,0,"no"); SET("elevator","border raised","boolean",1,0,"no"); SET("elevator","changed class","boolean",1,0,"no"); SET("elevator","has background","boolean",1,0,"no"); SET("elevator","sliding","boolean",1,0,"no"); SET("font panel","border raised","boolean",1,0,"no"); SET("font panel","changed class","boolean",1,0,"no"); SET("font panel","has border","boolean",1,0,"no"); SET("Graph display class","changed class","boolean",1,0,"no"); SET("Graph display class","interactively created","boolean",1,0,"no"); SET("label","changed class","boolean",1,0,"no"); SET("label","has border","boolean",1,0,"no"); SET("label","interactively created","boolean",1,0,"no"); SET("label","justification","SUIT_enum",1,0,"\"center\" of {\"left\" \"center\" \"right\"}"); SET("label","shrink to fit","boolean",1,0,"yes"); SET("list","border raised","boolean",1,0,"no"); SET("list","changed class","boolean",1,0,"no"); SET("list","text spacing","double",1,0,"1.200000"); SET("menu","cache using canvas","boolean",1,0,"yes"); SET("menu","changed class","boolean",1,0,"no"); SET("menu","interactively created","boolean",1,0,"no"); SET("on/off switch","changed class","boolean",1,0,"no"); SET("on/off switch","disabled color","GP_color",1,0,"white, white"); SET("on/off switch","interactively created","boolean",1,0,"no"); SET("on/off switch","shrink to fit","boolean",1,0,"yes"); SET("p.e.collection","border raised","boolean",1,0,"no"); SET("p.e.collection","changed class","boolean",1,0,"no"); SET("place mat","border raised","boolean",1,0,"no"); SET("place mat","changed class","boolean",1,0,"no"); SET("property editor","border raised","boolean",1,0,"no"); SET("property editor","changed class","boolean",1,0,"no"); SET("property list","border raised","boolean",1,0,"no"); SET("property list","changed class","boolean",1,0,"no"); SET("property list","text spacing","double",1,0,"1.500000"); SET("pulldown menu","changed class","boolean",1,0,"no"); SET("pulldown menu","interactively created","boolean",1,0,"no"); SET("radio buttons","changed class","boolean",1,0,"no"); SET("radio buttons","current value","SUIT_enum",1,0,"\"default value\" of {\"default value\"}"); SET("return widget class","changed class","boolean",1,0,"no"); SET("return widget class","interactively created","boolean",1,0,"no"); SET("return widget class","springiness","SUIT_springiness",1,0,"29"); SET("scrollable list","border raised","boolean",1,0,"no"); SET("scrollable list","changed class","boolean",1,0,"no"); SET("scrollable list","has background","boolean",1,0,"no"); SET("scrollable list","has border","boolean",1,0,"no"); SET("scrollable property list","border raised","boolean",1,0,"no"); SET("scrollable property list","changed class","boolean",1,0,"no"); SET("scrollable property list","has background","boolean",1,0,"no"); SET("scrollable property list","has border","boolean",1,0,"no"); SET("spring panel","changed class","boolean",1,0,"no"); SET("stacker","changed class","boolean",1,0,"no"); SET("stacker","interactively created","boolean",1,0,"no"); SET("stacker","shrink to fit","boolean",1,0,"yes"); SET("type in box","any keystroke triggers","boolean",1,0,"no"); SET("type in box","backward char key","text",1,0,"C-b"); SET("type in box","beginning of line key","text",1,0,"C-a"); SET("type in box","beginning of text key","text",1,0,"M-<"); SET("type in box","border raised","boolean",1,0,"no"); SET("type in box","calculate lines","boolean",1,0,"no"); SET("type in box","changed class","boolean",1,0,"no"); SET("type in box","cursor color","GP_color",1,0,"black, black"); SET("type in box","cursor index","int",1,0,"0"); SET("type in box","cursor style","SUIT_enum",1,0,"\"vertical bar\" of {\"i-beam\" \"vertical bar\"}"); SET("type in box","delete char key","text",1,0,"C-d"); SET("type in box","delete entire line key","text",1,0,"C-u"); SET("type in box","done editing key","text",1,0,"C-x"); SET("type in box","double click time","double",1,0,"400000.000000"); SET("type in box","end of line key","text",1,0,"C-e"); SET("type in box","end of text key","text",1,0,"M->"); SET("type in box","forward char key","text",1,0,"C-f"); SET("type in box","has a tab","boolean",1,0,"no"); SET("type in box","highlight block","boolean",1,0,"no"); SET("type in box","input sequence","text",1,0,""); SET("type in box","interactively created","boolean",1,0,"no"); SET("type in box","kill line key","text",1,0,"C-k"); SET("type in box","last click time","double",1,0,"0.000000"); SET("type in box","last mark index","int",1,0,"0"); SET("type in box","mark end index","int",1,0,"0"); SET("type in box","mark index","int",1,0,"0"); SET("type in box","newline key","text",1,0,"C-m"); SET("type in box","next line key","text",1,0,"C-n"); SET("type in box","open line key","text",1,0,"C-o"); SET("type in box","pre cursor index","int",1,0,"0"); SET("type in box","previous line key","text",1,0,"C-p"); SET("type in box","repaint key","text",1,0,"C-l"); SET("type in box","scroll down key","text",1,0,"M-v"); SET("type in box","scroll up key","text",1,0,"C-v"); SET("type in box","set mark key","text",1,0,"C-`"); SET("type in box","shrink to fit","boolean",1,0,"yes"); SET("type in box","spacing gap","int",1,0,"3"); SET("type in box","start x","int",1,0,"0"); SET("type in box","start y","double",1,0,"0.000000"); SET("type in box","tab key","text",1,0,"C-i"); SET("type in box","tab length","int",1,0,"5"); SET("type in box","wipe block key","text",1,0,"C-w"); SET("type in box","yank key","text",1,0,"C-y"); SET("Zoom in class","changed class","boolean",1,0,"no"); SET("Zoom in class","interactively created","boolean",1,0,"no"); SET("Zoom in class","springiness","SUIT_springiness",1,0,"54"); SET("Zoom out class","changed class","boolean",1,0,"no"); SET("Zoom out class","interactively created","boolean",1,0,"no"); SET("Zoom out class","springiness","SUIT_springiness",1,0,"54"); SET("ROOT","animated","boolean",0,0,"no"); SET("ROOT","background color","GP_color",0,0,"grey, white"); SET("ROOT","border color","GP_color",0,0,"grey, black"); SET("ROOT","border raised","boolean",0,0,"yes"); SET("ROOT","border type","SUIT_enum",0,0,"\"motif\" of {\"simple\" \"motif\" \"fancy motif\"}"); SET("ROOT","border width","int",0,0,"2"); SET("ROOT","changed class","boolean",0,0,"no"); SET("ROOT","clip to viewport","boolean",0,0,"yes"); SET("ROOT","default object height","int",0,0,"80"); SET("ROOT","default object width","int",0,0,"80"); SET("ROOT","draw border on inside","boolean",0,0,"no"); SET("ROOT","font","GP_font",0,0,"times,,12.000000"); SET("ROOT","foreground color","GP_color",0,0,"black, black"); SET("ROOT","has background","boolean",0,0,"yes"); SET("ROOT","has border","boolean",0,0,"yes"); SET("ROOT","margin","int",0,0,"5"); SET("ROOT","show temporary properties","boolean",0,0,"no"); SET("ROOT","shrink to fit","boolean",0,0,"no"); SET("ROOT","springiness","SUIT_springiness",0,0,"63"); SET("ROOT","SUIT system font","GP_font",0,0,"helvetica,,14.000000"); SET("ROOT","viewport","viewport",0,1,"0 0 959 855"); SET("ROOT","visible","boolean",0,0,"yes"); SET("ROOT","window","window",0,1,"0.000000 0.000000 1.000000 1.000000"); SET("File: menu","active display","SUIT_enum",0,0,"\"vertical\" of {\"vertical\"}"); SET("File: menu","stuck down","boolean",0,0,"no"); SET("File: menu","viewport","viewport",0,0,"2 655 61 824"); SET("File: menu","visible","boolean",0,0,"no"); SET("Open","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Open","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Open","disabled","boolean",0,0,"no"); SET("Open","has border","boolean",0,0,"no"); SET("Open","label","text",0,0,"Open"); SET("Open","shrink to fit","boolean",0,0,"no"); SET("Open","viewport","viewport",0,0,"4 142 55 167"); SET("Save","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Save","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Save","disabled","boolean",0,0,"no"); SET("Save","has border","boolean",0,0,"no"); SET("Save","label","text",0,0,"Save"); SET("Save","shrink to fit","boolean",0,0,"no"); SET("Save","viewport","viewport",0,0,"4 114 55 138"); SET("Save as","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Save as","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Save as","disabled","boolean",0,0,"no"); SET("Save as","has border","boolean",0,0,"no"); SET("Save as","label","text",0,0,"Save as"); SET("Save as","shrink to fit","boolean",0,0,"no"); SET("Save as","viewport","viewport",0,0,"4 86 55 110"); SET("Print","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Print","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Print","disabled","boolean",0,0,"no"); SET("Print","has border","boolean",0,0,"no"); SET("Print","label","text",0,0,"Print"); SET("Print","shrink to fit","boolean",0,0,"no"); SET("Print","viewport","viewport",0,0,"4 58 55 82"); SET("Quit","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Quit","border raised","boolean",0,0,"yes"); SET("Quit","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Quit","disabled","boolean",0,0,"no"); SET("Quit","has background","boolean",0,0,"yes"); SET("Quit","has border","boolean",0,0,"no"); SET("Quit","label","text",0,0,"Quit"); SET("Quit","shrink to fit","boolean",0,0,"no"); SET("Quit","viewport","viewport",0,0,"4 30 55 54"); SET("Abort","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Abort","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Abort","disabled","boolean",0,0,"no"); SET("Abort","has border","boolean",0,0,"no"); SET("Abort","label","text",0,0,"Abort"); SET("Abort","shrink to fit","boolean",0,0,"no"); SET("Abort","viewport","viewport",0,0,"4 2 55 26"); SET("Parameters: menu","active display","SUIT_enum",0,0,"\"vertical\" of {\"vertical\"}"); SET("Parameters: menu","stuck down","boolean",0,0,"no"); SET("Parameters: menu","viewport","viewport",0,0,"37 795 133 824"); SET("Parameters: menu","visible","boolean",0,0,"no"); SET("Set parameters","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Set parameters","border raised","boolean",0,0,"yes"); SET("Set parameters","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Set parameters","disabled","boolean",0,0,"no"); SET("Set parameters","has background","boolean",0,0,"yes"); SET("Set parameters","has border","boolean",0,0,"no"); SET("Set parameters","label","text",0,0,"Set parameters"); SET("Set parameters","shrink to fit","boolean",0,0,"no"); SET("Set parameters","viewport","viewport",0,0,"4 2 92 27"); SET("Breakpoint: menu","active display","SUIT_enum",0,0,"\"vertical\" of {\"vertical\"}"); SET("Breakpoint: menu","stuck down","boolean",0,0,"no"); SET("Breakpoint: menu","viewport","viewport",0,0,"455 795 607 824"); SET("Breakpoint: menu","visible","boolean",0,0,"no"); SET("Add generation breakpoint","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Add generation breakpoint","border raised","boolean",0,0,"yes"); SET("Add generation breakpoint","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Add generation breakpoint","disabled","boolean",0,0,"no"); SET("Add generation breakpoint","has background","boolean",0,0,"yes"); SET("Add generation breakpoint","has border","boolean",0,0,"no"); SET("Add generation breakpoint","label","text",0,0,"Add generation breakpoint"); SET("Add generation breakpoint","shrink to fit","boolean",0,0,"no"); SET("Add generation breakpoint","viewport","viewport",0,0,"4 2 148 27"); SET("create population","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("create population","border raised","boolean",0,0,"yes"); SET("create population","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("create population","disabled","boolean",0,0,"yes"); SET("create population","has background","boolean",0,0,"yes"); SET("create population","label","text",0,0,"create population"); SET("create population","shrink to fit","boolean",0,0,"no"); SET("create population","viewport","viewport",0,0,"802 541 912 565"); SET("perform generations","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("perform generations","border raised","boolean",0,0,"yes"); SET("perform generations","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("perform generations","disabled","boolean",0,0,"no"); SET("perform generations","has background","boolean",0,0,"yes"); SET("perform generations","label","text",0,0,"perform generations"); SET("perform generations","shrink to fit","boolean",0,0,"no"); SET("perform generations","viewport","viewport",0,0,"802 490 912 514"); SET("Display_stats","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Display_stats","border raised","boolean",0,0,"yes"); SET("Display_stats","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Display_stats","disabled","boolean",0,0,"no"); SET("Display_stats","has background","boolean",0,0,"yes"); SET("Display_stats","label","text",0,0,"display_stats"); SET("Display_stats","shrink to fit","boolean",0,0,"no"); SET("Display_stats","viewport","viewport",0,0,"802 441 912 465"); SET("delete population","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("delete population","border raised","boolean",0,0,"yes"); SET("delete population","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("delete population","disabled","boolean",0,0,"no"); SET("delete population","has background","boolean",0,0,"yes"); SET("delete population","label","text",0,0,"delete population"); SET("delete population","shrink to fit","boolean",0,0,"no"); SET("delete population","viewport","viewport",0,0,"802 391 912 415"); SET("digital","active display","SUIT_enum",0,0,"\"digital\" of {\"digital\" \"analog\"}"); SET("digital","animated","boolean",0,0,"yes"); SET("digital","font","GP_font",0,0,"times,,24.000000"); SET("digital","viewport","viewport",0,0,"853 799 959 855"); SET("Best Fitness","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("Best Fitness","viewport","viewport",0,0,"469 670 701 804"); SET("whichgen","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("whichgen","border width","int",0,0,"3"); SET("whichgen","has border","boolean",0,0,"yes"); SET("whichgen","label","text",0,0,"100"); SET("whichgen","shrink to fit","boolean",0,0,"no"); SET("whichgen","viewport","viewport",0,0,"366 706 446 730"); SET("At generation :","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("At generation :","border width","int",0,0,"3"); SET("At generation :","has border","boolean",0,0,"yes"); SET("At generation :","label","text",0,0,"At generation :"); SET("At generation :","viewport","viewport",0,0,"276 706 361 730"); SET("bestchrbutton","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("bestchrbutton","border raised","boolean",0,0,"yes"); SET("bestchrbutton","border width","int",0,0,"3"); SET("bestchrbutton","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("bestchrbutton","disabled","boolean",0,0,"no"); SET("bestchrbutton","has background","boolean",0,0,"yes"); SET("bestchrbutton","label","text",0,0,"Select Best Chrome"); SET("bestchrbutton","shrink to fit","boolean",0,0,"no"); SET("bestchrbutton","viewport","viewport",0,0,"276 736 446 760"); SET("Average Fitness","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("Average Fitness","viewport","viewport",0,0,"18 671 249 804"); SET("population chip","active display","SUIT_enum",0,0,"\"horizontal stacking\" of {\"horizontal stacking\" \"vertical stacking\"}"); SET("population chip","viewport","viewport",0,0,"275 764 448 792"); SET("current chrome","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("current chrome","border raised","boolean",0,0,"yes"); SET("current chrome","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("current chrome","disabled","boolean",0,0,"no"); SET("current chrome","has background","boolean",0,0,"yes"); SET("current chrome","label","text",0,0,"current chrome"); SET("current chrome","original height","int",0,1,"25"); SET("current chrome","original width","int",0,1,"85"); SET("current chrome","viewport","viewport",0,0,"2 2 86 26"); SET("poptype","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("poptype","altered","boolean",0,0,"yes"); SET("poptype","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("poptype","current value","text",0,0,"0"); SET("poptype","cut buffer","text",0,0,""); SET("poptype","has a tab","boolean",0,0,"no"); SET("poptype","number of lines","int",0,0,"1"); SET("poptype","original height","int",0,1,"25"); SET("poptype","original width","int",0,1,"81"); SET("poptype","paint block only","boolean",0,0,"yes"); SET("poptype","read only","boolean",0,0,"no"); SET("poptype","viewport","viewport",0,0,"91 2 171 26"); SET("menubar","active display","SUIT_enum",0,0,"\"horizontal stacking\" of {\"horizontal stacking\" \"vertical stacking\"}"); SET("menubar","viewport","viewport",0,0,"0 827 561 855"); SET("File","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("File","has border","boolean",0,0,"no"); SET("File","label","text",0,0,"File"); SET("File","original height","int",0,1,"25"); SET("File","original width","int",0,1,"31"); SET("File","viewport","viewport",0,0,"2 2 32 26"); SET("Parameters","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("Parameters","has border","boolean",0,0,"no"); SET("Parameters","label","text",0,0,"Parameters"); SET("Parameters","original height","int",0,1,"25"); SET("Parameters","original width","int",0,1,"69"); SET("Parameters","viewport","viewport",0,0,"37 2 105 26"); SET("Display_rect","active display","SUIT_enum",0,0,"\"motif square\" of {\"dot in circle\" \"check box\" \"motif diamond\" \"motif square\"}"); SET("Display_rect","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Display_rect","current value","boolean",0,0,"yes"); SET("Display_rect","disabled","boolean",0,0,"no"); SET("Display_rect","label","text",0,0,"Display_rect"); SET("Display_rect","original height","int",0,1,"25"); SET("Display_rect","original width","int",0,1,"99"); SET("Display_rect","viewport","viewport",0,0,"110 2 208 26"); SET("Display_text","active display","SUIT_enum",0,0,"\"motif square\" of {\"dot in circle\" \"check box\" \"motif diamond\" \"motif square\"}"); SET("Display_text","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Display_text","current value","boolean",0,0,"yes"); SET("Display_text","disabled","boolean",0,0,"no"); SET("Display_text","label","text",0,0,"Display_text"); SET("Display_text","original height","int",0,1,"25"); SET("Display_text","original width","int",0,1,"100"); SET("Display_text","viewport","viewport",0,0,"213 2 312 26"); SET("Display_Evaluation","active display","SUIT_enum",0,0,"\"motif square\" of {\"dot in circle\" \"check box\" \"motif diamond\" \"motif square\"}"); SET("Display_Evaluation","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Display_Evaluation","current value","boolean",0,0,"no"); SET("Display_Evaluation","disabled","boolean",0,0,"no"); SET("Display_Evaluation","label","text",0,0,"Display_Evaluation"); SET("Display_Evaluation","original height","int",0,1,"25"); SET("Display_Evaluation","original width","int",0,1,"134"); SET("Display_Evaluation","viewport","viewport",0,0,"317 2 450 26"); SET("Breakpoint","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("Breakpoint","has border","boolean",0,0,"no"); SET("Breakpoint","label","text",0,0,"Breakpoint"); SET("Breakpoint","original height","int",0,1,"25"); SET("Breakpoint","original width","int",0,1,"66"); SET("Breakpoint","viewport","viewport",0,0,"455 2 520 26"); SET("Help","active display","SUIT_enum",0,0,"\"standard\" of {\"button with hotkey\" \"standard\"}"); SET("Help","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("Help","disabled","boolean",0,0,"no"); SET("Help","label","text",0,0,"Help"); SET("Help","original height","int",0,1,"25"); SET("Help","original width","int",0,1,"35"); SET("Help","viewport","viewport",0,0,"525 2 559 26"); SET("disp1","active display","SUIT_enum",0,0,"\"bulletin board\" of {\"bulletin board\"}"); SET("disp1","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("disp1","viewport","viewport",0,0,"0 40 250 340"); SET("h1","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("h1","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h1","current value","double",0,0,"-1.000000"); SET("h1","granularity","double",0,0,"0.100000"); SET("h1","maximum value","double",0,0,"1.000000"); SET("h1","minimum value","double",0,0,"-1.000000"); SET("h1","percent full","double",0,0,"0.200000"); SET("h1","springiness","SUIT_springiness",0,0,"54"); SET("h1","viewport","viewport",0,0,"174 1 248 13"); SET("h1: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h1: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h1: first arrow","direction","SUIT_enum",0,0,"\"right\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h1: first arrow","has border","boolean",0,0,"no"); SET("h1: first arrow","viewport","viewport",0,0,"62 0 74 12"); SET("h1: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("h1: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h1: elevator","current value","double",0,0,"0.000000"); SET("h1: elevator","has border","boolean",0,0,"no"); SET("h1: elevator","viewport","viewport",0,0,"12 0 62 12"); SET("h1: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h1: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h1: second arrow","direction","SUIT_enum",0,0,"\"left\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h1: second arrow","has border","boolean",0,0,"no"); SET("h1: second arrow","viewport","viewport",0,0,"0 0 12 12"); SET("v1","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("v1","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v1","current value","double",0,0,"0.800000"); SET("v1","granularity","double",0,0,"0.100000"); SET("v1","maximum value","double",0,0,"1.000000"); SET("v1","minimum value","double",0,0,"-1.000000"); SET("v1","percent full","double",0,0,"0.200000"); SET("v1","springiness","SUIT_springiness",0,0,"29"); SET("v1","viewport","viewport",0,0,"235 13 248 237"); SET("v1: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v1: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v1: first arrow","direction","SUIT_enum",0,0,"\"up\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v1: first arrow","has border","boolean",0,0,"no"); SET("v1: first arrow","viewport","viewport",0,0,"0 211 13 224"); SET("v1: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("v1: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v1: elevator","current value","double",0,0,"0.900000"); SET("v1: elevator","has border","boolean",0,0,"no"); SET("v1: elevator","viewport","viewport",0,0,"0 13 13 211"); SET("v1: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v1: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v1: second arrow","direction","SUIT_enum",0,0,"\"down\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v1: second arrow","has border","boolean",0,0,"no"); SET("v1: second arrow","viewport","viewport",0,0,"0 0 13 13"); SET("l1","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("l1","has border","boolean",0,0,"yes"); SET("l1","label","text",0,0,"makenul"); SET("l1","shrink to fit","boolean",0,0,"no"); SET("l1","springiness","SUIT_springiness",0,0,"54"); SET("l1","viewport","viewport",0,0,"75 1 174 13"); SET("+1","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("+1","label","text",0,0,"+"); SET("+1","shrink to fit","boolean",0,0,"no"); SET("+1","viewport","viewport",0,0,"2 1 26 13"); SET("-1","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("-1","label","text",0,0,"-"); SET("-1","shrink to fit","boolean",0,0,"no"); SET("-1","viewport","viewport",0,0,"51 1 75 13"); SET("zl1","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("zl1","has border","boolean",0,0,"yes"); SET("zl1","label","text",0,0,"20"); SET("zl1","shrink to fit","boolean",0,0,"no"); SET("zl1","springiness","SUIT_springiness",0,0,"54"); SET("zl1","viewport","viewport",0,0,"26 1 51 13"); SET("cm1","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("cm1","label","text",0,0,"*"); SET("cm1","shrink to fit","boolean",0,0,"no"); SET("cm1","viewport","viewport",0,0,"235 269 248 299"); SET("rm1","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("rm1","label","text",0,0,"0"); SET("rm1","shrink to fit","boolean",0,0,"no"); SET("rm1","viewport","viewport",0,0,"235 237 248 269"); SET("disp2","active display","SUIT_enum",0,0,"\"bulletin board\" of {\"bulletin board\"}"); SET("disp2","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("disp2","viewport","viewport",0,0,"250 40 500 340"); SET("h2","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("h2","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h2","current value","double",0,0,"-1.000000"); SET("h2","granularity","double",0,0,"0.100000"); SET("h2","maximum value","double",0,0,"1.000000"); SET("h2","minimum value","double",0,0,"-1.000000"); SET("h2","percent full","double",0,0,"0.200000"); SET("h2","springiness","SUIT_springiness",0,0,"54"); SET("h2","viewport","viewport",0,0,"174 1 248 13"); SET("h2: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h2: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h2: first arrow","direction","SUIT_enum",0,0,"\"right\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h2: first arrow","has border","boolean",0,0,"no"); SET("h2: first arrow","viewport","viewport",0,0,"62 0 74 12"); SET("h2: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("h2: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h2: elevator","current value","double",0,0,"0.000000"); SET("h2: elevator","has border","boolean",0,0,"no"); SET("h2: elevator","viewport","viewport",0,0,"12 0 62 12"); SET("h2: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h2: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h2: second arrow","direction","SUIT_enum",0,0,"\"left\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h2: second arrow","has border","boolean",0,0,"no"); SET("h2: second arrow","viewport","viewport",0,0,"0 0 12 12"); SET("v2","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("v2","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v2","current value","double",0,0,"0.900000"); SET("v2","granularity","double",0,0,"0.100000"); SET("v2","maximum value","double",0,0,"1.000000"); SET("v2","minimum value","double",0,0,"-1.000000"); SET("v2","percent full","double",0,0,"0.200000"); SET("v2","springiness","SUIT_springiness",0,0,"29"); SET("v2","viewport","viewport",0,0,"235 13 248 237"); SET("v2: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v2: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v2: first arrow","direction","SUIT_enum",0,0,"\"up\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v2: first arrow","has border","boolean",0,0,"no"); SET("v2: first arrow","viewport","viewport",0,0,"0 211 13 224"); SET("v2: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("v2: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v2: elevator","current value","double",0,0,"0.950000"); SET("v2: elevator","has border","boolean",0,0,"no"); SET("v2: elevator","viewport","viewport",0,0,"0 13 13 211"); SET("v2: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v2: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v2: second arrow","direction","SUIT_enum",0,0,"\"down\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v2: second arrow","has border","boolean",0,0,"no"); SET("v2: second arrow","viewport","viewport",0,0,"0 0 13 13"); SET("l2","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("l2","has border","boolean",0,0,"yes"); SET("l2","label","text",0,0,"front"); SET("l2","shrink to fit","boolean",0,0,"no"); SET("l2","springiness","SUIT_springiness",0,0,"54"); SET("l2","viewport","viewport",0,0,"75 1 174 13"); SET("+2","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("+2","label","text",0,0,"+"); SET("+2","shrink to fit","boolean",0,0,"no"); SET("+2","viewport","viewport",0,0,"2 1 26 13"); SET("-2","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("-2","label","text",0,0,"-"); SET("-2","shrink to fit","boolean",0,0,"no"); SET("-2","viewport","viewport",0,0,"51 1 75 13"); SET("zl2","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("zl2","has border","boolean",0,0,"yes"); SET("zl2","label","text",0,0,"20"); SET("zl2","shrink to fit","boolean",0,0,"no"); SET("zl2","springiness","SUIT_springiness",0,0,"54"); SET("zl2","viewport","viewport",0,0,"26 1 51 13"); SET("cm2","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("cm2","label","text",0,0,"*"); SET("cm2","shrink to fit","boolean",0,0,"no"); SET("cm2","viewport","viewport",0,0,"235 269 248 299"); SET("rm2","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("rm2","label","text",0,0,"0"); SET("rm2","shrink to fit","boolean",0,0,"no"); SET("rm2","viewport","viewport",0,0,"235 237 248 269"); SET("disp3","active display","SUIT_enum",0,0,"\"bulletin board\" of {\"bulletin board\"}"); SET("disp3","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("disp3","viewport","viewport",0,0,"500 40 750 340"); SET("h3","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("h3","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h3","current value","double",0,0,"-0.600000"); SET("h3","granularity","double",0,0,"0.100000"); SET("h3","maximum value","double",0,0,"1.000000"); SET("h3","minimum value","double",0,0,"-1.000000"); SET("h3","percent full","double",0,0,"0.200000"); SET("h3","springiness","SUIT_springiness",0,0,"54"); SET("h3","viewport","viewport",0,0,"174 1 248 13"); SET("h3: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h3: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h3: first arrow","direction","SUIT_enum",0,0,"\"right\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h3: first arrow","has border","boolean",0,0,"no"); SET("h3: first arrow","viewport","viewport",0,0,"62 0 74 12"); SET("h3: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("h3: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h3: elevator","current value","double",0,0,"0.200000"); SET("h3: elevator","has border","boolean",0,0,"no"); SET("h3: elevator","viewport","viewport",0,0,"12 0 62 12"); SET("h3: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h3: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h3: second arrow","direction","SUIT_enum",0,0,"\"left\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h3: second arrow","has border","boolean",0,0,"no"); SET("h3: second arrow","viewport","viewport",0,0,"0 0 12 12"); SET("v3","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("v3","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v3","current value","double",0,0,"0.500000"); SET("v3","granularity","double",0,0,"0.100000"); SET("v3","maximum value","double",0,0,"1.000000"); SET("v3","minimum value","double",0,0,"-1.000000"); SET("v3","percent full","double",0,0,"0.200000"); SET("v3","springiness","SUIT_springiness",0,0,"29"); SET("v3","viewport","viewport",0,0,"235 13 248 237"); SET("v3: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v3: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v3: first arrow","direction","SUIT_enum",0,0,"\"up\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v3: first arrow","has border","boolean",0,0,"no"); SET("v3: first arrow","viewport","viewport",0,0,"0 211 13 224"); SET("v3: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("v3: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v3: elevator","current value","double",0,0,"0.750000"); SET("v3: elevator","has border","boolean",0,0,"no"); SET("v3: elevator","viewport","viewport",0,0,"0 13 13 211"); SET("v3: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v3: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v3: second arrow","direction","SUIT_enum",0,0,"\"down\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v3: second arrow","has border","boolean",0,0,"no"); SET("v3: second arrow","viewport","viewport",0,0,"0 0 13 13"); SET("l3","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("l3","has border","boolean",0,0,"yes"); SET("l3","label","text",0,0,"dequeue"); SET("l3","shrink to fit","boolean",0,0,"no"); SET("l3","springiness","SUIT_springiness",0,0,"54"); SET("l3","viewport","viewport",0,0,"75 1 174 13"); SET("+3","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("+3","label","text",0,0,"+"); SET("+3","shrink to fit","boolean",0,0,"no"); SET("+3","viewport","viewport",0,0,"2 1 26 13"); SET("-3","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("-3","label","text",0,0,"-"); SET("-3","shrink to fit","boolean",0,0,"no"); SET("-3","viewport","viewport",0,0,"51 1 75 13"); SET("zl3","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("zl3","has border","boolean",0,0,"yes"); SET("zl3","label","text",0,0,"60"); SET("zl3","shrink to fit","boolean",0,0,"no"); SET("zl3","springiness","SUIT_springiness",0,0,"54"); SET("zl3","viewport","viewport",0,0,"26 1 51 13"); SET("cm3","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("cm3","label","text",0,0,"*"); SET("cm3","shrink to fit","boolean",0,0,"no"); SET("cm3","viewport","viewport",0,0,"235 269 248 299"); SET("rm3","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("rm3","label","text",0,0,"0"); SET("rm3","shrink to fit","boolean",0,0,"no"); SET("rm3","viewport","viewport",0,0,"235 237 248 269"); SET("disp6","active display","SUIT_enum",0,0,"\"bulletin board\" of {\"bulletin board\"}"); SET("disp6","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("disp6","viewport","viewport",0,0,"500 340 750 640"); SET("h6","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("h6","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h6","current value","double",0,0,"-0.800000"); SET("h6","granularity","double",0,0,"0.100000"); SET("h6","maximum value","double",0,0,"1.000000"); SET("h6","minimum value","double",0,0,"-1.000000"); SET("h6","percent full","double",0,0,"0.200000"); SET("h6","springiness","SUIT_springiness",0,0,"54"); SET("h6","viewport","viewport",0,0,"174 1 248 13"); SET("h6: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h6: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h6: first arrow","direction","SUIT_enum",0,0,"\"right\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h6: first arrow","has border","boolean",0,0,"no"); SET("h6: first arrow","viewport","viewport",0,0,"62 0 74 12"); SET("h6: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("h6: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h6: elevator","current value","double",0,0,"0.100000"); SET("h6: elevator","has border","boolean",0,0,"no"); SET("h6: elevator","viewport","viewport",0,0,"12 0 62 12"); SET("h6: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h6: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h6: second arrow","direction","SUIT_enum",0,0,"\"left\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h6: second arrow","has border","boolean",0,0,"no"); SET("h6: second arrow","viewport","viewport",0,0,"0 0 12 12"); SET("v6","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("v6","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v6","current value","double",0,0,"0.700000"); SET("v6","granularity","double",0,0,"0.100000"); SET("v6","maximum value","double",0,0,"1.000000"); SET("v6","minimum value","double",0,0,"-1.000000"); SET("v6","percent full","double",0,0,"0.200000"); SET("v6","springiness","SUIT_springiness",0,0,"29"); SET("v6","viewport","viewport",0,0,"235 13 248 239"); SET("v6: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v6: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v6: first arrow","direction","SUIT_enum",0,0,"\"up\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v6: first arrow","has border","boolean",0,0,"no"); SET("v6: first arrow","viewport","viewport",0,0,"0 213 13 226"); SET("v6: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("v6: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v6: elevator","current value","double",0,0,"0.850000"); SET("v6: elevator","has border","boolean",0,0,"no"); SET("v6: elevator","viewport","viewport",0,0,"0 13 13 213"); SET("v6: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v6: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v6: second arrow","direction","SUIT_enum",0,0,"\"down\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v6: second arrow","has border","boolean",0,0,"no"); SET("v6: second arrow","viewport","viewport",0,0,"0 0 13 13"); SET("l6","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("l6","has border","boolean",0,0,"yes"); SET("l6","label","text",0,0,"adf1"); SET("l6","shrink to fit","boolean",0,0,"no"); SET("l6","springiness","SUIT_springiness",0,0,"54"); SET("l6","viewport","viewport",0,0,"75 1 174 13"); SET("+6","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("+6","label","text",0,0,"+"); SET("+6","shrink to fit","boolean",0,0,"no"); SET("+6","viewport","viewport",0,0,"2 1 26 13"); SET("-6","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("-6","label","text",0,0,"-"); SET("-6","shrink to fit","boolean",0,0,"no"); SET("-6","viewport","viewport",0,0,"51 1 75 13"); SET("zl6","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("zl6","has border","boolean",0,0,"yes"); SET("zl6","label","text",0,0,"30"); SET("zl6","shrink to fit","boolean",0,0,"no"); SET("zl6","springiness","SUIT_springiness",0,0,"54"); SET("zl6","viewport","viewport",0,0,"26 1 51 13"); SET("cm6","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("cm6","label","text",0,0,"*"); SET("cm6","shrink to fit","boolean",0,0,"no"); SET("cm6","viewport","viewport",0,0,"235 269 248 299"); SET("rm6","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("rm6","label","text",0,0,"0"); SET("rm6","shrink to fit","boolean",0,0,"no"); SET("rm6","viewport","viewport",0,0,"235 239 248 269"); SET("disp5","active display","SUIT_enum",0,0,"\"bulletin board\" of {\"bulletin board\"}"); SET("disp5","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("disp5","viewport","viewport",0,0,"250 340 500 640"); SET("h5","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("h5","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h5","current value","double",0,0,"-0.400000"); SET("h5","granularity","double",0,0,"0.100000"); SET("h5","maximum value","double",0,0,"1.000000"); SET("h5","minimum value","double",0,0,"-1.000000"); SET("h5","percent full","double",0,0,"0.200000"); SET("h5","springiness","SUIT_springiness",0,0,"54"); SET("h5","viewport","viewport",0,0,"174 1 248 13"); SET("h5: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h5: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h5: first arrow","direction","SUIT_enum",0,0,"\"right\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h5: first arrow","has border","boolean",0,0,"no"); SET("h5: first arrow","viewport","viewport",0,0,"62 0 74 12"); SET("h5: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("h5: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h5: elevator","current value","double",0,0,"0.300000"); SET("h5: elevator","has border","boolean",0,0,"no"); SET("h5: elevator","viewport","viewport",0,0,"12 0 62 12"); SET("h5: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h5: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h5: second arrow","direction","SUIT_enum",0,0,"\"left\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h5: second arrow","has border","boolean",0,0,"no"); SET("h5: second arrow","viewport","viewport",0,0,"0 0 12 12"); SET("v5","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("v5","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v5","current value","double",0,0,"0.400000"); SET("v5","granularity","double",0,0,"0.100000"); SET("v5","maximum value","double",0,0,"1.000000"); SET("v5","minimum value","double",0,0,"-1.000000"); SET("v5","percent full","double",0,0,"0.200000"); SET("v5","springiness","SUIT_springiness",0,0,"29"); SET("v5","viewport","viewport",0,0,"235 13 248 239"); SET("v5: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v5: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v5: first arrow","direction","SUIT_enum",0,0,"\"up\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v5: first arrow","has border","boolean",0,0,"no"); SET("v5: first arrow","viewport","viewport",0,0,"0 213 13 226"); SET("v5: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("v5: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v5: elevator","current value","double",0,0,"0.700000"); SET("v5: elevator","has border","boolean",0,0,"no"); SET("v5: elevator","viewport","viewport",0,0,"0 13 13 213"); SET("v5: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v5: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v5: second arrow","direction","SUIT_enum",0,0,"\"down\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v5: second arrow","has border","boolean",0,0,"no"); SET("v5: second arrow","viewport","viewport",0,0,"0 0 13 13"); SET("l5","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("l5","has border","boolean",0,0,"yes"); SET("l5","label","text",0,0,"empty"); SET("l5","shrink to fit","boolean",0,0,"no"); SET("l5","springiness","SUIT_springiness",0,0,"54"); SET("l5","viewport","viewport",0,0,"75 1 174 13"); SET("+5","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("+5","label","text",0,0,"+"); SET("+5","shrink to fit","boolean",0,0,"no"); SET("+5","viewport","viewport",0,0,"2 1 26 13"); SET("-5","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("-5","label","text",0,0,"-"); SET("-5","shrink to fit","boolean",0,0,"no"); SET("-5","viewport","viewport",0,0,"51 1 75 13"); SET("zl5","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("zl5","has border","boolean",0,0,"yes"); SET("zl5","label","text",0,0,"60"); SET("zl5","shrink to fit","boolean",0,0,"no"); SET("zl5","springiness","SUIT_springiness",0,0,"54"); SET("zl5","viewport","viewport",0,0,"26 1 51 13"); SET("cm5","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("cm5","label","text",0,0,"*"); SET("cm5","shrink to fit","boolean",0,0,"no"); SET("cm5","viewport","viewport",0,0,"235 269 248 299"); SET("rm5","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("rm5","label","text",0,0,"0"); SET("rm5","shrink to fit","boolean",0,0,"no"); SET("rm5","viewport","viewport",0,0,"235 239 248 269"); SET("disp4","active display","SUIT_enum",0,0,"\"bulletin board\" of {\"bulletin board\"}"); SET("disp4","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("disp4","viewport","viewport",0,0,"0 340 250 640"); SET("h4","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("h4","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h4","current value","double",0,0,"-1.000000"); SET("h4","granularity","double",0,0,"0.100000"); SET("h4","maximum value","double",0,0,"1.000000"); SET("h4","minimum value","double",0,0,"-1.000000"); SET("h4","percent full","double",0,0,"0.200000"); SET("h4","springiness","SUIT_springiness",0,0,"54"); SET("h4","viewport","viewport",0,0,"174 1 248 13"); SET("h4: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h4: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h4: first arrow","direction","SUIT_enum",0,0,"\"right\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h4: first arrow","has border","boolean",0,0,"no"); SET("h4: first arrow","viewport","viewport",0,0,"62 0 74 12"); SET("h4: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("h4: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h4: elevator","current value","double",0,0,"0.000000"); SET("h4: elevator","has border","boolean",0,0,"no"); SET("h4: elevator","viewport","viewport",0,0,"12 0 62 12"); SET("h4: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("h4: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("h4: second arrow","direction","SUIT_enum",0,0,"\"left\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("h4: second arrow","has border","boolean",0,0,"no"); SET("h4: second arrow","viewport","viewport",0,0,"0 0 12 12"); SET("v4","active display","SUIT_enum",0,0,"\"scroll bar\" of {\"scroll bar\" \"vertical thermometer\" \"horizontal thermometer\" \"pie slice\" \"speedometer\"}"); SET("v4","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v4","current value","double",0,0,"0.700000"); SET("v4","granularity","double",0,0,"0.100000"); SET("v4","maximum value","double",0,0,"1.000000"); SET("v4","minimum value","double",0,0,"-1.000000"); SET("v4","percent full","double",0,0,"0.200000"); SET("v4","springiness","SUIT_springiness",0,0,"29"); SET("v4","viewport","viewport",0,0,"235 13 248 239"); SET("v4: first arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v4: first arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v4: first arrow","direction","SUIT_enum",0,0,"\"up\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v4: first arrow","has border","boolean",0,0,"no"); SET("v4: first arrow","viewport","viewport",0,0,"0 213 13 226"); SET("v4: elevator","active display","SUIT_enum",0,0,"\"motif\" of {\"motif\"}"); SET("v4: elevator","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v4: elevator","current value","double",0,0,"0.850000"); SET("v4: elevator","has border","boolean",0,0,"no"); SET("v4: elevator","viewport","viewport",0,0,"0 13 13 213"); SET("v4: second arrow","active display","SUIT_enum",0,0,"\"motif\" of {\"simple arrow\" \"motif\"}"); SET("v4: second arrow","callback function","SUIT_functionPointer",0,0,"function ptr"); SET("v4: second arrow","direction","SUIT_enum",0,0,"\"down\" of {\"up\" \"down\" \"left\" \"right\"}"); SET("v4: second arrow","has border","boolean",0,0,"no"); SET("v4: second arrow","viewport","viewport",0,0,"0 0 13 13"); SET("l4","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("l4","has border","boolean",0,0,"yes"); SET("l4","label","text",0,0,"enqueue"); SET("l4","shrink to fit","boolean",0,0,"no"); SET("l4","springiness","SUIT_springiness",0,0,"54"); SET("l4","viewport","viewport",0,0,"75 1 174 13"); SET("+4","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("+4","label","text",0,0,"+"); SET("+4","shrink to fit","boolean",0,0,"no"); SET("+4","viewport","viewport",0,0,"2 1 26 13"); SET("-4","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("-4","label","text",0,0,"-"); SET("-4","shrink to fit","boolean",0,0,"no"); SET("-4","viewport","viewport",0,0,"51 1 75 13"); SET("zl4","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("zl4","has border","boolean",0,0,"yes"); SET("zl4","label","text",0,0,"30"); SET("zl4","shrink to fit","boolean",0,0,"no"); SET("zl4","springiness","SUIT_springiness",0,0,"54"); SET("zl4","viewport","viewport",0,0,"26 1 51 13"); SET("cm4","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("cm4","label","text",0,0,"*"); SET("cm4","shrink to fit","boolean",0,0,"no"); SET("cm4","viewport","viewport",0,0,"235 269 248 299"); SET("rm4","active display","SUIT_enum",0,0,"\"standard\" of {\"standard\"}"); SET("rm4","label","text",0,0,"0"); SET("rm4","shrink to fit","boolean",0,0,"no"); SET("rm4","viewport","viewport",0,0,"235 239 248 269"); } /* end of INIT_suiRoutine */ void SUIT_initFromCode (char *programName) { SUIT_interiorInitFromCode (programName, INIT_suiRoutine, THE_SCREEN_WIDTH, THE_SCREEN_HEIGHT, THE_SCREEN_DEPTH); }