org.gnome.gtk

Interface Button.CLICKED

All Superinterfaces:
GtkButton.CLICKED

public static interface Button.CLICKED
extends GtkButton.CLICKED

Event generated when a user presses and releases a button, causing it to activate.

When the mouse is used to click on a Button this signal will be emitted, but only if the cursor is still in the Button when the mouse button is released. You're probably used to this behaviour without realizing it.

Method Summary

void
onClicked(Button source)

Method Details

onClicked

public void onClicked(Button source)