Sha256: 2ec5c10a0b7075f7238a1f623df6c07744ceb776e3ec79869f6894f2ec08769c
Contents?: true
Size: 596 Bytes
Versions: 36
Compression:
Stored size: 596 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/refresh' require 'vedeu/cursors/repository'
Version data entries
36 entries across 36 versions & 1 rubygems