Class: GGLib::Theme
- Inherits:
-
Object
- Object
- GGLib::Theme
- Defined in:
- lib/theme.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#height ⇒ Object
Returns an estimated height for the Theme.
- #request(obj) ⇒ Object
- #setDefaultState ⇒ Object
- #setDownState ⇒ Object
- #setOverState ⇒ Object
-
#width ⇒ Object
Returns an estimated width for the Theme.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
4 5 6 |
# File 'lib/theme.rb', line 4 def name @name end |
Instance Method Details
#height ⇒ Object
Returns an estimated height for the Theme. (May not be equal to the actual height.)
15 16 |
# File 'lib/theme.rb', line 15 def height end |
#request(obj) ⇒ Object
17 18 19 |
# File 'lib/theme.rb', line 17 def request(obj) return self end |
#setDefaultState ⇒ Object
5 6 |
# File 'lib/theme.rb', line 5 def setDefaultState end |
#setDownState ⇒ Object
9 10 |
# File 'lib/theme.rb', line 9 def setDownState end |
#setOverState ⇒ Object
7 8 |
# File 'lib/theme.rb', line 7 def setOverState end |
#width ⇒ Object
Returns an estimated width for the Theme. (May not be equal to the actual width.)
12 13 |
# File 'lib/theme.rb', line 12 def width end |