diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps')
-rw-r--r-- | Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps new file mode 100644 index 00000000000..09b4f990817 --- /dev/null +++ b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps @@ -0,0 +1,33 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% CLEAR POPUP MENU BUTTONS
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 90 30
+%%EndProlog
+[
+ /T (Clear_Button)
+ /Rect [0 0 90 30]
+ /Subtype /Widget
+ /F 4
+ /FT /Btn % clear (not popup menu) button
+ /Ff 65540
+ /H /P
+ /AP << /N {Clear_Up} /D {Clear_Down} >>
+ /Action <<
+ /Subtype /JavaScript
+ /JS(
+ var undefined;
+ function clearPopup\(inName\) {
+ var thePopup = this.getField(inName);
+ if \( thePopup != undefined \) thePopup.value = "";
+ }
+
+ for \(theCount = 1; theCount < 6; theCount++\) {
+ if \("pageonepopup"+theCount!=undefined\) clearPopup\("pageonepopup"+theCount\);
+ }
+ )
+ >>
+/ANN pdfmark
+%%EOF
|