Searched refs:tag_key (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dtkpiechart.rb93 @tag_key = tk_call_without_enc('::stooop::new', 'pie',
96 @tag_key = tk_call_without_enc('::stooop::new', 'pie', @c, x, y)
101 id = "pie(#{@tag_key})"
104 @tag_slices = TkcNamedTag(@c, "pieSlices(#{@tag_key})")
110 def tag_key method in class:Tk.Pie
111 @tag_key
127 tk_call_without_enc('::stooop::delete', @tag_key)
141 return tk_call_without_enc('pie::deleteSlice', @tag_key, slice)
152 @tag_key)).collect{|slice|
175 @pie, @tag_key
195 def tag_key method in class:Tk.Slice
[all...]

Completed in 186 milliseconds