diff options
author | Guido van Rossum <guido@python.org> | 1992-03-30 11:39:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-03-30 11:39:53 (GMT) |
commit | 715a65315287876f9bd2dd9ad5d453df3f6caa7c (patch) | |
tree | 20d113d4ebfd0cfef67cc406d3c9398487188b25 /Demo/sgi/flp/test_cb.fd | |
parent | 4a5ab81bc93004773070de89cc4acfad75103c7e (diff) | |
download | cpython-715a65315287876f9bd2dd9ad5d453df3f6caa7c.zip cpython-715a65315287876f9bd2dd9ad5d453df3f6caa7c.tar.gz cpython-715a65315287876f9bd2dd9ad5d453df3f6caa7c.tar.bz2 |
Initial revision
Diffstat (limited to 'Demo/sgi/flp/test_cb.fd')
-rwxr-xr-x | Demo/sgi/flp/test_cb.fd | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/Demo/sgi/flp/test_cb.fd b/Demo/sgi/flp/test_cb.fd new file mode 100755 index 0000000..e83fd1f --- /dev/null +++ b/Demo/sgi/flp/test_cb.fd @@ -0,0 +1,75 @@ +Magic: 12321 + +Internal Form Definition File + (do not change) + +Number of forms: 1 + +=============== FORM =============== +Name: main_form +Width: 170.000000 +Height: 190.000000 +Number of Objects: 4 + +-------------------- +class: 1 +type: 1 +box: 0.000000 0.000000 170.000000 190.000000 +boxtype: 1 +colors: 47 47 +alignment: 4 +style: 0 +size: 11.000000 +lcol: 0 +label: +name: +callback: +argument: + +-------------------- +class: 11 +type: 0 +box: 10.000000 140.000000 150.000000 40.000000 +boxtype: 1 +colors: 47 47 +alignment: 4 +style: 0 +size: 11.000000 +lcol: 0 +label: Button 1 +name: button1 +callback: button1CB +argument: 0 + +-------------------- +class: 11 +type: 0 +box: 10.000000 100.000000 150.000000 40.000000 +boxtype: 1 +colors: 47 47 +alignment: 4 +style: 0 +size: 11.000000 +lcol: 0 +label: Button 2 +name: button2 +callback: button2CB +argument: 0 + +-------------------- +class: 11 +type: 6 +box: 10.000000 10.000000 150.000000 40.000000 +boxtype: 1 +colors: 47 47 +alignment: 4 +style: 0 +size: 11.000000 +lcol: 0 +label: EXIT +name: exitbutton +callback: exitbuttonCB +argument: 0 + +============================== +create_the_forms |