From ee4b7331e385cc4def601c008eb0c5f53ff4fd6d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 17 Jul 2019 16:48:11 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 4117a760..94c03961 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -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(){