tile labelframes
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

tile labelframes

From: Andrés García <fandom@spamme.telefonica.net>
Date: Thu Sep 08 2005 - 02:15:36 CEST

Hi,

I have run into a problem using tile labelframes, with version
0.6.4 in Linux. If I do:

% ttk::labelframe .fr -text Hola
% pack .fr -padx 10 -pady 10 -ipadx 100 -ipady 100

Everything works well, but if I do:

% toplevel .test
% ::ttk::labelframe .test.fr -text Hello
% pack .test.fr -padx 10 -pady 10 -ipadx 100 -ipady 100

In this case, the label appears outside the frame.

Is this a bug, or I am missing something.

Thanks,
Andres
Received on Thu Sep 29 14:35:57 2005