Sha256: e9ccd9dc15cd5b2abf4aeb9f80c29fbb551b357369038441644c48e8fec95dbe
Contents?: true
Size: 624 Bytes
Versions: 7
Compression:
Stored size: 624 Bytes
Contents
module Vedeu # Vedeu creates an individual cursor for each interface defined, # these take their name from the interface, which means that your # position within the view for each interface is maintained. # # The cursor also manages the content offset for a particular view. # For example, if the user has moved around within the content and # then moved to another interface, when they return their position # will be restored. # module Cursors end # Cursors end # Vedeu require 'vedeu/cursors/cursor' require 'vedeu/cursors/dsl' require 'vedeu/cursors/refresh' require 'vedeu/cursors/repository'
Version data entries
7 entries across 7 versions & 1 rubygems