]> git.mxchange.org Git - flightgear.git/commit
Expose canvas GUI "desktop" to Nasal.
authorThomas Geymayer <tomgey@gmail.com>
Wed, 24 Jul 2013 22:57:49 +0000 (00:57 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Wed, 24 Jul 2013 22:59:59 +0000 (00:59 +0200)
commita75b9e5de98afd1b0e6818e35aa02796fb53319c
treec9c4f4a3aeeb271690c5508ed9615bce73222206
parentac8869cd62734bfa95803671d0fe0f5e5946ef5a
Expose canvas GUI "desktop" to Nasal.

 - Restructure GUIMgr and move most parts to implementation class.
 - Expose new (simgear::canvas::Group based) DesktopGroup class
   to Nasal.
src/Canvas/gui_mgr.cxx
src/Canvas/gui_mgr.hxx
src/Scripting/NasalCanvas.cxx