diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-19 20:41:58 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-19 20:42:08 +0200 |
| commit | e8eccde8db246d262d7a9e1c6088cc24e82c84e8 (patch) | |
| tree | 1ce212048c5b6f96e51463cbd9bb3e9ef1813998 /examples | |
| parent | 35728ac9ecab78cc60ca89f9b5a6ad8f864bb8c4 (diff) | |
FLUID: RTTI improvements, 'is_a90' now const, apply RTTI
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/fluid-callback.fl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/fluid-callback.fl b/examples/fluid-callback.fl index ac993fbc7..3222f7382 100644 --- a/examples/fluid-callback.fl +++ b/examples/fluid-callback.fl @@ -2,6 +2,11 @@ version 1.0400 header_name {.h} code_name {.cxx} +snap { + ver 1 + current_suite FLTK + current_preset 0 +} comment {README FIRST - - - - - - - This fluid (.fl) file demonstrates how to create a complete |
