diff options
| author | Greg Ercolano <erco@seriss.com> | 2018-08-29 19:54:10 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2018-08-29 19:54:10 +0000 |
| commit | d1df5376f1a0f80ea6828a7096c2d2fd608fa9b0 (patch) | |
| tree | 1251eaada0b23db672bcf202a032bb659cd419f3 /examples/Makefile | |
| parent | f50e9170dc2234fbc69524ead0a88214ff417d34 (diff) | |
Added example of dynamically setting style buffer with text editor.
This example greatly simplifies the test/editor example to focus on
just the mechanics of dynamic style buffer manipulation via the
add_modify_callback().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13034 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index c97b75901..08c511590 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -31,6 +31,7 @@ ALL = clipboard$(EXEEXT) \ SVG_File_Surface$(EXEEXT) \ textdisplay-with-colors$(EXEEXT) \ texteditor-simple$(EXEEXT) \ + texteditor-with-dynamic-colors$(EXEEXT) \ tree-simple$(EXEEXT) \ tree-as-container$(EXEEXT) \ tree-custom-draw-items$(EXEEXT) \ |
