Mercurial > libervia-web
comparison browser_side/panels.py @ 96:d7a4bbaddfb0
browser side: removed in EmptyPanel
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 28 Jun 2011 13:31:05 +0200 |
parents | dd54bc13ac81 |
children | 3cbbe5c05aa5 |
comparison
equal
deleted
inserted
replaced
95:1c75fd97baf9 | 96:d7a4bbaddfb0 |
---|---|
313 """Empty dropable panel""" | 313 """Empty dropable panel""" |
314 | 314 |
315 def __init__(self, host): | 315 def __init__(self, host): |
316 SimplePanel.__init__(self) | 316 SimplePanel.__init__(self) |
317 DropCell.__init__(self, host) | 317 DropCell.__init__(self, host) |
318 self.setWidget(HTML(' ')) | 318 #self.setWidget(HTML('')) |
319 self.setSize('100%','100%') | 319 self.setSize('100%','100%') |
320 | 320 |
321 class BorderWidget(EmptyWidget): | 321 class BorderWidget(EmptyWidget): |
322 def __init__(self, host): | 322 def __init__(self, host): |
323 EmptyWidget.__init__(self, host) | 323 EmptyWidget.__init__(self, host) |