Adding an example to demonstrate how to create an Fl_Browser with icons on the items.

Based on an example I'd added to STR#1739 to demo someone's patch.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9845 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano
2013-03-23 18:40:53 +00:00
parent 4f24b4cc65
commit 5979afb5bf
2 changed files with 187 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ SHELL = /bin/sh
# Executables
ALL = howto-add_fd-and-popen$(EXEEXT) \
howto-browser-with-icons$(EXEEXT) \
howto-drag-and-drop$(EXEEXT) \
howto-parse-args$(EXEEXT) \
howto-text-over-image-button$(EXEEXT) \