8c9fe1b80d6caa3b2d13a0e366ce2e5b3c4a8e2a,cellprofiler/gui/plateviewer.py,PlateViewer,__init__,#PlateViewer#Any#Any#,143

Before Change


            // On Windows platform, default window size is incorrect, so set
            // toolbar width to figure width.
            tw, th = self.navtoolbar.GetSizeTuple()
            fw, fh = self.canvas.GetSizeTuple()
            // By adding toolbar in sizer, we are able to put it at the bottom
            // of the frame - so appearance is closer to GTK version.
            // As noted above, doesn"t work for Mac.

After Change


        self.channel_grid.Bind(wx.grid.EVT_GRID_CELL_CHANGE,
                               lambda event: self.update_figure())
        self.frame.Bind(wx.EVT_CLOSE, self.on_close)
        self.subcanvaspanel.Bind(wx.EVT_SIZE, self.on_subcanvaspanel_size)
        self.on_update()
        self.frame.Layout()
        
    def get_border_height(self):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 7

Instances


Project Name: CellProfiler/CellProfiler
Commit Name: 8c9fe1b80d6caa3b2d13a0e366ce2e5b3c4a8e2a
Time: 2013-08-30
Author: leek@broadinstitute.org
File Name: cellprofiler/gui/plateviewer.py
Class Name: PlateViewer
Method Name: __init__


Project Name: CellProfiler/CellProfiler
Commit Name: c557ec9e035dffa2e33247eb28c57023e15e25e1
Time: 2013-08-28
Author: leek@broadinstitute.org
File Name: cellprofiler/gui/plateviewer.py
Class Name: PlateViewer
Method Name: __init__


Project Name: AlexEMG/DeepLabCut
Commit Name: 857cb1f38abfc3f467b6a8e53ae54365e05fcff2
Time: 2019-02-23
Author: amathis@fas.harvard.edu
File Name: deeplabcut/generate_training_dataset/frame_extraction_toolbox.py
Class Name: MainFrame
Method Name: update