Lines Matching refs:left
14 label $w.msg -font $font -wraplength 4i -justify left -text "Choose the icon and type option of the message box. Then press the \"Message Box\" button to see the message box."
23 pack $w.buttons.dismiss $w.buttons.code $w.buttons.vars -side left -expand 1
25 frame $w.left
27 pack $w.left $w.right -side left -expand yes -fill y -pady .5c -padx .5c
29 label $w.left.label -text "Icon"
30 frame $w.left.sep -relief ridge -bd 1 -height 2
31 pack $w.left.label -side top
32 pack $w.left.sep -side top -fill x -expand no
36 radiobutton $w.left.b$i -text $i -variable msgboxIcon \
38 pack $w.left.b$i -side top -pady 2 -anchor w -fill x