Python Glade : Exit Button Code

Python Glade Tutorial : 


def OnExitClick(self,button):
        x.builder.get_object("window1").destroy()

Comments

Popular posts from this blog

Complete Python Database Project with sqlite3

Complete StopWatch in Java with source code

System sound recorder using NAudio dll with complete code