Searched refs:Button (Results 1 - 25 of 173) sorted by relevance

1234567

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/tile/
H A Dbutton.rb12 class Button < Tk::Button class in class:Tk.Tile
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dbutton.rb12 class Button < Tk::Button class in class:Tk.BWidget
17 class Tk::BWidget::Button
18 TkCommandNames = ['Button'.freeze].freeze
19 WidgetClassName = 'Button'.freeze
H A Darrowbutton.rb12 class ArrowButton < Tk::BWidget::Button
H A Dbuttonbox.rb30 if tagOrId.kind_of?(Tk::BWidget::Button)
34 if tagOrId.kind_of?(Tk::Button)
59 if idx.kind_of?(Tk::BWidget::Button)
63 if idx.kind_of?(Tk::Button)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtbutton.rb10 class TButton < Tk::Button
12 Button = TButton
16 class Tk::Tile::TButton < Tk::Button
32 #Tk.__set_toplevel_aliases__(:Ttk, Tk::Tile::Button, :TkButton)
34 :Ttk, Tk::Tile::Button, :TkButton)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dbutton.rb7 class Tk::Button<Tk::Label
9 WidgetClassName = 'Button'.freeze
29 #TkButton = Tk::Button unless Object.const_defined? :TkButton
30 #Tk.__set_toplevel_aliases__(:Tk, Tk::Button, :TkButton)
31 Tk.__set_loaded_toplevel_aliases__('tk/button.rb', :Tk, Tk::Button, :TkButton)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dnotescale.py44 Button(root, text='C4', command=beepC4).pack(side='left')
45 Button(root, text='D4', command=beepD4).pack(side='left')
46 Button(root, text='E4', command=beepE4).pack(side='left')
47 Button(root, text='F4', command=beepF4).pack(side='left')
48 Button(root, text='G4', command=beepG4).pack(side='left')
49 Button(root, text='A4', command=beepA4).pack(side='left')
50 Button(root, text='B4', command=beepB4).pack(side='left')
51 Button(root, text='C5', command=beepC5).pack(side='left')
H A Dspectrogram.py23 Button(f, bitmap='snackRecord', fg='red', command=start).pack(side='left')
24 Button(f, bitmap='snackStop', command=stop).pack(side='left')
25 Button(f, text='Exit', command=root.quit).pack(side='left')
H A DMinSpeg.py15 Button(root, text='Exit', command=root.quit).pack()
H A DMinWave.py15 Button(root, text='Exit', command=root.quit).pack()
H A Dmixplay.py51 Button(fb, text='load 1', command=load1).pack(side='left')
52 Button(fb, text='load 2', command=load2).pack(side='left')
53 Button(fb, bitmap='snackPlay', command=play).pack(side='left')
54 Button(fb, bitmap='snackStop', command=stop).pack(side='left')
H A Dwidget.py49 Button(f0, bitmap='snackPlay', command=play).pack(side='left')
50 Button(f0, bitmap='snackPause', command=pause).pack(side='left')
51 Button(f0, bitmap='snackStop', command=stop).pack(side='left')
52 Button(f0, bitmap='snackRecord', fg='red', command=record).pack(side='left')
53 Button(f0, image='snackOpen', command=load).pack(side='left')
54 Button(f0, image='snackSave', command=save).pack(side='left')
H A DMinSect.py15 Button(root, text='Exit', command=root.quit).pack()
H A Decho.py57 Button(fb, image='snackOpen', command=load).pack(side='left')
58 Button(fb, bitmap='snackPlay', command=play).pack(side='left')
59 Button(fb, bitmap='snackStop', command=stop).pack(side='left')
H A Dpolarspec.py53 Button(f, bitmap='snackRecord', fg='red', command=start).pack(side='left')
54 Button(f, bitmap='snackStop', command=stop).pack(side='left')
57 Button(f, text='Exit', command=root.quit).pack(side='left')
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtile.rb15 autoload :Button, 'tkextlib/blt/tile/button.rb'
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DResizableMovie.tcl3 wm title . {Resize Button}
H A DFullScreen2.tcl36 bind $f.ss <Button-1> {Command play}
37 bind $f.quit <Button-1> exit
60 bind $w.f.ss <Button-1> {Command stop}
64 bind $w.f.ss <Button-1> {Command play}
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dclrpick.rb34 Tk::Button.new(frame) {
44 Tk::Button.new(frame) {
52 Tk::Button.new($clrpick_demo, 'text'=>'Set background color ...') {|b|
59 Tk::Button.new($clrpick_demo, 'text'=>'Set foreground color ...') {|b|
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dclrpick.rb30 Tk::Button.new(frame) {
41 Tk::Button.new(frame) {
49 Tk::Button.new($clrpick_demo, 'text'=>'������������������ ...') {|b|
56 Tk::Button.new($clrpick_demo, 'text'=>'������������������ ...') {|b|
H A Dttkprogress.rb41 Ttk::Button.new(frame, :text=>'���������������',
44 Ttk::Button.new(frame, :text=>'���������',
60 start = Ttk::Button.new(frame, :text=>'Start Progress',
62 stop = Ttk::Button.new(frame, :text=>'Stop Progress',
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkAboutDlg.r47 {232, 147, 252, 217}, Button {enabled, "Ok"},
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DNavigationActionData.h47 WebMouseEvent::Button mouseButton;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleNavigationAction.h51 static WebMouseEvent::Button mouseButtonForNavigationAction(const WebCore::NavigationAction&);
55 WebMouseEvent::Button mouseButton() const { return m_mouseButton; }
64 WebMouseEvent::Button m_mouseButton;
H A DInjectedBundleNavigationAction.cpp50 static WebMouseEvent::Button mouseButtonForMouseEvent(const MouseEvent* mouseEvent)
58 return static_cast<WebMouseEvent::Button>(mouseEvent->button());
78 WebMouseEvent::Button InjectedBundleNavigationAction::mouseButtonForNavigationAction(const NavigationAction& navigationAction)

Completed in 300 milliseconds

1234567