예제 #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)