dialogs/ActionBlockDialog.py
branchwxPython4
changeset 3640 822fdcef784b
parent 3639 6c7e8e8c6bc5
child 3750 f62625418bff
equal deleted inserted replaced
3639:6c7e8e8c6bc5 3640:822fdcef784b
   106 
   106 
   107                 grid.SetCellEditor(row, col, editor)
   107                 grid.SetCellEditor(row, col, editor)
   108                 grid.SetCellRenderer(row, col, renderer)
   108                 grid.SetCellRenderer(row, col, renderer)
   109                 grid.SetReadOnly(row, col, readonly)
   109                 grid.SetReadOnly(row, col, readonly)
   110 
   110 
   111                 grid.SetCellBackgroundColour(row, col, wx.WHITE)
       
   112             self.ResizeRow(grid, row)
   111             self.ResizeRow(grid, row)
   113 
   112 
   114 # -------------------------------------------------------------------------------
   113 # -------------------------------------------------------------------------------
   115 #                            Action Block Dialog
   114 #                            Action Block Dialog
   116 # -------------------------------------------------------------------------------
   115 # -------------------------------------------------------------------------------