Searched refs:orient (Results 201 - 225 of 259) sorted by relevance

1234567891011

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A DdirViewer.tcl55 scrollbar $vsb -orient vertical -command [list $tbl yview]
H A DdirViewer_tile.tcl61 ttk::scrollbar $vsb -orient vertical -command [list $tbl yview]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtwind.tcl105 scrollbar $w.scroll2 -orient horizontal -command "$t xview"
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl185 Separator $path.separator.s -orient horizontal
916 Separator $layout.sep1 -relief groove -orient horizontal
985 Separator $layout.sep1 -relief groove -orient vertical
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Ditems.rb62 orient 'horizontal'
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Ditems.rb60 orient 'horizontal'
H A Dtwind2.rb272 orient 'horizontal'
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dcombobox.tcl277 -orient vertical -command [list $popdown.l yview]
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DcolorControlBlackBerry.css95 -webkit-box-orient: vertical;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMEvents.idl354 //readonly attribute unsigned short orient;
355 HRESULT orient([out, retval] unsigned short* result);
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog298 iwidgets::panedwindow .pw -orient vertical
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Ddbrec.tcl100 pack [scrollbar .db.f1.s1 -orient vertical -command [list .db.f1.l1 yview]] \
104 pack [scrollbar .db.f1.s2 -orient vertical -command [list .db.f1.l2 yview]] \
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Ddialog.tcl118 -orient horizontal
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dfirefox.tcl82 set S [$T style create styCategory -orient horizontal]
89 set S [$T style create styFrame -orient horizontal]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dxmfbox.tcl438 scrollbar $f.v -orient vertical -takefocus 0 -command [list $f.l yview]
439 scrollbar $f.h -orient horizontal -takefocus 0 -command [list $f.l xview]
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dentry.test73 pack [ttk::scrollbar .tsb -orient horizontal -command [list .te xview]] \
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dxmfbox.tcl420 scrollbar $f.v -orient vertical -takefocus 0 -command [list $f.l yview]
421 scrollbar $f.h -orient horizontal -takefocus 0 -command [list $f.l xview]
/macosx-10.9.5/vim-53/src/
H A Dgui_athena.c1949 gui_mch_create_scrollbar(sb, orient)
1951 int orient; /* SBAR_VERT or SBAR_HORIZ */
1965 XtNorientation, (orient == SBAR_VERT) ? XtorientVertical
H A Dgui_gtk.c734 gui_mch_create_scrollbar(scrollbar_T *sb, int orient) argument
736 if (orient == SBAR_HORIZ)
738 else if (orient == SBAR_VERT)
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.cpp624 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::orient( function in class:DOMOverflowEvent
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl200 -orient vertical -levels [$provider levels]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpriv.tcl2651 # orient (Optional) orientation of the text wrt the dot
2662 proc ::Plotchart::DrawLabelDot { w x y text {orient w} } {
2667 switch -- [string tolower $orient] {
2701 # orient (Optional) orientation of the text wrt the dot
2712 proc ::Plotchart::DrawLabelDotPolar { w rad angle text {orient w} } {
2718 DrawLabelDot $w $xcrd $ycrd $text $orient
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/style/
H A Das.tcl454 [string index [$w cget -orient] 0] $delta}
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Ditems.tcl37 scrollbar $w.frame.hscroll -orient horiz -command "$c xview"
H A Dtwind.tcl198 scrollbar $w.scroll2 -orient horizontal -command "$t xview"

Completed in 290 milliseconds

1234567891011