org.gnu.gtk.event

Class TextViewEvent.Type

public static class TextViewEvent.Type extends EventType

Used to describe the type of event.
Field Summary
static TextViewEvent.TypeCOPY_CLIPBOARD
Data has been copied from the widget to the clipboard.
static TextViewEvent.TypeCUT_CLIPBOARD
Data has been cut from the widget to the clipboard.
static TextViewEvent.TypeDELETE_FROM_CURSOR
static TextViewEvent.TypeINSERT_AT_CURSOR
static TextViewEvent.TypeMOVE_CURSOR
The insertion point has been moved.
static TextViewEvent.TypeMOVE_FOCUS
static TextViewEvent.TypePAGE_HORIZONTALLY
This event type will probably be deprecated in GTK release 2.2
static TextViewEvent.TypePASTE_CLIPBOARD
Data has been pasted from the clipboard to the widget.
static TextViewEvent.TypePOPULATE_POPUP
Gives the developer the oportunity to populate a context sensitive popup menu.
static TextViewEvent.TypeSET_ANCHOR
The anchor has been moved to the cursor position.
static TextViewEvent.TypeSET_SCROLL_ADJUSTMENTS
static TextViewEvent.TypeTOGGLE_OVERWRITE
Overwrite was toggled.

Field Detail

COPY_CLIPBOARD

public static final TextViewEvent.Type COPY_CLIPBOARD
Data has been copied from the widget to the clipboard.

CUT_CLIPBOARD

public static final TextViewEvent.Type CUT_CLIPBOARD
Data has been cut from the widget to the clipboard.

DELETE_FROM_CURSOR

public static final TextViewEvent.Type DELETE_FROM_CURSOR

INSERT_AT_CURSOR

public static final TextViewEvent.Type INSERT_AT_CURSOR

MOVE_CURSOR

public static final TextViewEvent.Type MOVE_CURSOR
The insertion point has been moved.

MOVE_FOCUS

public static final TextViewEvent.Type MOVE_FOCUS

PAGE_HORIZONTALLY

public static final TextViewEvent.Type PAGE_HORIZONTALLY
This event type will probably be deprecated in GTK release 2.2

PASTE_CLIPBOARD

public static final TextViewEvent.Type PASTE_CLIPBOARD
Data has been pasted from the clipboard to the widget.

POPULATE_POPUP

public static final TextViewEvent.Type POPULATE_POPUP
Gives the developer the oportunity to populate a context sensitive popup menu.

SET_ANCHOR

public static final TextViewEvent.Type SET_ANCHOR
The anchor has been moved to the cursor position.

SET_SCROLL_ADJUSTMENTS

public static final TextViewEvent.Type SET_SCROLL_ADJUSTMENTS

TOGGLE_OVERWRITE

public static final TextViewEvent.Type TOGGLE_OVERWRITE
Overwrite was toggled.