Albrecht Schlosser
3cf5a302fd
Replace 'FL_OVERRIDE' with 'override' in public headers
...
... except FL/fl_attr.h where FL_OVERRIDE is #define'd
2025-07-08 15:25:14 +02:00
Matthias Melcher
41dd84016d
#862 : Removes default shortcut from Fl_Shortcut_Button
...
- the current UI for fallback/default/original shortcut was
confusing, so I remove it until we find something better. I
kept the values so we can reinstate a better interface without
changing the API.
2023-12-13 16:55:16 +01:00
Matthias Melcher
f0375d6213
Adds default shortcut to Fl_Shortcut_Button.
2023-07-22 15:30:17 +02:00
Albrecht Schlosser
2626962dd3
Fix regression: failed to build shared FLTK libs
...
Add FL_EXPORT to some classes to make building shared libs possible.
Building shared libs and 'fluid-shared' missed global symbols.
2023-03-01 17:24:03 +01:00
Matthias Melcher
6fbfaba19d
Move class Fl_Shortcut_Button from FLUID to core ( #677 ) ( #680 )
2023-02-15 15:24:25 +01:00