Serialized Form
Package org.gnu.gtk.event |
index
java.lang.String index
text
java.lang.String text
index
java.lang.String index
child
Widget child
response
int response
- The response ID that is returned when the RESPONSE event
is emitted.
startPosition
int startPosition
- The starting position of the deleted text. Applies to the DELETE_TEXT
type of event.
endPosition
int endPosition
- The ending position of the deleted text. Applies to the DELETE_TEXT
type of event.
text
java.lang.String text
- The text that was inserted into the widget. Applies to the INSERT_TEXT
type of event.
insertPosition
int insertPosition
- The position at which the next text was inserted. Applies to the
INSERT_TEXT type of event.
text
java.lang.String text
- text is set when the INSERT_AT_CURSOR event is invoked.
deleteType
DeleteType deleteType
- deleteType is set when the DELETE_FROM_CURSOR event is invoked.
count
int count
- count is set when the DELETE_FROM_CURSOR or MOVE_CURSOR events
are invoked.
movementStep
MovementStep movementStep
- movementStep is set when the MOVE_CURSOR event is invoked.
extendedSelection
boolean extendedSelection
- extendedSelection is set when the MOVE_CURSOR event is invoked.
type
GtkEventType type
- The type of event
source
java.lang.Object source
- The object on which the event initially occurred.
modifierKey
ModifierType modifierKey
- Represents the state of the modifier keys (e.g. Control, Shift, and Alt) and the
pointer buttons.
keyval
int keyval
- The key that was pressed or released. This value can be compared against the
values contained in org.gnu.gdk.KeySymbols.
length
int length
- The length of the string
string
java.lang.String string
- A null-terminated multi-byte string containing the composed characters resulting from the
key press.
buttonPressed
int buttonPressed
- Identifies what button was pressed for the BUTTON_PRESS or
BUTTON_RELEASE events.
x
double x
- Provides the X coordinate for the BUTTON_PRESS and BUTTON_RELEASE
events.
y
double y
- Provides the Y coordinate for the BUTTON_PRESS and BUTTON_RELEASE
events.
direction
ScrollDirection direction
- Indicates which way the mouse wheel scrolled for a WHEEL_SCROLL event.
pageNumber
int pageNumber
menu
Menu menu
- This menu item is set when the POPULATE_POPUP
event type is triggered.
movementStep
MovementStep movementStep
- Initialized when the MOVE_CURSOR event type is
triggered
count
int count
- Initialized when the MOVE_CURSOR and DELETE_FROM_CURSOR
event types are triggered