Home | History | Annotate | Download | only in contrib

Lines Matching defs:Left

50   pack $w.mb.file $w.mb.edit -side left -padx 8 -pady 1
104 bind Sqlitecon <Left> {sqlitecon::Left %W}
105 bind Sqlitecon <Control-b> {sqlitecon::Left %W}
135 # Move the cursor one character to the left
137 proc sqlitecon::Left {w} {
145 # Erase the character to the left of the cursor
659 -side left -padx 5 -pady 5 -expand 1
665 pack $w.t -side left -fill both -expand 1
667 pack $w.sb -side left -fill y