Hi.
I'm writing TCL/TK GUI but I've encoutered 2 problems:
1. I have a series of buttons - each one in a different row and each one has its own text.
Since the text is different per button, the size of the buttons are different - how can I force that the size of all the buttons will be the same?
Illustration:
-------------
button one
-------------
---------------------
button two is longer
---------------------
2. Another problem is that sometimes even though I specify widgets (not necessarly buttons) one after the other in the same column (e.g row 4 column 1 & row 5 column 1), they are misaligned (there is an offset in the X axis between them).
Illustration:
--------
button 1
--------
-----------
button 2
-----------
How can I solve it?
Help would be much appreciated,
Adi.
I'm writing TCL/TK GUI but I've encoutered 2 problems:
1. I have a series of buttons - each one in a different row and each one has its own text.
Since the text is different per button, the size of the buttons are different - how can I force that the size of all the buttons will be the same?
Illustration:
-------------
button one
-------------
---------------------
button two is longer
---------------------
2. Another problem is that sometimes even though I specify widgets (not necessarly buttons) one after the other in the same column (e.g row 4 column 1 & row 5 column 1), they are misaligned (there is an offset in the X axis between them).
Illustration:
--------
button 1
--------
-----------
button 2
-----------
How can I solve it?
Help would be much appreciated,
Adi.