Method: Tk::Tile::Style.element_options

Defined in:
ext/lib/tkextlib/tile/style.rb

.element_options(elem) ⇒ Object



286
287
288
# File 'ext/lib/tkextlib/tile/style.rb', line 286

def element_options(elem)
  simplelist(tk_call(TkCommandNames[0], 'element', 'options', elem))
end