aboutsummaryrefslogtreecommitdiff
path: root/demo/sgi/gl_panel/twoview/observer.s
blob: ddcfe7aa520c7d5c6f67abdfee6994184238e3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
;;; This file was automatically generated by the panel editor.
;;; If you read it into gnu emacs, it will automagically format itself.

(panel (prop help creator:user-panel-help)
(prop user-panel #t)
(label "Observer Control")
(x 876)
(y 10)
(al (pnl_right_arrow_button (name "right")
(prop help creator:user-act-help)
(x 3.2)
(y 2.09)
(downfunc move-then-resize)
)
(pnl_up_double_arrow_button (name "fast_forward")
(prop help creator:user-act-help)
(label "step forward")
(x 2.66)
(y 3.13)
(h 0.45)
(labeltype 4)
(downfunc move-then-resize)
)
(pnl_up_arrow_button (name "forward")
(prop help creator:user-act-help)
(x 2.66)
(y 2.64)
(downfunc move-then-resize)
)
(pnl_down_arrow_button (name "reverse")
(prop help creator:user-act-help)
(x 2.66)
(y 1.49)
(h 0.45)
(labeltype 12)
(downfunc move-then-resize)
)
(pnl_down_double_arrow_button (name "fast_reverse")
(prop help creator:user-act-help)
(label "step back")
(x 2.66)
(y 1)
(labeltype 12)
(downfunc move-then-resize)
)
(pnl_left_arrow_button (name "left")
(prop help creator:user-act-help)
(x 2.11)
(y 2.09)
(downfunc move-then-resize)
)
(pnl_right_double_arrow_button (name "fast_right")
(prop help creator:user-act-help)
(label "turn right")
(x 3.75)
(y 2.09)
(downfunc move-then-resize)
)
(pnl_left_double_arrow_button (name "fast_left")
(prop help creator:user-act-help)
(label "turn left")
(x 1.57)
(y 2.09)
(labeltype 8)
(downfunc move-then-resize)
)
(pnl_vslider (name "ypos")
(prop help creator:user-act-help)
(x 6.25)
(y 1)
(w 0.4)
(h 2.9)
(val 0.0758)
(downfunc move-then-resize)
)
(pnl_down_arrow_button (name "down")
(prop help creator:user-act-help)
(label "eye height")
(x 6.25)
(y 0.5)
(labeltype 12)
(downfunc move-then-resize)
)
(pnl_up_arrow_button (name "up")
(prop help creator:user-act-help)
(x 6.25)
(y 4)
(downfunc move-then-resize)
)
)
)
;;; Local Variables:
;;; mode: scheme
;;; eval: (save-excursion (goto-char (point-min)) (kill-line 3))
;;; eval: (save-excursion (goto-char (point-min)) (replace-regexp "[ \n]*)" ")"))
;;; eval: (indent-region (point-min) (point-max) nil)
;;; eval: (progn (kill-line -3) (delete-backward-char 1) (save-buffer))
;;; End: