summaryrefslogtreecommitdiff
path: root/FL/fl_callback_macros.H
AgeCommit message (Collapse)Author
2025-06-05Fix several compiler warnings [-Wextra-semi]Albrecht Schlosser
Example: warning: extra ‘;’ after in-class function definition [-Wextra-semi] Also: replace 'FL_OVERRIDE' with 'override' in all modified files
2024-04-05Fix documentation example of the FL_FUNCTION_CALLBACK_#() macroManoloFLTK
2023-10-22Removes Fl_String from documentation as well.Matthias Melcher
2023-09-07Fix doxygen "undocumented parameter" warningsAlbrecht Schlosser
... and argument order in FL_INLINE_CALLBACK_2 macro
2023-08-17Fix typos in names of Doxygen items (#729)ManoloFLTK
2023-08-15Improved, yet compatible, widget callback system using macros (#729)Matthias Melcher
* 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