gv.style (3247B)
1 !######################################## 2 !##### Layouts 3 !######################################## 4 5 GV.control.MButton.font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1 6 GV*orientationButton*forcedWidth: 72 7 GV*upsidedown.Label: Up-Down 8 !# GV.?.processButton.label: 9 10 GV*background: #ffffe0 11 GV*foreground: black 12 GV*Text*background: #e0e0ff 13 GV*SimpleMenu*background: #e0e0ff 14 GV*locator*background: #e0e0ff 15 GV*panner*foreground: #e0e0ff 16 GV*Label.background: #e0e0ff 17 GV*fileSel*Frame*background: #e0e0ff 18 GV*fileSel*Frame*Text*background: #e0e0ff 19 GV*optiongvPopup*Toggle*foreground: black 20 GV*optiongsPopup*Toggle*foreground: black 21 GV*optionsetupPopup*Toggle*foreground: black 22 GV*infoPopup*Scrollbar.background: #e0e0ff 23 GV*notePopup*message.background: ##e0e0ff 24 25 GV*confirmPopup*message3.background: #D3B5B5 26 GV*confirmPopup*message1.background: gray71 27 28 GV*Button.background: #e0e0ff 29 GV*Button.highlightedBackground: #c0c0ff 30 GV*Button.setBackground: #d0d0ff 31 GV*Switch.background: #e0e0ff 32 GV*Switch.highlightedBackground: #c0c0ff 33 GV*Switch.setBackground: #d0d0ff 34 GV.?.Button.highlightedBackground: #c0c0ff 35 GV.?.Button.background: #e0e0ff 36 GV.?.Button.setBackground: #d0d0ff 37 38 GV*MButton*setBackground: #d0d0ff 39 GV*MButton*background: #e0e0ff 40 41 GV*Scrollbar.background: #e0e0ff 42 GV*Scrollbar.pointerColor: black 43 GV*Scrollbar.pointerColorBackground: #e0e0ff 44 GV*Scrollbar.scrollbarBackground: #e0e0ff 45 GV*Scrollbar.foreground: #6060ff 46 GV*optionsetupPopup*Text*Scrollbar.background: #e0e0ff 47 GV*optionfsPopup*Text*Scrollbar.background: #e0e0ff 48 49 GV*optionfsPopup*Label.background: #e0e0ff 50 GV*optiongsPopup*Label.background: #e0e0ff 51 GV*optiongvPopup*Label.background: #e0e0ff 52 GV*optionsetupPopup*Label.background: #e0e0ff 53 54 GV*newtocFrame*background: #f0f0ff 55 GV*newtocScroll.background: #f0f0ff 56 GV*Vlist.markBackground: #c0c0ff 57 GV*Vlist.selectedBackground: #e0e0ff 58 GV*Vlist.highlightedBackground: #d0d0ff 59 60 GV*page.borderWidth: 0 61 GV*Scrollbar.thickness: 10 62 GV*shadowWidth: 0 63 GV*Label.shadowWidth: 0 64 65 GV*MButton*unsetFrameStyle: ledged 66 GV*MButton*borderWidth: 0 67 GV*MButton*frameWidth: 0 68 69 GV.?.Button.unsetFrameStyle: ledged 70 GV.?.Button.highlightedFrameStyle: ledged 71 72 GV*rescan.unsetFrameStyle: ledged 73 GV*filter.unsetFrameStyle: ledged 74 75 GV*page.borderWidth: 0 76 GV*SimpleMenu.borderWidth: 0 77 GV*infoPopup*Text.borderWidth: 0 78 79 GV*viewFrame.hSpace: 0 80 GV*viewFrame.vSpace: 0 81 GV*page.borderColor: #e0e0ff 82 GV*viewClip.borderWidth: 0 83 GV*viewClip.borderColor: #e0e0ff 84 85 GV*stateButton*menu*leftMargin: 10 86 GV*orientationButton*menu*leftMargin: 10 87 GV*pagemediaButton*menu*leftMargin: 10 88 GV*scaleButton*menu*leftMargin: 10 89 GV.control.prevPage*internalHeight: 4 90 GV.control.nextPage*internalHeight: 4 91 GV*locator*internalHeight: 3 92 GV.control.Button*internalWidth: 0 93 94 95 GV*control.layout: \ 96 |h{\ 97 |v{\ 98 |h{\ 99 newtocScroll<*+200[1]-[1]>\ 100 newtocFrame<-[2]*+200[1]-[1]>\ 101 }\ 102 }\ 103 |v{ \ 104 |h{ \ 105 fileButton<-40%*>\ 106 stateButton<-90%*>\ 107 pageButton<-90%*>\ 108 orientationButton<-90%*>\ 109 scaleButton<-90%*>\ 110 pagemediaButton<-90%*>\ 111 processButton<-90%*>\ 112 printAll<-40%*>\ 113 printMarked<-40%*>\ 114 }\ 115 viewFrame<+[2]-100%*+9999-100%> \ 116 }\ 117 } 118