summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2018-08-29 19:54:10 +0000
committerGreg Ercolano <erco@seriss.com>2018-08-29 19:54:10 +0000
commitd1df5376f1a0f80ea6828a7096c2d2fd608fa9b0 (patch)
tree1251eaada0b23db672bcf202a032bb659cd419f3 /examples/Makefile
parentf50e9170dc2234fbc69524ead0a88214ff417d34 (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/Makefile1
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) \