summaryrefslogtreecommitdiffstats
path: root/demos/mailwasher.tcl
diff options
context:
space:
mode:
authortreectrl <treectrl>2003-01-02 02:24:08 (GMT)
committertreectrl <treectrl>2003-01-02 02:24:08 (GMT)
commit0a431c440c9fcd7ad76346915857845ad0726df5 (patch)
tree1239e1ef0833dcd694f322d10176b8d3aaf93997 /demos/mailwasher.tcl
parent0258f98d4b6bc495493a1dd12f26922d5edd7349 (diff)
downloadtktreectrl-0a431c440c9fcd7ad76346915857845ad0726df5.zip
tktreectrl-0a431c440c9fcd7ad76346915857845ad0726df5.tar.gz
tktreectrl-0a431c440c9fcd7ad76346915857845ad0726df5.tar.bz2
Big padx and pady patch.
Diffstat (limited to 'demos/mailwasher.tcl')
-rw-r--r--demos/mailwasher.tcl18
1 files changed, 9 insertions, 9 deletions
diff --git a/demos/mailwasher.tcl b/demos/mailwasher.tcl
index d97dcbb..33e856f 100644
--- a/demos/mailwasher.tcl
+++ b/demos/mailwasher.tcl
@@ -16,14 +16,14 @@ proc DemoMailWasher {} {
-xscrollincrement 1
set pad 4
- $T column configure 0 -text Delete -textpadw $pad -textpade $pad -tag delete
- $T column configure 1 -text Bounce -textpadw $pad -textpade $pad -tag bounce
- $T column configure 2 -text Status -width 80 -textpadw $pad -textpade $pad -tag status
- $T column configure 3 -text Size -width 40 -textpadw $pad -textpade $pad -justify right -tag size
- $T column configure 4 -text From -width 140 -textpadw $pad -textpade $pad -tag from
- $T column configure 5 -text Subject -width 240 -textpadw $pad -textpade $pad -tag subject
- $T column configure 6 -text Received -textpadw $pad -textpade $pad -arrow up -arrowpadw 4 -tag received
- $T column configure 7 -text Attachments -textpadw $pad -textpade $pad -tag attachments
+ $T column configure 0 -text Delete -textpadx $pad -tag delete
+ $T column configure 1 -text Bounce -textpadx $pad -tag bounce
+ $T column configure 2 -text Status -width 80 -textpadx $pad -tag status
+ $T column configure 3 -text Size -width 40 -textpadx $pad -justify right -tag size
+ $T column configure 4 -text From -width 140 -textpadx $pad -tag from
+ $T column configure 5 -text Subject -width 240 -textpadx $pad -tag subject
+ $T column configure 6 -text Received -textpadx $pad -arrow up -arrowpad {4 0} -tag received
+ $T column configure 7 -text Attachments -textpadx $pad -tag attachments
$T element create border rect -open nw -outline gray -outlinewidth 1 \
-fill [list $::SystemHighlight {selected}]
@@ -57,7 +57,7 @@ proc DemoMailWasher {} {
set S [$T style create sty$name]
$T style elements $S [list border txt$name]
$T style layout $S border -detach yes -iexpand es
- $T style layout $S txt$name -padw $pad -pade $pad -squeeze x -expand ns
+ $T style layout $S txt$name -padx $pad -squeeze x -expand ns
}
for {set i 0} {$i < 1} {incr i} {
foreach {from subject} {