libvtemm Reference Documentation |
Public Member Functions | |
CursorPosition (long column, long row) | |
The only way to fill Gnome::Vte::CursorPosition class. | |
virtual | ~CursorPosition () |
long | get_column () const |
Gets column position. | |
long | get_row () const |
Gets row position. |
Gnome::Vte::CursorPosition::CursorPosition | ( | long | column, | |
long | row | |||
) |
The only way to fill Gnome::Vte::CursorPosition class.
column | Cursor's column position. | |
row | Cursor's row position. |
virtual Gnome::Vte::CursorPosition::~CursorPosition | ( | ) | [virtual] |
long Gnome::Vte::CursorPosition::get_column | ( | ) | const |
Gets column position.
long Gnome::Vte::CursorPosition::get_row | ( | ) | const |
Gets row position.