Fitting view/display improvements

This commit is contained in:
HomeWorld
2010-11-02 15:04:35 +02:00
parent c0c70c9bd4
commit 7ad1e47cb0
20 changed files with 59 additions and 27 deletions

View File

@@ -28,6 +28,7 @@ class ActivityCheckbox(ViewColumn):
ViewColumn.__init__(self, fittingView)
self.resizable = False
self.size = 24
self.mask = wx.LIST_MASK_WIDTH
for name, state in (("checked", wx.CONTROL_CHECKED), ("unchecked", 0)):
bitmap = wx.EmptyBitmap(16, 16)
dc = wx.MemoryDC()