org.gnu.gtk.event

Class ItemEvent.Type

Enclosing Class:
ItemEvent

public static class ItemEvent.Type
extends EventType

Type of a ItemEvent

Field Summary

static ItemEvent.Type
DESELECT
static ItemEvent.Type
SELECT
static ItemEvent.Type
TOGGLE

Method Summary

Methods inherited from class org.gnu.glib.EventType

getID, getName

Field Details

DESELECT

public static final ItemEvent.Type DESELECT


SELECT

public static final ItemEvent.Type SELECT


TOGGLE

public static final ItemEvent.Type TOGGLE