diff options
author | Guido van Rossum <guido@python.org> | 1993-05-06 16:27:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-05-06 16:27:25 (GMT) |
commit | e17c6c355a6ec272623b4d795a6a83fae10815c2 (patch) | |
tree | 24a24b4284a2d3d03bd34032acfea89598441713 /Demo/sgi/video/VbForm.fd | |
parent | b7e3cc12e1eded0172e8ebd9ff7db6208e9e22cf (diff) | |
download | cpython-e17c6c355a6ec272623b4d795a6a83fae10815c2.zip cpython-e17c6c355a6ec272623b4d795a6a83fae10815c2.tar.gz cpython-e17c6c355a6ec272623b4d795a6a83fae10815c2.tar.bz2 |
Use groups to show/hide "Stop capture" button.
Made mono capture work.
Don't support rgb24 capture (the code for this doesn't exist in Vrec either!).
Diffstat (limited to 'Demo/sgi/video/VbForm.fd')
-rw-r--r-- | Demo/sgi/video/VbForm.fd | 64 |
1 files changed, 62 insertions, 2 deletions
diff --git a/Demo/sgi/video/VbForm.fd b/Demo/sgi/video/VbForm.fd index 164c2c7..8c53257 100644 --- a/Demo/sgi/video/VbForm.fd +++ b/Demo/sgi/video/VbForm.fd @@ -9,7 +9,7 @@ Number of forms: 1 Name: form Width: 350.000000 Height: 240.000000 -Number of Objects: 17 +Number of Objects: 21 -------------------- class: 1 @@ -27,6 +27,21 @@ callback: argument: -------------------- +class: 10000 +type: 0 +box: 0.000000 0.000000 0.000000 0.000000 +boxtype: 0 +colors: 0 0 +alignment: 4 +style: 0 +size: 11.000000 +lcol: 0 +label: +name: g_main +callback: +argument: + +-------------------- class: 1 type: 2 box: 140.000000 10.000000 120.000000 160.000000 @@ -252,9 +267,39 @@ callback: cb_format argument: 0 -------------------- +class: 20000 +type: 0 +box: 0.000000 0.000000 0.000000 0.000000 +boxtype: 0 +colors: 0 0 +alignment: 4 +style: 0 +size: 11.000000 +lcol: 0 +label: +name: +callback: +argument: + +-------------------- +class: 10000 +type: 0 +box: 0.000000 0.000000 0.000000 0.000000 +boxtype: 0 +colors: 0 0 +alignment: 4 +style: 0 +size: 11.000000 +lcol: 0 +label: +name: g_stop +callback: +argument: + +-------------------- class: 11 type: 0 -box: 0.000000 0.000000 350.000000 240.000000 +box: 10.000000 10.000000 330.000000 220.000000 boxtype: 1 colors: 47 47 alignment: 4 @@ -266,5 +311,20 @@ name: b_stop callback: cb_stop argument: 0 +-------------------- +class: 20000 +type: 0 +box: 0.000000 0.000000 0.000000 0.000000 +boxtype: 0 +colors: 0 0 +alignment: 4 +style: 0 +size: 11.000000 +lcol: 0 +label: +name: +callback: +argument: + ============================== create_the_forms |