Callbacks¶
| ComponentSaxHandler(component, *user_data) | |
| ConfMonitorFunc(node, key, data) | |
| FileOpenerOpenFunc(fo, io_context, view, input) | |
| FileOpenerOpenFuncWithEnc(fo, enc, io_context, view, input) | |
| FileOpenerProbeFunc(fo, input, pl) | |
| FileSaverSaveFunc(fs, io_context, view, output) | |
| FormatMeasure(str, layout) | |
| GraphAxisColorMapHandler(map, *user_data) | |
| GraphDataDuplicator(src, dst) | |
| GraphEnumFunc(i, style, name, l, data) | |
| GraphObjectSaxHandler(obj, *user_data) | |
| PaletteSwatchRenderCallback(cr, area, index, data) | |
| PaletteSwatchTooltipCallback(index, data) | |
| ParseKeyValueFunc(name, value, err, user) | |
| PathClosePathFunc(closure) | |
| PathCurveToFunc(closure, point0, point1, point2) | |
| PathLineToFunc(closure, point) | |
| PathMoveToFunc(closure, point) | |
| PluginMethod(plugin, cc) | |
| PluginServiceCreate() | |
| RegressionFunction(x, params, f) | |
| SelectorDndDataGet(selector) | |
| SelectorDndDataReceived(selector, data) | |
| SelectorDndFillIcon(selector, pixbuf) | |
| TranslateFunc(path, func_data) | |
| UndoBinaryFunc(a, b, data) | |
| UndoUnaryFunc(a, data) | 
Details¶
- 
GOffice.ComponentSaxHandler(component, *user_data)¶
- Parameters: - component (GOffice.Component) –
- user_data (objectorNone) –
 
- component (
- 
GOffice.ConfMonitorFunc(node, key, data)¶
- Parameters: - node (GOffice.ConfNode) –
- key (str) –
- data (objectorNone) –
 
- node (
- 
GOffice.FileOpenerOpenFunc(fo, io_context, view, input)¶
- Parameters: - fo (GOffice.FileOpener) –
- io_context (GOffice.IOContext) –
- view (GOffice.View) –
- input (Gsf.Input) –
 
- fo (
- 
GOffice.FileOpenerOpenFuncWithEnc(fo, enc, io_context, view, input)¶
- Parameters: - fo (GOffice.FileOpener) –
- enc (str) –
- io_context (GOffice.IOContext) –
- view (GOffice.View) –
- input (Gsf.Input) –
 
- fo (
- 
GOffice.FileOpenerProbeFunc(fo, input, pl)¶
- Parameters: - fo (GOffice.FileOpener) –
- input (Gsf.Input) –
- pl (GOffice.FileProbeLevel) –
 - Return type: 
- fo (
- 
GOffice.FileSaverSaveFunc(fs, io_context, view, output)¶
- Parameters: - fs (GOffice.FileSaver) –
- io_context (GOffice.IOContext) –
- view (GOffice.View) –
- output (Gsf.Output) –
 
- fs (
- 
GOffice.FormatMeasure(str, layout)¶
- Parameters: - str (GLib.String) –
- layout (Pango.Layout) –
 - Return type: 
- str (
- 
GOffice.GraphAxisColorMapHandler(map, *user_data)¶
- Parameters: - map (GOffice.GraphAxisColorMap) – aGOffice.GraphAxisColorMap
- user_data (objectorNone) – user data
 - Type of the callback to pass to - GOffice.GraphAxisColorMap.foreach() to iterate through color maps.
- map (
- 
GOffice.GraphDataDuplicator(src, dst)¶
- Parameters: - src (GOffice.GraphDataset) –
- dst (GOffice.GraphDataset) –
 
- src (
- 
GOffice.GraphEnumFunc(i, style, name, l, data)¶
- Parameters: 
- 
GOffice.GraphObjectSaxHandler(obj, *user_data)¶
- Parameters: - obj (GOffice.GraphObject) –
- user_data (objectorNone) –
 
- obj (
- 
GOffice.PaletteSwatchRenderCallback(cr, area, index, data)¶
- Parameters: - cr (cairo.Context) –
- area (Gdk.Rectangle) –
- index (int) –
- data (objectorNone) –
 
- cr (
- 
GOffice.PaletteSwatchTooltipCallback(index, data)¶
- Parameters: - Return type: 
- 
GOffice.ParseKeyValueFunc(name, value, err, user)¶
- Parameters: - name (str) –
- value (str) –
- err (GLib.Error) –
- user (objectorNone) –
 - Return type: 
- name (
- 
GOffice.PathCurveToFunc(closure, point0, point1, point2)¶
- Parameters: - closure (objectorNone) –
- point0 (GOffice.PathPoint) –
- point1 (GOffice.PathPoint) –
- point2 (GOffice.PathPoint) –
 
- closure (
- 
GOffice.PathLineToFunc(closure, point)¶
- Parameters: - closure (objectorNone) –
- point (GOffice.PathPoint) –
 
- closure (
- 
GOffice.PathMoveToFunc(closure, point)¶
- Parameters: - closure (objectorNone) –
- point (GOffice.PathPoint) –
 
- closure (
- 
GOffice.PluginMethod(plugin, cc)¶
- Parameters: - plugin (GOffice.Plugin) –
- cc (GOffice.CmdContext) –
 
- plugin (
- 
GOffice.PluginServiceCreate()¶
- Return type: - GObject.GType
- 
GOffice.RegressionFunction(x, params, f)¶
- Parameters: - Return type: 
- 
GOffice.SelectorDndDataGet(selector)¶
- Parameters: - selector ( - GOffice.Selector) –- Return type: - objector- None
- 
GOffice.SelectorDndDataReceived(selector, data)¶
- Parameters: - selector (GOffice.Selector) –
- data (int) –
 
- selector (
- 
GOffice.SelectorDndFillIcon(selector, pixbuf)¶
- Parameters: - selector (GOffice.Selector) –
- pixbuf (GdkPixbuf.Pixbuf) –
 
- selector (
- 
GOffice.TranslateFunc(path, func_data)¶
- Parameters: - Return type: 
- 
GOffice.UndoBinaryFunc(a, b, data)¶
- Parameters: