Home | History | Annotate | Download | only in idlelib

Lines Matching refs:vbar

174         self.vbar = vbar = Scrollbar(text_frame, name='vbar')
251 vbar['command'] = text.yview
252 vbar.pack(side=RIGHT, fill=Y)
253 text['yscrollcommand'] = vbar.set