#!/usr/bin/env python import wx class GuiController(object): def OnTest(self, event): print "Hei I have come up to here!" def OnTest2(self, event): print"This is the second button"