summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/interactiveworkbook/epsfiles/checkclear.eps
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/interactiveworkbook/epsfiles/checkclear.eps
Initial commit
Diffstat (limited to 'macros/latex/contrib/interactiveworkbook/epsfiles/checkclear.eps')
-rw-r--r--macros/latex/contrib/interactiveworkbook/epsfiles/checkclear.eps32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/interactiveworkbook/epsfiles/checkclear.eps b/macros/latex/contrib/interactiveworkbook/epsfiles/checkclear.eps
new file mode 100644
index 0000000000..2764003cda
--- /dev/null
+++ b/macros/latex/contrib/interactiveworkbook/epsfiles/checkclear.eps
@@ -0,0 +1,32 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% CLEAR CHECK BOXES
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 90 30
+%%EndProlog
+[
+ /T (Check_Clear_Button)
+ /Rect [0 0 90 30]
+ /Subtype /Widget
+ /F 4
+ /FT /Btn % button, check type
+ /Ff 65540 % push button
+ /H /P
+ /AP << /N {Clear_Up} /D {Clear_Down} >>
+ /Action <<
+ /Subtype /JavaScript
+ /JS(
+ var undefined;
+ function turnOff\(inName\) {
+ var thecheckbox = this.getField\(inName\);
+ if \(thecheckbox!=undefined\) thecheckbox.value = "Off";
+ }
+ for \(theCount = 1; theCount < 6; theCount++\) {
+ if \("pageonecheck"+theCount!=undefined\) turnOff\("pageonecheck"+theCount\);
+ }
+ )
+ >>
+/ANN pdfmark
+%%EOF