Class: Gtk::HexEditor::AutoHighlight

Inherits:
Object
  • Object
show all
Defined in:
lib/gtkhex.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color.



57
58
59
# File 'lib/gtkhex.rb', line 57

def color
  @color
end

#highlightsObject

Returns the value of attribute highlights.



62
63
64
# File 'lib/gtkhex.rb', line 62

def highlights
  @highlights
end

#search_lenObject

Returns the value of attribute search_len.



55
56
57
# File 'lib/gtkhex.rb', line 55

def search_len
  @search_len
end

#search_stringObject

Returns the value of attribute search_string.



54
55
56
# File 'lib/gtkhex.rb', line 54

def search_string
  @search_string
end

#search_viewObject

Returns the value of attribute search_view.



53
54
55
# File 'lib/gtkhex.rb', line 53

def search_view
  @search_view
end

#view_maxObject

Returns the value of attribute view_max.



60
61
62
# File 'lib/gtkhex.rb', line 60

def view_max
  @view_max
end

#view_minObject

Returns the value of attribute view_min.



59
60
61
# File 'lib/gtkhex.rb', line 59

def view_min
  @view_min
end