GOffice.UndoBinary¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GOffice.Undo (3), GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | new(a, b, undo, fa, fb) | 
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 | 
|---|---|---|---|
| a | object | r | |
| b | object | r | |
| base | GOffice.Undo | r | |
| disposea | GLib.FreeFunc | r | |
| disposeb | GLib.FreeFunc | r | |
| undo | GOffice.UndoBinaryFunc | r | 
Class Details¶
- 
class GOffice.UndoBinary(**kwargs)¶
- Bases: - GOffice.Undo- Abstract: - No - Structure: - GOffice.UndoBinaryClass- 
classmethod new(a, b, undo, fa, fb)¶
- Parameters: - a (objectorNone) – first argument for undo operation
- b (objectorNone) – second argument for undo operation
- undo (GOffice.UndoBinaryFunc) – function to call with arguments a and b for undo.
- fa (GLib.FreeFunc) – optional function to free a.
- fb (GLib.FreeFunc) – optional function to free b.
 - Returns: - a new undo object. - Return type: - This function creates a new undo object for undo operations of two arguments. (In addition, an undo-time argument is added for context.) 
- a (
 
- 
classmethod