summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/radioclear.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/radioclear.eps')
-rw-r--r--Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/radioclear.eps33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/radioclear.eps b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/radioclear.eps
new file mode 100644
index 00000000000..ce2eb0debc9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/radioclear.eps
@@ -0,0 +1,33 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% RADIO CLEAR BUTTON: CLEARS ALL RADIO BUTTONS
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 90 30
+%%EndProlog
+[
+ /T (Clear_Radio_Button)
+ /Rect [0 0 90 30]
+ /Subtype /Widget
+ /F 4
+ /FT /Btn % button, radio type
+ /Ff 65540 % push type
+ /H /P % highlight momentarily
+ /AP << /N {Clear_Up} /D {Clear_Down} >>
+ /Action <<
+ /Subtype /JavaScript
+ /JS(
+ var undefined;
+ function turnOff\(inName\) {
+ var radiobutton = this.getField\(inName\);
+ if \( radiobutton != undefined \) radiobutton.value = "Off";
+ }
+ for \(theCount = 1; theCount < 6; theCount++\) {
+ if \( "pageoneradio"+theCount != undefined \) turnOff\("pageoneradio"+theCount\);
+ }
+ )
+ >>
+/ANN pdfmark
+
+%%EOF