Method: Tk::Tcllib::ICO.list

Defined in:
ext/lib/tkextlib/tcllib/ico.rb

.list(file, keys = nil) ⇒ Object



36
37
38
39
# File 'ext/lib/tkextlib/tcllib/ico.rb', line 36

def self.list(file, keys=nil)
  tk_split_list(tk_call_without_enc('::ico::getIconList', file,
                                    *hash_kv(keys, true)))
end