# File lib_wpm/wpm.rb, line 1343 def create_widget(widget_id) unless (@properties_map.include? widget_id) then raise "not found a widget with id: #{widget_id.inspect}" end @properties_map[widget_id].create_widget end