#include <vdktextview.h>
Inheritance diagram for VDKTextBuffer:
|
Default constructor |
|
Default constructor
|
|
Destructor |
|
Backward delete chars from insertion point |
|
Returns underlying GtkTextBuffer |
|
Clears text buffer deleting all text. |
|
Forward delete chars from insertion point |
|
Returns a text segment
|
|
Gets line number at a buffer position
|
|
Load text buffer with a file
|
|
Save buffer to file |
|
Inserts text at cursor position.
|
|
Undoes last operation |
|
Sets/gets modified flag |
|
Sets/gets text insertion position expressed in column offset |
|
Sets/gets text insertion position expressed in lines |
|
Sets/gets text insertion position expressed in chars from text beginning. (counting from 0, gets -1 on failure) |