libgnt/libgnt

Add a test/example for GntTree

22 months ago, Gary Kramlich
b7174f76d7ee
Add a test/example for GntTree

Testing Done:
Ran the test and made sure the tree worked as expected.

Reviewed at https://reviews.imfreedom.org/r/1600/
programs = ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse', 'tree']
foreach prog : programs
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule])
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule])