Heraia
0.1.8
|
A structure to manage a single selection. More...
#include <libheraia.h>
Data Fields | |
guint64 | start |
Starting position of the selection. More... | |
guint64 | end |
Ending position of the selection. More... | |
A structure to manage a single selection.
Definition at line 307 of file libheraia.h.
guint64 selection_t::end |
Ending position of the selection.
Definition at line 310 of file libheraia.h.
Referenced by ghex_get_selection(), and refresh_file_labels().
guint64 selection_t::start |
Starting position of the selection.
Definition at line 309 of file libheraia.h.
Referenced by ghex_get_selection(), and refresh_file_labels().