Class: Gtk::HexEditor::AutoHighlight
- Inherits:
-
Object
- Object
- Gtk::HexEditor::AutoHighlight
- Defined in:
- lib/gtkhex.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#highlights ⇒ Object
Returns the value of attribute highlights.
-
#search_len ⇒ Object
Returns the value of attribute search_len.
-
#search_string ⇒ Object
Returns the value of attribute search_string.
-
#search_view ⇒ Object
Returns the value of attribute search_view.
-
#view_max ⇒ Object
Returns the value of attribute view_max.
-
#view_min ⇒ Object
Returns the value of attribute view_min.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
54 55 56 |
# File 'lib/gtkhex.rb', line 54 def color @color end |
#highlights ⇒ Object
Returns the value of attribute highlights.
59 60 61 |
# File 'lib/gtkhex.rb', line 59 def highlights @highlights end |
#search_len ⇒ Object
Returns the value of attribute search_len.
52 53 54 |
# File 'lib/gtkhex.rb', line 52 def search_len @search_len end |
#search_string ⇒ Object
Returns the value of attribute search_string.
51 52 53 |
# File 'lib/gtkhex.rb', line 51 def search_string @search_string end |
#search_view ⇒ Object
Returns the value of attribute search_view.
50 51 52 |
# File 'lib/gtkhex.rb', line 50 def search_view @search_view end |
#view_max ⇒ Object
Returns the value of attribute view_max.
57 58 59 |
# File 'lib/gtkhex.rb', line 57 def view_max @view_max end |
#view_min ⇒ Object
Returns the value of attribute view_min.
56 57 58 |
# File 'lib/gtkhex.rb', line 56 def view_min @view_min end |