Serialized Form


Package org.gnu.gnomevte.event

Class org.gnu.gnomevte.event.CharacterSizeChangedEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

characterWidth

int characterWidth
Deprecated. 
The new character cell width.


characterHeight

int characterHeight
Deprecated. 
The new character cell height.

Class org.gnu.gnomevte.event.CommitEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

committedText

java.lang.String committedText
Deprecated. 
The text that is committed (sent) to the Terminal.

Class org.gnu.gnomevte.event.MoveWindowEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

xCoordinate

int xCoordinate
Deprecated. 
The terminal's desired location, X coordinate.


yCoordinate

int yCoordinate
Deprecated. 
The terminal's desired location, Y coordinate.

Class org.gnu.gnomevte.event.ResizeWindowEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

windowWidth

int windowWidth
Deprecated. 
The terminal's desired new window width.


windowHeight

int windowHeight
Deprecated. 
The terminal's desired new window height.

Class org.gnu.gnomevte.event.TerminalEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Class org.gnu.gnomevte.event.TextScrolledEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

scrollDelta

int scrollDelta
Deprecated. 
The scroll delta.