gtkButtonPressed: gtkButtonPressed
Description
Emits a gtkButtonPressed
signal to the given GtkButton
.
WARNING: gtk_button_pressed
has been deprecated since version 2.20 and should not be used in newly-written code. Use the "button-press-event"
signal.
Usage
gtkButtonPressed(object)
Arguments
object
The GtkButton
you want to send the signal to.