Lines Matching refs:left
15 label $w.msg -font $font -wraplength 4i -justify left -text "Five labels are displayed below: three textual ones on the left, and a bitmap label and a text label on the right. Labels are pretty boring because you can't do anything with them."
22 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
24 frame $w.left
26 pack $w.left $w.right -side left -expand yes -padx 10 -pady 10 -fill both
28 label $w.left.l1 -text "First label"
29 label $w.left.l2 -text "Second label, raised" -relief raised
30 label $w.left.l3 -text "Third label, sunken" -relief sunken
31 pack $w.left.l1 $w.left.l2 $w.left.l3 -side top -expand yes -pady 2 -anchor w