GOffice.UndoUnary¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
a |
r |
||
base |
r |
||
disposea |
r |
||
undo |
r |
Class Details¶
- class GOffice.UndoUnary(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(a, undo, fa)¶
- Parameters:
undo (
GOffice.UndoUnaryFunc
) – function to call with argument a for undo.fa (
GLib.FreeFunc
) – optional function to free a.
- Returns:
a new undo object.
- Return type:
This function creates a new undo object for undo operations of one argument. (In addition, an undo-time argument is added for context.)