Hello all:
Could anyone fix my code. when I run it, it has some bugs. In here, I want to known how to use fill with frame.
my code as follow;
label .one -text one -background lightblue
label .two -text two -background lightgreen
label .three -text three -background yellow
pack .two -side right -fill both
pack .three -side left -fill both
frame frame2 configure -background red
pack configure .frame2 -fill x
thanks
Could anyone fix my code. when I run it, it has some bugs. In here, I want to known how to use fill with frame.
my code as follow;
label .one -text one -background lightblue
label .two -text two -background lightgreen
label .three -text three -background yellow
pack .two -side right -fill both
pack .three -side left -fill both
frame frame2 configure -background red
pack configure .frame2 -fill x
thanks