Package gui :: Package user_functions :: Class User_functions
[hide private]
[frames] | no frames]

Class User_functions

source code

Container for all the user function GUI elements.

This uses the observer design pattern to allow for GUI updates upon completion of a user function.

Instance Methods [hide private]
 
__init__(self, parent=None)
Set up the container.
source code
Method Details [hide private]

__init__(self, parent=None)
(Constructor)

source code 

Set up the container.

Parameters:
  • parent (wx.Window instance) - The parent window.