Searched refs:child_site (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dshell.rb11 TkLabel.new(sh.child_site, :text=>'SHELL').pack
12 TkButton.new(sh.child_site, :text=>'YES',
14 TkButton.new(sh.child_site, :text=>'NO',
H A Dnotebook.rb16 page1CS = nb.child_site(0)
17 page2CS = nb.child_site('Page Two')
H A Dnotebook2.rb16 page1CS = nb.child_site(0)
17 page2CS = nb.child_site('Page Two')
H A Dtabnotebook.rb16 page1CS = tn.child_site(0)
17 page2CS = tn.child_site('Page Two')
H A Dtabnotebook2.rb16 page1CS = tn.child_site(0)
17 page2CS = tn.child_site('Page Two')
H A Dlabeledwidget.rb9 cw = TkCanvas.new(lw.child_site, :relief=>:raised, :width=>200, :height=>200,
H A Dselectionbox.rb12 TkLabel.new(sb.child_site,
H A Ddialog.rb14 TkListbox.new(d.child_site, :relief=>:sunken).pack(:expand=>true, :fill=>:both)
H A Dlabeledframe.rb8 cs = lf.child_site
H A Dmainwindow.rb60 Tk::Iwidgets::Scrolledtext.new(mw.child_site).pack(:fill=>:both, :expand=>true)
H A Dscrolledframe.rb7 cs = sf.child_site
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dextfileselectiondialog.rb21 def child_site method in class:Tk
H A Dfileselectiondialog.rb21 def child_site method in class:Tk
H A Dlabeledframe.rb36 def child_site method in class:Tk
H A Dextfileselectionbox.rb34 def child_site method in class:Tk
H A Dfileselectionbox.rb34 def child_site method in class:Tk
H A Dlabeledwidget.rb42 def child_site method in class:Tk
H A Dshell.rb30 def child_site method in class:Tk
H A Dscrolledframe.rb21 def child_site method in class:Tk
H A Dmainwindow.rb36 def child_site method in class:Tk
H A Dselectionbox.rb31 def child_site method in class:Tk
H A Dselectiondialog.rb21 def child_site method in class:Tk
H A Dpanedwindow.rb79 def child_site(idx) method in class:Tk
H A Dnotebook.rb69 def child_site(idx) method in class:Tk
H A Dtabnotebook.rb84 def child_site(idx) method in class:Tk

Completed in 169 milliseconds

12