GOffice.Undo¶
| Subclasses: | GOffice.UndoBinary,GOffice.UndoGroup,GOffice.UndoUnary | 
|---|
Methods¶
| Inherited: | GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| combine(b) | |
| undo() | |
| undo_with_data(data) | 
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class GOffice.Undo(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - Structure: - GOffice.UndoClass- 
combine(b)¶
- Parameters: - b ( - GOffice.Undoor- None) – last undo operation- Returns: - the combination of two undo operations. - Return type: - GOffice.Undoor- None- This function takes ownership of the argument references and gives ownership of the result to the caller. Either argument may be - Nonein which case the other is returned.
 - 
undo()¶
- Execute the stored undo operation. 
 
-