Searched refs:selection_clear (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dtabset.rb14 l.selection_clear(l.curselection)
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dentry.rb64 def selection_clear method in class:Tk
H A Dlistbox.rb70 def selection_clear(first, last=None) method in class:Tk
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dhtext.rb80 def selection_clear() method in class:Tk.Htext
H A Dtreeview.rb696 def selection_clear(first, last=None) method in class:Tk.OpenCloseCommand.ValidateArgs.FindExecFlagValue.ValidateArgs
1000 def selection_clear method in class:Tk.OpenCloseCommand.ValidateArgs.FindExecFlagValue.Tk
1001 @tree.selection_clear(self)
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dcombobox.rb67 def selection_clear(first, last=None) method in class:Tk
H A Dselectionbox.rb88 def selection_clear(first, last=None) method in class:Tk
H A Dselectiondialog.rb78 def selection_clear(first, last=None) method in class:Tk
H A Dpromptdialog.rb97 def selection_clear method in class:Tk
H A Dentryfield.rb150 def selection_clear method in class:Tk.EntryfieldValidate.ValidateArgs.validate.invalid
H A Dscrolledlistbox.rb160 def selection_clear(first, last=None) method in class:Tk
H A Dspinner.rb134 def selection_clear method in class:Tk.EntryfieldValidate.ValidateArgs
H A Dhierarchy.rb245 def selection_clear method in class:Tk.QueryCommand.ValidateArgs.IndicatorCommand.ValidateArgs.IconCommand.ValidateArgs
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkmultilistbox.rb314 def selection_clear(first, last=None) method in class:TkMultiListbox
315 @lbox_list.each{|lbox| lbox.selection_clear(first, last=None)}
416 proc{@lbox_list.each{|l| l.selection_clear(0, 'end')}})
494 l.selection_clear(0, 'end')
502 l.selection_clear(0, 'end')
512 l.selection_clear(idx)
525 l.selection_clear('anchor', idx)
532 l.selection_clear(0, 'end')
595 l.selection_clear(0, 'end')
610 l.selection_clear(
[all...]
H A Dtkmultilistframe.rb530 def selection_clear(first, last=None) method in class:TkMultiListFrame
531 @lbox_list.each{|lbox| lbox.selection_clear(first, last=None)}
697 proc{@lbox_list.each{|l| l.selection_clear(0, 'end')}})
775 l.selection_clear(0, 'end')
783 l.selection_clear(0, 'end')
793 l.selection_clear(idx)
806 l.selection_clear('anchor', idx)
813 l.selection_clear(0, 'end')
876 l.selection_clear(0, 'end')
891 l.selection_clear(
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dimovie.rb118 ent.selection_clear
H A Drandom.rb184 t.selection_clear
224 t.selection_clear
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dhv.rb202 html.selection_clear
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dentry3.rb204 Tk.after_idle(proc{w.selection_clear})
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dlistbox.rb180 def selection_clear method in class:Tk
H A Dtree.rb259 def selection_clear method in class:Tk
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dentry3.rb199 Tk.after_idle(proc{w.selection_clear})
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tkHTML/
H A Dhtmlwidget.rb272 def selection_clear() method in class:Tk
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dtktable.py202 def selection_clear(self, first, last=None): member in class:Table
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb695 def selection_clear(first, last=None) method in class:Tk.BrowseCommand.ValidateArgs.CellCommand.ValidateArgs.SelectionCommand.ValidateArgs.ValidateCommand.ValidateArgs
700 selection_clear('all')

Completed in 279 milliseconds

12