Package gui :: Package user_functions :: Module grace :: Class Grace
[hide private]
[frames] | no frames]

Class Grace

source code


The container class for holding all GUI elements.

Instance Methods [hide private]
 
view(self, file=None)
The grace.view user function.
source code
 
write(self, file=None)
The grace.write user function.
source code

Inherited from base.UF_base: __init__, create_wizard, get_title

Method Details [hide private]

view(self, file=None)

source code 

The grace.view user function.

Parameters:
  • file (str) - The file to start the user function with.

write(self, file=None)

source code 

The grace.write user function.

Parameters:
  • file (str) - The file to start the user function with.