Cat
Computer.py
Go to the documentation of this file.
1 from element import *
2 from object import *
3 from libCatKernel import *
4 
6  def __init__(self, cat, obj, panel, path):
7  element.__init__(self,cat,obj,panel,path)
8  self.loadxrc()
9 
10 # choicebook=self.getControl("choicebook")
11 
12 
13  def update(self):
14  print "No update function deifned yet."
15 
16 
19 
20 #----------------------------------------------------------------------
21 
22 def Edit (cat, obj, panel, path):
23  return Computer(cat, obj, panel, path)
24 
25 #----------------------------------------------------------------------
26 
def __init__(self, cat, obj, panel, path)
Definition: Computer.py:6
def update(self)
Definition: Computer.py:13
def Edit(cat, obj, panel, path)
choicebook.Append("Hello1") choicebook.Append("Hello2") choicebook.Append("Hello3") ...
Definition: Computer.py:22