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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -