Searched refs:__item_cget_cmd (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dted.rb23 def __item_cget_cmd(id) method in class:Tk.Ted
26 private :__item_cget_cmd
H A Dunix_dnd.rb23 def __item_cget_cmd(id) method in class:Tk.DnD
26 private :__item_cget_cmd
H A Dtable.rb131 def __item_cget_cmd(id) # id := [ container, item ] method
135 private :__item_cget_cmd
H A Dtabset.rb236 def __item_cget_cmd(id) method in class:Tk.Tabset
239 private :__item_cget_cmd
H A Dtreeview.rb70 def __item_cget_cmd(id) method in class:Tk
78 private :__item_cget_cmd
H A Dcomponent.rb56 def __item_cget_cmd(id) method in class:Tk.PlotComponent
64 private :__item_cget_cmd
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dmessagebox.rb25 def __item_cget_cmd(id) method in class:Tk
28 private :__item_cget_cmd
H A Dbuttonbox.rb25 def __item_cget_cmd(id) method in class:Tk
28 private :__item_cget_cmd
H A Dcheckbox.rb25 def __item_cget_cmd(id) method in class:Tk
28 private :__item_cget_cmd
H A Ddialogshell.rb25 def __item_cget_cmd(id) method in class:Tk
28 private :__item_cget_cmd
H A Dpanedwindow.rb25 def __item_cget_cmd(id) method in class:Tk
28 private :__item_cget_cmd
H A Dradiobox.rb25 def __item_cget_cmd(id) method in class:Tk
28 private :__item_cget_cmd
H A Dtoolbar.rb30 def __item_cget_cmd(id) method in class:Tk
33 private :__item_cget_cmd
H A Dnotebook.rb25 def __item_cget_cmd(id) method in class:Tk
28 private :__item_cget_cmd
H A Dtabnotebook.rb25 def __item_cget_cmd(id) method in class:Tk
28 private :__item_cget_cmd
H A Dtabset.rb25 def __item_cget_cmd(id) method in class:Tk
28 private :__item_cget_cmd
H A Dmenubar.rb35 def __item_cget_cmd(id) method in class:Tk
38 private :__item_cget_cmd
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dbusy.rb13 def __item_cget_cmd(win) method
17 private :__item_cget_cmd
H A Ditemconfig.rb131 def __item_cget_cmd(id) method in class:TkItemConfigMethod
135 private :__item_cget_cmd
169 tk_call_without_enc(*(__item_cget_cmd(tagid(tagOrId)) << "-#{opt}"))
186 optval = tk_call_without_enc(*(__item_cget_cmd(tagid(tagOrId)) << "-#{option}"))
202 number(tk_call_without_enc(*(__item_cget_cmd(tagid(tagOrId)) << "-#{option}")))
208 num_or_str(tk_call_without_enc(*(__item_cget_cmd(tagid(tagOrId)) << "-#{option}")))
212 bool(tk_call_without_enc(*(__item_cget_cmd(tagid(tagOrId)) << "-#{option}")))
218 simplelist(tk_call_without_enc(*(__item_cget_cmd(tagid(tagOrId)) << "-#{option}")))
221 conf = tk_call_without_enc(*(__item_cget_cmd(tagid(tagOrId)) << "-#{option}"))
229 v = tk_call_without_enc(*(__item_cget_cmd(tagi
[all...]
H A Dmenu.rb11 def __item_cget_cmd(id) method in class:TkMenuEntryConfig
14 private :__item_cget_cmd
H A Dtext.rb14 def __item_cget_cmd(id) # id := [ type, tagOrId ] method in class:TkTextTagConfig
17 private :__item_cget_cmd
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtnotebook.rb20 def __item_cget_cmd(id) method in class:Tk
23 private :__item_cget_cmd
H A Dtreeview.rb378 def __item_cget_cmd(id) method in class:Tk
381 private :__item_cget_cmd
580 tk_call(*(__item_cget_cmd([:heading, tagOrId]) << option.to_s))
583 tk_call(*(__item_cget_cmd([:heading, tagOrId]) << "-#{option}"))
593 tk_call(*(__item_cget_cmd([:heading, tagOrId]) << option.to_s))
596 tk_call(*(__item_cget_cmd([:heading, tagOrId]) << "-#{option}"))
635 tk_call(*(__item_cget_cmd([:heading, tagOrId]) << slot.to_s << value))
638 tk_call(*(__item_cget_cmd([:heading, tagOrId]) << "-#{slot}" << value))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb44 def __item_cget_cmd(id) # id := [ type, tagOrId ] method in class:Tk
47 private :__item_cget_cmd
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dtablelist_core.rb63 def __item_cget_cmd(mixed_id) method in class:Tk

Completed in 390 milliseconds

12