tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-01-03 05:37:13 +03:00
parent dfa7eb486d
commit db57d389fd
2 changed files with 18 additions and 0 deletions

View File

@ -28,6 +28,20 @@ var base = require('features/base')
/*********************************************************************/ /*********************************************************************/
var Widget =
module.Widget = core.ImageGridFeatures.Feature({
title: '',
doc: '',
tag: 'widget',
depends: [
'-ui-app-control',
],
})
//---------------------------------------------------------------------
var NWHostActions = actions.Actions({ var NWHostActions = actions.Actions({
// window stuff... // window stuff...
// XXX should this be nested in a .window object??? // XXX should this be nested in a .window object???

View File

@ -107,6 +107,10 @@ core.ImageGridFeatures.Feature('imagegrid-testing', [
//'-ui-partial-ribbons', //'-ui-partial-ribbons',
// Add this to enable widget mode...
// XXX needs testing...
//'widget',
// read-only mode... // read-only mode...
// XXX at this point this needs some more tuneup, the following // XXX at this point this needs some more tuneup, the following