diff options
| author | Greg Ercolano <erco@seriss.com> | 2012-04-18 15:20:20 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2012-04-18 15:20:20 +0000 |
| commit | c7044ca0097432fad31f7e525f7d17a63ab5bd29 (patch) | |
| tree | 6cc5f90100c879a2fe436424f61977cac28f58c8 /examples/Makefile | |
| parent | d741da43175f7544ca090a240620a0bcafb9bc60 (diff) | |
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
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 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 |
