Class: RubyCurses::ColumnResizeEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbcurse/core/widgets/tabularwidget.rb

Overview

used when firing a column resize, so calling application can perhaps resize other columns.

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



43
44
45
# File 'lib/rbcurse/core/widgets/tabularwidget.rb', line 43

def index
  @index
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



43
44
45
# File 'lib/rbcurse/core/widgets/tabularwidget.rb', line 43

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



43
44
45
# File 'lib/rbcurse/core/widgets/tabularwidget.rb', line 43

def type
  @type
end