I want to remove a frame from my interface when a specific button is clicked.
This is the invoked callback function
def removeMyself(self): del self
wont this help : self.destroy()
self.destroy()
chk this out : PY cookbook the last para