GOffice.UndoBinary¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
a |
r |
||
b |
r |
||
base |
r |
||
disposea |
r |
||
disposeb |
r |
||
undo |
r |
Class Details¶
- class GOffice.UndoBinary(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(a, b, undo, fa, fb)¶
- Parameters:
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.)