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

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dcombobox.rb14 class ComboBox < Tk::BWidget::SpinBox class in class:Tk.BWidget
19 class Tk::BWidget::ComboBox
22 TkCommandNames = ['ComboBox'.freeze].freeze
23 WidgetClassName = 'ComboBox'.freeze
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dselect.tcl39 set titf2 [TitleFrame $frame.titf2 -text ComboBox]
41 set combo [ComboBox $subf.combo \
44 -helptext "This is the ComboBox"]
47 -helptext "This is an Entry reflecting\nthe linked var of ComboBox"]
H A Ddemo_main.tcl142 ComboBox $tb2.cb \
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Dbwidget.tcl65 $tbl columnconfigure 3 -name baudRate -editable yes -editwindow ComboBox \
68 $tbl columnconfigure 5 -name parity -editable yes -editwindow ComboBox
69 $tbl columnconfigure 6 -name stopBits -editable yes -editwindow ComboBox
70 $tbl columnconfigure 7 -name handshake -editable yes -editwindow ComboBox
107 # ComboBox, the procedure populates it.
123 # Populate the ComboBox and allow no more
141 # Populate the ComboBox and make it non-editable
148 # Populate the ComboBox and make it non-editable
155 # Populate the ComboBox and make it non-editable
H A Dbwidget_tile.tcl70 $tbl columnconfigure 3 -name baudRate -editable yes -editwindow ComboBox \
73 $tbl columnconfigure 5 -name parity -editable yes -editwindow ComboBox
74 $tbl columnconfigure 6 -name stopBits -editable yes -editwindow ComboBox
75 $tbl columnconfigure 7 -name handshake -editable yes -editwindow ComboBox
113 # ComboBox, the procedure populates it.
129 # Populate the ComboBox and allow no more
147 # Populate the ComboBox and make it non-editable
154 # Populate the ComboBox and make it non-editable
161 # Populate the ComboBox and make it non-editable
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dcombobox.tcl7 # - ComboBox::create
8 # - ComboBox::configure
9 # - ComboBox::cget
10 # - ComboBox::setvalue
11 # - ComboBox::getvalue
12 # - ComboBox::clearvalue
13 # - ComboBox::hottrackMotion
14 # - ComboBox::_create_popup
15 # - ComboBox::_mapliste
16 # - ComboBox
[all...]
H A Dthemeutils.tcl565 ComboBox ListBox MainFrame ScrollableFrame Tree
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/SimpleChat.VB/
H A DSimpleChat.Designer.vb28 Me.ComboBox1 = New System.Windows.Forms.ComboBox
99 Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/
H A Dbwidget.rb123 autoload :ComboBox, 'tkextlib/bwidget/combobox'
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dselect.rb45 titf2 = Tk::BWidget::TitleFrame.new(frame, :text=>'ComboBox')
47 combo = Tk::BWidget::ComboBox.new(subf,
54 :helptext=>'This is the ComboBox')
58 :editable=>0, :helptext=>"This is an Entry reflecting\nthe linked var of ComboBox")
61 :borderwidth=>1, :helptext=>'Modify some options of ComboBox')
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/DNSServiceBrowser.NET/
H A DDNSServiceBrowser.cs34 private System.Windows.Forms.ComboBox typeBox;
135 this.typeBox = new System.Windows.Forms.ComboBox();
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/SimpleChat.NET/
H A DSimpleChat.cs38 private System.Windows.Forms.ComboBox comboBox1;
378 this.comboBox1 = new System.Windows.Forms.ComboBox();
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/DNSServiceBrowser.VB/
H A DDNSServiceBrowser.Designer.vb25 Me.ComboBox1 = New System.Windows.Forms.ComboBox
192 Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.h49 ComboBox, enumerator in enum:WebCore::FormType
H A DRenderThemeEfl.cpp855 adjustSizeConstraints(style, ComboBox);
864 return paintThemePart(object, ComboBox, info, rect);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drexx.vim162 syn keyword rexxBuiltinClass .CategoryDialog .CheckBox .CheckList .ComboBox .DialogControl
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistBind.tcl1257 ComboBox -
H A DtablelistEdit.tcl272 # Registers the ComboBox widget from the BWidget package for interactive cell
275 proc tablelist::addBWidgetComboBox {{name ComboBox}} {
279 $name-creationCmd "ComboBox %W -editable 1 -width 0" \

Completed in 287 milliseconds