/Users/maurits/Documents/studie/afstuderen/biosphere/python/biosphere/gui_servers.py

Go to the documentation of this file.
00001 import wx
00002 
00003 
00004 class ServerPanel(wx.Panel):
00005     def __init__(self, parent):
00006         wx.Panel.__init__(self, parent, -1)
00007         
00008         self.InitLayoutInitLayout()
00009     
00010     def InitLayout(self):
00011         pass

Generated on Tue Jul 17 09:50:53 2007 for Bio-SPHERE by  doxygen 1.5.1