|
Beaver
0.4.1
|
#include <beaver.h>
Data Fields | |
| gint | line |
| gint | start |
| gint | end |
| gint | offset |
A structure holding the position of the selection.
| line | the line the selection is in |
| start | the start of the selection (according to line) |
| end | the end of the selection (according to line) |
| offset | start of the selection (according to whole document) |
1.8.14