mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
993753db45
commit
5fa5eed740
@ -93,5 +93,35 @@ Items.ListTitle = function(){}
|
||||
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
var BrowsePrototype = {
|
||||
|
||||
update: function(){},
|
||||
|
||||
filter: function(){},
|
||||
|
||||
get: function(){},
|
||||
focus: function(){},
|
||||
|
||||
// Navigation...
|
||||
//
|
||||
up: function(){},
|
||||
down: function(){},
|
||||
left: function(){},
|
||||
right: function(){},
|
||||
|
||||
next: function(){},
|
||||
prev: function(){},
|
||||
|
||||
// XXX scroll...
|
||||
|
||||
|
||||
__init__: function(){},
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* vim:set ts=4 sw=4 : */ return module })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user