Home | History | Annotate | Download | only in python2.7

Lines Matching refs:expand

2120             self.open_btn.pack(side='left', fill='x', expand=1)
2121 self.quit_btn.pack(side='right', fill='x', expand=1)
2125 self.search_ent.pack(side='right', fill='x', expand=1)
2142 self.goto_btn.pack(side='left', fill='x', expand=1)
2143 self.hide_btn.pack(side='right', fill='x', expand=1)
2195 self.expand()
2219 self.search_ent.pack(side='right', fill='x', expand=1)
2243 def expand(self):
2247 self.result_lst.pack(side='top', fill='both', expand=1)