Class: RubyCurses::ColumnResizeEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbcurse/extras/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



41
42
43
# File 'lib/rbcurse/extras/tabularwidget.rb', line 41

def index
  @index
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



41
42
43
# File 'lib/rbcurse/extras/tabularwidget.rb', line 41

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



41
42
43
# File 'lib/rbcurse/extras/tabularwidget.rb', line 41

def type
  @type
end