Module: Vedeu::Cursors::DSL
- Includes:
- DSL::Cursors
- Defined in:
- lib/vedeu/cursors/dsl.rb
Overview
Instance Method Summary collapse
-
#cursor(value = true) ⇒ Vedeu::Cursors::Cursor
included
from DSL::Cursors
Set the cursor visibility on an interface.
-
#cursor! ⇒ Vedeu::Cursors::Cursor
(also: #show_cursor!)
included
from DSL::Cursors
Set the cursor to visible for the interface or view.
-
#no_cursor! ⇒ Vedeu::Cursors::Cursor
(also: #hide_cursor!)
included
from DSL::Cursors
Set the cursor to invisible for the interface or view.
Instance Method Details
#cursor(value = true) ⇒ Vedeu::Cursors::Cursor Originally defined in module DSL::Cursors
Set the cursor visibility on an interface.
#cursor! ⇒ Vedeu::Cursors::Cursor Also known as: show_cursor! Originally defined in module DSL::Cursors
Set the cursor to visible for the interface or view.
#no_cursor! ⇒ Vedeu::Cursors::Cursor Also known as: hide_cursor! Originally defined in module DSL::Cursors
Set the cursor to invisible for the interface or view.