Methods
|
|
__init__
buildGUI
highlight
lift
loadfiles
selectfield
|
|
__init__
|
__init__ (
self,
master,
file1,
file2,
)
|
|
buildGUI
|
buildGUI (
self,
list,
file1,
file2,
)
Build list of fields and canvas (text and plot).
|
|
highlight
|
highlight (
self,
text,
s1,
s2,
)
|
|
lift
|
lift (
self,
win1,
win2,
)
|
|
loadfiles
|
loadfiles (
self,
file1,
file2,
)
Purpose: build "list", a list of relevant info for
all differences found between file1 and file2
(list can afterwards be visualized in buildGUI).
|
|
selectfield
|
selectfield ( self )
|
|