enum

Bubbles::Cursor::Mode

Inherits Enum < Comparable < Value < Object

Mode describes the behavior of the cursor.

Constants

Blink = 0
Static = 1
Hide = 2

Instance methods

hide?

Returns true if this enum value equals Hide

Source
static?

Returns true if this enum value equals Static

Source
string

String returns the cursor mode in a human-readable format.

Source
to_s

String returns the cursor mode in a human-readable format. This method is provisional and for informational purposes only.

Source