summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2012-04-27 02:11:37 +0000
committerGreg Ercolano <erco@seriss.com>2012-04-27 02:11:37 +0000
commit16fb1bad6a84af525c7a36d149f4296a4d13433a (patch)
tree5650b148ea22c637ddc8da0dd8d39e3841acdaef /examples/Makefile
parent474feee1db323f45fb121b02d76e776cb5c7c2f1 (diff)
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
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 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