Lines Matching refs:rh
510 rh = Tix.ResizeHandle(top, bg='black',
513 btn = Tix.Button(bot, text='Reset', command=lambda w=rh, x=list: SList_reset(w,x))
519 list.bind('<Map>', func=lambda arg=0, rh=rh, list=list:
520 list.tk.call('tixDoWhenIdle', str(rh), 'attachwidget', str(list)))
522 def SList_reset(rh, list): argument
525 rh.attach_widget(list)
553 rh = Tix.ResizeHandle(top, bg='black',
556 btn = Tix.Button(bot, text='Reset', command=lambda w=rh, x=win: SWindow_reset(w,x))
563 win.bind('<Map>', func=lambda arg=0, rh=rh, win=win:
564 win.tk.call('tixDoWhenIdle', str(rh), 'attachwidget', str(win)))
566 def SWindow_reset(rh, win): argument
569 rh.attach_widget(win)
595 rh = Tix.ResizeHandle(top, bg='black',
598 btn = Tix.Button(bot, text='Reset', command=lambda w=rh, x=win: SText_reset(w,x))
604 win.bind('<Map>', func=lambda arg=0, rh=rh, win=win:
605 win.tk.call('tixDoWhenIdle', str(rh), 'attachwidget', str(win)))
607 def SText_reset(rh, win): argument
610 rh.attach_widget(win)