GOffice.UndoGroup¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GOffice.Undo (3), GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | new() | 
| add(u) | 
Virtual Methods¶
| Inherited: | GOffice.Undo (1), GObject.Object (7) | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Fields¶
| Inherited: | GObject.Object (1) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| base | GOffice.Undo | r | |
| undos | [ object] | r | 
Class Details¶
- 
class GOffice.UndoGroup(**kwargs)¶
- Bases: - GOffice.Undo- Abstract: - No - Structure: - GOffice.UndoGroupClass- 
classmethod new()¶
- Returns: - a new, empty undo group. - Return type: - GOffice.UndoGroup- This function creates a new undo group for compounding undo objects. 
 - 
add(u)¶
- Parameters: - u ( - GOffice.Undo) – undo object- This function adds u to self. 
 
- 
classmethod