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.



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

def color
  @color
end

#highlightsObject

Returns the value of attribute highlights.



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

def highlights
  @highlights
end

#search_lenObject

Returns the value of attribute search_len.



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

def search_len
  @search_len
end

#search_stringObject

Returns the value of attribute search_string.



51
52
53
# File 'lib/gtkhex.rb', line 51

def search_string
  @search_string
end

#search_viewObject

Returns the value of attribute search_view.



50
51
52
# File 'lib/gtkhex.rb', line 50

def search_view
  @search_view
end

#view_maxObject

Returns the value of attribute view_max.



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

def view_max
  @view_max
end

#view_minObject

Returns the value of attribute view_min.



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

def view_min
  @view_min
end