API Version: 4
Library Version: 4.2.0
gboolean hex_widget_get_selection ( HexWidget* gh, gint64* start, gint64* end )
Get the current widget selection (highlights).
start
gint64*
Where to store the start of the current selection, as offset by byte within the buffer.
end
Where to store the end of the current selection, as offset by byte within the buffer.
gboolean
TRUE if the operation was successful; FALSE otherwise.
TRUE
FALSE