Group: comp.lang.tcl


Subject: BWidget Tree image
From: Ilya Ginzburg
Date: 12/6/2007 9:19:12 AM
Hi all, I'm using the BWidget (1.7) Tree widget on WinXP (Tcl 8.4.13). For some reason I want to draw the tree without an image. The problem (esthetic) is that there is empty "hole" between the horizontal line and the node. Is there a configuration to cancel (or minimize) this empty space? Thanks. Ilya

Subject: BWidget Tree image
From: Ilya Ginzburg
Date: 12/6/2007 2:41:00 PM
"suchenwi" <richard.suchenwirth-bauersachs@siemens.com> wrote in message news:39c1f846-0072-451c-a9aa-69aa421e585b@s8g2000prg.googlegroups.com... > On 6 Dez., 08:19, "Ilya Ginzburg" <ily...@rad.com> wrote: >> I'm using the BWidget (1.7) Tree widget on WinXP (Tcl 8.4.13). >> >> For some reason I want to draw the tree without an image. >> The problem (esthetic) is that there is empty "hole" between the >> horizontal >> line and the node. >> >> Is there a configuration to cancel (or minimize) this empty space? > > Have you tried the -padx parameter, maybe with some negative value? The maximum (minimum) negative value that Tree can receive is -1. But, the small positive value 0, 1 and so on gives the required result - the lable sticked to the line! Thank you for idea!