From d1df5376f1a0f80ea6828a7096c2d2fd608fa9b0 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 29 Aug 2018 19:54:10 +0000 Subject: 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 --- examples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/Makefile') 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) \ -- cgit v1.2.3