Class: TreeSelectionEvent

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

Instance Attribute Summary collapse

Instance Attribute Details

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



21
22
23
# File 'lib/rbcurse/core/widgets/rtree.rb', line 21

def node
  @node
end

#previous_nodeObject

Returns the value of attribute previous_node

Returns:

  • (Object)

    the current value of previous_node



21
22
23
# File 'lib/rbcurse/core/widgets/rtree.rb', line 21

def previous_node
  @previous_node
end

#row_firstObject

Returns the value of attribute row_first

Returns:

  • (Object)

    the current value of row_first



21
22
23
# File 'lib/rbcurse/core/widgets/rtree.rb', line 21

def row_first
  @row_first
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



21
22
23
# File 'lib/rbcurse/core/widgets/rtree.rb', line 21

def state
  @state
end

#treeObject

Returns the value of attribute tree

Returns:

  • (Object)

    the current value of tree



21
22
23
# File 'lib/rbcurse/core/widgets/rtree.rb', line 21

def tree
  @tree
end