Class: RubyCurses::ListSelectionEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbcurse/experimental/widgets/tablewidget.rb

Overview

class

Instance Attribute Summary collapse

Instance Attribute Details

#firstrowObject

Returns the value of attribute firstrow

Returns:

  • (Object)

    the current value of firstrow



871
872
873
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 871

def firstrow
  @firstrow
end

#lastrowObject

Returns the value of attribute lastrow

Returns:

  • (Object)

    the current value of lastrow



871
872
873
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 871

def lastrow
  @lastrow
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



871
872
873
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 871

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



871
872
873
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 871

def type
  @type
end