python - PyGtk3 What is and what does the do_clicked method of Gtk.Button do? -


i want learn how gtk.button.do_clicked method works. please give me example learning this. thanks.

it's virtual method: http://lazka.github.io/pgi-docs/index.html#gtk-3.0/classes/button.html#virtual-methods

that means can override in subclass of gtk.button , change behaviour of class. not meant call method directly.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -