示例#1
0
文件: browser.py 项目: codito/miro
 def do_size_allocate(self, rect):
     PersistentWindow.do_size_allocate(self, rect)
     if self.flags() & gtk.REALIZED:
         self.browser.resize(0, 0, rect.width, rect.height)