Top | ![]() |
![]() |
![]() |
![]() |
InfTextChunk * | chunk | Read / Write / Construct Only |
guint | position | Read / Write / Construct Only |
InfTextDefaultInsertOperation implements InfAdoptedOperation and InfTextInsertOperation.
InfTextDefaultInsertOperation * inf_text_default_insert_operation_new (guint pos
,InfTextChunk *chunk
);
Creates a new insert operation that, when applied, inserts chunk
at pos
.
[constructor]
InfTextChunk *
inf_text_default_insert_operation_get_chunk
(InfTextDefaultInsertOperation *operation
);
Returns the text inserted by operation
.
“chunk”
property“chunk” InfTextChunk *
The text to insert.
Owner: InfTextDefaultInsertOperation
Flags: Read / Write / Construct Only