From 10d9010ed9a7624bebebcb0f86fc86d362672027 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 15 Aug 2023 11:36:58 +0200 Subject: Improved, yet compatible, widget callback system using macros (#729) * adds FL/fl_callback.macros.H * adds FL_FUNCTION_CALLBACK_n(widget, function, [type, data]) * adds FL_METHOD_CALLBACK_n(widget, class, instance, method, [type, data]) * adds FL_INLINE_CALLBACK_n(widget, [type, name, data], callback_body) * adds `examples/callback` * full documentation --- examples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 946eda808..57d87de39 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -28,6 +28,7 @@ ALL = animgifimage$(EXEEXT) \ animgifimage-resize$(EXEEXT) \ browser-simple$(EXEEXT) \ cairo-draw-x$(EXEEXT) \ + callbacks$(EXEEXT) \ chart-simple$(EXEEXT) \ draggable-group$(EXEEXT) \ howto-add_fd-and-popen$(EXEEXT) \ -- cgit v1.2.3