From 16fb1bad6a84af525c7a36d149f4296a4d13433a Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 27 Apr 2012 02:11:37 +0000 Subject: Added a new example to demonstrate complex widgets as children of a tree with custom resizing behavior, selectable contents, etc. Also demonstrates the need for the new FL_TREE_ITEM_HEIGHT_FROM_WIDGET feature. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9405 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 ca1fd9b68..cc2e4ded9 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -23,6 +23,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \ texteditor-simple$(EXEEXT) \ tree-simple$(EXEEXT) \ tree-as-container$(EXEEXT) \ + tree-of-tables$(EXEEXT) \ wizard-simple$(EXEEXT) # default target -- build everything -- cgit v1.2.3