A structure to manage a single selection. More...
#include <libheraia.h>
Data Fields | |
guint64 | start |
Starting position of the selection. | |
guint64 | end |
Ending position of the selection. |
A structure to manage a single selection.
Definition at line 278 of file libheraia.h.
guint64 selection_t::end |
Ending position of the selection.
Definition at line 281 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 280 of file libheraia.h.
Referenced by ghex_get_selection(), and refresh_file_labels().