Searched refs:orient (Results 51 - 75 of 259) sorted by relevance

1234567891011

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebkittest_p.h56 bool wheelEvent(QObject* item, qreal x, qreal y, int delta, Qt::Orientation orient = Qt::Vertical);
H A Dqwebkittest.cpp117 bool QWebKitTest::wheelEvent(QObject* item, qreal x, qreal y, int delta, Qt::Orientation orient) argument
126 QWheelEvent event(QPointF(x, y), delta, Qt::NoButton, Qt::NoModifier, orient); local
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dhscale.rb67 orient 'horizontal'
H A Dvscale.rb71 orient 'vertical'
H A Dpaned1.rb42 TkPanedwindow.new(base_frame, :orient=>:horizontal){|f|
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dhscale.rb70 orient 'horizontal'
H A Dvscale.rb72 orient 'vertical'
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/demos/
H A Dbuttons.tcl34 scrollbar .sx -orient h -command "$t xview"
35 scrollbar .sy -orient v -command "$t yview"
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dttknote.tcl59 ttk::scrollbar $w.note.editor.s -orient vertical -command "$w.note.editor.t yview"
61 scrollbar $w.note.editor.s -orient vertical -command "$w.note.editor.t yview"
H A Dsayings.tcl34 scrollbar $w.frame.xscroll -orient horizontal \
H A Dtoolbar.tcl43 ttk::separator $t.tearoff.to -orient vertical
44 ttk::separator $t.tearoff.to2 -orient vertical
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dscrollbar.test50 .tsb configure -orient vertical
56 .tsb configure -orient horizontal
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkScale.c29 int orient; member in struct:__anon13559
56 {TK_OPTION_STRING_TABLE, "-orient", "orient", "Orient", "horizontal",
58 Tk_Offset(Scale,scale.orient), 0,
208 if (scalePtr->scale.orient == TTK_ORIENT_HORIZONTAL) {
388 if (scalePtr->scale.orient == TTK_ORIENT_HORIZONTAL) {
414 if (scalePtr->scale.orient == TTK_ORIENT_VERTICAL) {
432 if (scalePtr->scale.orient == TTK_ORIENT_HORIZONTAL) {
455 if (scalePtr->scale.orient == TTK_ORIENT_HORIZONTAL) {
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dcolumn-lock.tcl41 $T style create label1 -orient horizontal
55 $T style create label2 -orient horizontal
68 $T style create label3 -orient horizontal
82 $T style create label4 -orient vertical
104 $T style create labelR1 -orient horizontal
112 $T style create labelR2 -orient horizontal
119 $T style create labelR3 -orient horizontal
126 $T style create labelR4 -orient vertical
152 $T style create cell -orient horizontal
172 $T style create windowStyle -orient vertica
[all...]
H A Dmycomputer.tcl49 set S [$T style create styHeader -orient vertical]
55 set S [$T style create styName -orient horizontal]
H A Dtextvariable.tcl38 set S [$T style create s1 -orient horizontal]
42 set S [$T style create s2 -orient vertical]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dprogressbar.tcl28 {-orient Enum horizontal 1 {horizontal vertical}}
66 if { [string equal [Widget::cget $path -orient] "horizontal"] } {
120 -orient -maximum] break
182 if {[Widget::getoption $path -orient] == "horizontal"} {
191 if {[Widget::getoption $path -orient] == "horizontal"} {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dstatusbar.tcl57 set w [ProgressBar $f.bpbar -orient horizontal \
101 -orient horizontal
104 -orient vertical
172 set w [ttk::separator $w -orient vertical]
219 -orient vertical]
H A Dscrollw.tcl89 -orient horizontal -takefocus 0
91 -orient vertical -takefocus 0
94 -orient horizontal -takefocus 0
96 -orient vertical -takefocus 0
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dnotebook.rb130 @scrollbar.orient 'horizontal'
140 @scrollbar.orient 'vertical'
H A Dtabnotebook.rb136 @scrollbar.orient 'horizontal'
146 @scrollbar.orient 'vertical'
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dimovie.rb6 :selectmode=>:browse, :orient=>:horizontal, :wrap=>:window,
35 s = t.style_create('STYLE', :orient=>:vertical)
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Ddialogshell.itk154 $itk_component(bbox) configure -orient horizontal
168 $itk_component(bbox) configure -orient horizontal
182 $itk_component(bbox) configure -orient vertical
196 $itk_component(bbox) configure -orient vertical
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DAllComponents.tcl22 scrollbar $w.sby -orient vertical -command "$w.lb yview"
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dsayings.tcl34 scrollbar $w.frame.xscroll -orient horizontal \

Completed in 159 milliseconds

1234567891011