Glade Python : How to show about form

Glade Python : How to show about form

(Screen Shot)

To show about form :

  def OnAboutClick(self,button):
        x.builder.get_object("aboutdialog1").show_all()
   

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