Method: GGLib::DrawnTheme#newInstance

Defined in:
lib/theme.rb

#newInstance(obj) ⇒ Object



42
43
44
# File 'lib/theme.rb', line 42

def newInstance(obj)
  return DrawnThemeInstance.new(self, obj)
end