Method: Fidgit::ComboBox#draw

Defined in:
lib/fidgit/elements/combo_box.rb

#drawObject



77
78
79
80
81
# File 'lib/fidgit/elements/combo_box.rb', line 77

def draw
  super
  size = height / @@arrow.width.to_f
  @@arrow.draw x + width - height, y, z, size, size
end