org.gnu.gtk.event
public static class TextViewEvent.Type extends EventType
Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Used to describe the type of event.Field Summary | |
---|---|
static TextViewEvent.Type | COPY_CLIPBOARD
Data has been copied from the widget to the clipboard. |
static TextViewEvent.Type | CUT_CLIPBOARD
Data has been cut from the widget to the clipboard. |
static TextViewEvent.Type | DELETE_FROM_CURSOR |
static TextViewEvent.Type | INSERT_AT_CURSOR |
static TextViewEvent.Type | MOVE_CURSOR
The insertion point has been moved. |
static TextViewEvent.Type | MOVE_FOCUS |
static TextViewEvent.Type | PAGE_HORIZONTALLY
This event type will probably be deprecated in GTK release 2.2 |
static TextViewEvent.Type | PASTE_CLIPBOARD
Data has been pasted from the clipboard to the widget. |
static TextViewEvent.Type | POPULATE_POPUP
Gives the developer the oportunity to populate a context sensitive
popup menu. |
static TextViewEvent.Type | SET_ANCHOR
The anchor has been moved to the cursor position. |
static TextViewEvent.Type | SET_SCROLL_ADJUSTMENTS |
static TextViewEvent.Type | TOGGLE_OVERWRITE
Overwrite was toggled. |
Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Data has been copied from the widget to the clipboard.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Data has been cut from the widget to the clipboard.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
The insertion point has been moved.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
This event type will probably be deprecated in GTK release 2.2Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Data has been pasted from the clipboard to the widget.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Gives the developer the oportunity to populate a context sensitive popup menu.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
The anchor has been moved to the cursor position.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Overwrite was toggled.