Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-07-17 16:48:11 +03:00
parent ed01425b83
commit ee4b7331e3

View File

@ -367,6 +367,9 @@ object.mixinFlat(function(){}, {
// Focused item path...
//
// NOTE: this can be called as section generators, so they must
// comply the func(make, options) signature...
//
// XXX add search/filter field...
// XXX add path navigation...
DisplayFocusedPath: function(make, options){
@ -406,6 +409,9 @@ object.mixinFlat(function(){}, {
// - focused
// - hovered (not yet implemented)
//
// NOTE: this can be called as section generators, so they must
// comply the func(make, options) signature...
//
// XXX use focused elements and not just item...
// XXX add on mouse over...
DisplayItemInfo: function(make, options){
@ -442,7 +448,7 @@ object.mixinFlat(function(){}, {
return make },
// Constructors...
// Instance constructors...
//
__new__: function(_, dialog, constructor){
var that = function(){