| Top |  |  |  |  | 
| InfTextChunk * | chunk | Read / Write / Construct Only | 
| guint | position | Read / Write / Construct Only | 
InfTextDefaultDeleteOperation implements InfAdoptedOperation and InfTextDeleteOperation.
InfTextDefaultDeleteOperation * inf_text_default_delete_operation_new (guint position,InfTextChunk *chunk);
Creates a new delete operation that, when applied, deletes the text chunk
 
that starts at character offset position
 in the buffer. The operation
cannot be applied, if there is some other text at that position in the
buffer.
[constructor]
InfTextChunk *
inf_text_default_delete_operation_get_chunk
                               (InfTextDefaultDeleteOperation *operation);
Returns the text deleted by operation
.
“position” property“position” guint
Position where to start deleting characters.
Flags: Read / Write / Construct Only
Default value: 0