Ignore:
Timestamp:
Dec 19, 2019 11:04:03 PM (3 years ago)
Author:
toby
Message:

multiple small changes to allow docs build under 3.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4201 r4213  
    49334933    where the functions to be called are defined.
    49344934
    4935     Use of the dataWindow scrolled panel
    4936     ====================================
     4935    Use of the dataWindow scrolled panel:
    49374936   
    49384937    dataWindow has a “master” vertical BoxSizer: find it with
     
    49724971    that are called repeatedly to update the entire contents of dataWindow
    49734972    themselves, it is important to add calls to
     4973
    49744974        G2frame.dataWindow.ClearData()
     4975
    49754976    and
     4977
    49764978         G2frame.dataWindow.SetDataSize()
     4979
    49774980    at the beginning and end respectively to clear and refresh. This is not
    49784981    needed for GSNoteBook repaints, which seem to be working mostly
    49794982    automatically. If there is a problem, a call like
     4983
    49804984         wx.CallAfter(G2frame.phaseDisplay.SendSizeEvent)
     4985
    49814986    might be needed. There are some calls to G2frame.dataWindow.SendSizeEvent()
    49824987    that may be doing the same thing.
Note: See TracChangeset for help on using the changeset viewer.