Class: GGLib::Theme

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

Direct Known Subclasses

DrawnTheme, ImageTheme

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



4
5
6
# File 'lib/theme.rb', line 4

def name
  @name
end

Instance Method Details

#heightObject

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

#setDefaultStateObject



5
6
# File 'lib/theme.rb', line 5

def setDefaultState
end

#setDownStateObject



9
10
# File 'lib/theme.rb', line 9

def setDownState
end

#setOverStateObject



7
8
# File 'lib/theme.rb', line 7

def setOverState
end

#widthObject

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