From c7044ca0097432fad31f7e525f7d17a63ab5bd29 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 18 Apr 2012 15:20:20 +0000 Subject: Optimizations for when Fl_Tree is a container of FLTK widgets. o Don't draw FLTK widgets outside tree's viewport. o Added tree-as-container.cxx example program, demos tree w/50k tree items each with 6 widgets (300k total) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9356 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 f2e32a758..ca1fd9b68 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -22,6 +22,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \ textdisplay-with-colors$(EXEEXT) \ texteditor-simple$(EXEEXT) \ tree-simple$(EXEEXT) \ + tree-as-container$(EXEEXT) \ wizard-simple$(EXEEXT) # default target -- build everything -- cgit v1.2.3