diff options
Diffstat (limited to 'src/interface.h')
| -rw-r--r-- | src/interface.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h index ef520be28..891e39957 100644 --- a/src/interface.h +++ b/src/interface.h @@ -225,6 +225,11 @@ class ContextMenu : public Gtk::Menu void ImageEmbed(void); /** + * callback, is executed on clicking the "Trace Bitmap" menu entry + */ + void ImageTraceBitmap(void); + + /** * callback, is executed on clicking the "Extract Image" menu entry */ void ImageExtract(void); |
