summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 23:37:06 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 23:37:06 +0000
commita13176ba3a7e4a9a1916cb602f6fe6126aed2061 (patch)
treee293e801db49f2efbc5479eaa77761bc58cf5a5b /clients
parent92346cbf2bb3ac68d4f5cc18809c2e22dea4903b (diff)
Sal's changes; added ClearOnSend, removed explicit widths since we now
do calculation based on font width.
Diffstat (limited to 'clients')
-rw-r--r--clients/xzwrite/XZwrite14
1 files changed, 9 insertions, 5 deletions
diff --git a/clients/xzwrite/XZwrite b/clients/xzwrite/XZwrite
index 1c538fd..3fb574f 100644
--- a/clients/xzwrite/XZwrite
+++ b/clients/xzwrite/XZwrite
@@ -30,7 +30,6 @@
*sendClose.bottom: ChainTop
*sendClose.left: ChainLeft
*sendClose.right: ChainRight
-*sendClose.width: 671
*sendClose.translations:#override\
<BtnDown>: set() \n\
<BtnUp>: CloseSend() unset() \n\
@@ -41,7 +40,6 @@
*editPane.left: ChainLeft
*editTitle.showGrip: false
-*editTitle.width: 480
*editTitle.borderWidth: 0
*editForm.showGrip: false
@@ -73,7 +71,6 @@
<BtnDown>: set() \n\
<BtnUp>: YankNext() unset() \n\
-*editor.width: 480
*editor.height: 130
*editor*editType: edit
*editor*wrap: never
@@ -98,7 +95,6 @@
*destScroll.bottom: ChainBottom
*destScroll.left: ChainLeft
*destScroll.right: ChainRight
-*destScroll.width: 190
*destScroll.height: 178
*destScroll.resizable: false
*destScroll.allowVert: true
@@ -132,8 +128,16 @@
<BtnDown>: set() \n\
<BtnUp>: Signature()
+*clearOnSend.label: Clear On Send
+*clearOnSend.fromVert: signature
+*clearOnSend.left: ChainLeft
+*clearOnSend.right: ChainRight
+*clearOnSend.width: 200
+*clearOnSend.translations: #override\
+ <BtnDown>,<BtnUp>: toggle() ToggleOption()
+
*closeOnSend.label: Close On Send
-*closeOnSend.fromVert: signature
+*closeOnSend.fromVert: clearOnSend
*closeOnSend.left: ChainLeft
*closeOnSend.right: ChainRight
*closeOnSend.width: 200