Top | ![]() |
![]() |
![]() |
![]() |
InfTextUndoGrouping handles undo grouping for text operations. It makes sure many insert or delete operations occuring in a row can be undone simultaneousely, taking into account that other users might have issued requests inbetween.
Using this class you don't need to connect to “group-requests” to perform the grouping.
InfTextUndoGrouping *
inf_text_undo_grouping_new (void
);
Creates a new InfTextUndoGrouping.
[constructor]
struct InfTextUndoGrouping;
InfTextUndoGrouping is an opaque data type. You should only access it via the public API functions.