|
Libcroco
|
#include <cr-input.h>
Data Fields | |
| glong | line |
| glong | col |
| gboolean | end_of_file |
| gboolean | end_of_line |
| glong | next_byte_index |
Definition at line 54 of file cr-input.h.
| glong _CRInputPos::col |
Definition at line 57 of file cr-input.h.
Referenced by cr_input_get_cur_pos(), and cr_input_set_cur_pos().
| gboolean _CRInputPos::end_of_file |
Definition at line 58 of file cr-input.h.
Referenced by cr_input_get_cur_pos(), and cr_input_set_cur_pos().
| gboolean _CRInputPos::end_of_line |
Definition at line 59 of file cr-input.h.
Referenced by cr_input_get_cur_pos(), and cr_input_set_cur_pos().
| glong _CRInputPos::line |
Definition at line 56 of file cr-input.h.
Referenced by cr_input_get_cur_pos(), and cr_input_set_cur_pos().
Definition at line 60 of file cr-input.h.
Referenced by cr_input_get_cur_pos(), and cr_input_set_cur_pos().
1.7.6.1