Package gui :: Package components :: Module relax_data :: Class Metadata_window
[hide private]
[frames] | no frames]

Class Metadata_window

source code


The relaxation data metadata window.

Instance Methods [hide private]
 
__init__(self, parent)
Set up the export window.
source code
 
handler_close(self, event)
Event handler for the close window action.
source code
wx.Sizer instance
setup_frame(self)
Set up the relax controller frame.
source code
Method Details [hide private]

__init__(self, parent)
(Constructor)

source code 

Set up the export window.

Parameters:
  • parent (wx.Frame instance) - The parent object.

handler_close(self, event)

source code 

Event handler for the close window action.

Parameters:
  • event (wx event) - The wx event.

setup_frame(self)

source code 

Set up the relax controller frame.

Returns: wx.Sizer instance
The sizer object.