Searched refs:orient (Results 176 - 200 of 259) sorted by relevance

1234567891011

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dtwind.rb178 orient 'horizontal'
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Ddemo_main.tcl117 set sep [Separator $tb1.sep -orient vertical]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtotext.tcl65 scrollbar .log.yscroll -orient vertical -command [list $logwidget yview]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Dbrowse.tcl76 scrollbar $vsb -orient vertical -command [list $tbl yview]
H A Dbrowse_tile.tcl83 ttk::scrollbar $vsb -orient vertical -command [list $tbl yview]
H A DbrowseTree.tcl78 scrollbar $vsb -orient vertical -command [list $tbl yview]
H A DbrowseTree_tile.tcl84 ttk::scrollbar $vsb -orient vertical -command [list $tbl yview]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/chatwidget/
H A Dchatwidget.tcl464 set outer [ttk::panedwindow $self.outer -orient vertical]
465 set inner [ttk::panedwindow $outer.inner -orient horizontal]
487 set peers [ttk::panedwindow $chatf.peers -orient vertical]
580 if {[$pane cget -orient] eq "horizontal"} {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_test_interactive.tcl31 -anchor -orient -troughcolor -nonewline -expand -type -message \
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dxyplot.tcl57 set sbx [ttk::scrollbar $f.sbx -orient horizontal -command [list xyplot::c_xview $f]]
58 set sby [ttk::scrollbar $f.sby -orient vertical -command [list xyplot::c_yview $f]]
62 set sbx [scrollbar $f.sbx -orient horizontal -command [list xyplot::c_xview $f]]
63 set sby [scrollbar $f.sby -orient vertical -command [list xyplot::c_yview $f]]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/demos/
H A Ddebug.tcl49 scrollbar .sx -command [list $table(table) xview] -orient horizontal
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dixset228 -label "Volume (%)" -orient horizontal
250 -label "Click Volume (%)" -orient horizontal
H A Dtcolor98 scrollbar .names.s -orient vertical -command ".names.lb yview"
116 scale .scale$i -from 0 -to 1000 -length 6c -orient horizontal \
H A Dwidget151 scrollbar .s -orient vertical -command {.t yview} -takefocus 1
587 scrollbar $t.xscroll -command [list $t.text xview] -orient horizontal
588 scrollbar $t.yscroll -command [list $t.text yview] -orient vertical
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dixset232 -label "Volume (%)" -orient horizontal
254 -label "Click Volume (%)" -orient horizontal
H A Dtcolor102 scrollbar .names.s -orient vertical -command ".names.lb yview" \
121 scale .scale$i -from 0 -to 1000 -length 6c -orient horizontal \
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dpstops.c220 static void write_labels(pstops_doc_t *doc, int orient);
729 int orient = (atoi(line + 14) / 90) & 3; local
731 if (orient != Orientation)
737 Orientation = (4 - Orientation + orient) & 3;
739 Orientation = orient;
3318 int orient) /* I - Orientation of the page */
3326 if ((orient ^ Orientation) & 1)
3337 switch (orient & 3)
3317 write_labels(pstops_doc_t *doc, int orient) argument
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/swaplist/
H A Dswaplist.tcl126 scrollbar $w.$x.scrolly -orient v -command [list $w.$x.list yview]
127 scrollbar $w.$x.scrollx -orient h -command [list $w.$x.list xview]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixScale.c601 if (scalePtr->orient == ORIENT_VERTICAL) {
675 if (scalePtr->orient == ORIENT_VERTICAL) {
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixScale.c601 if (scalePtr->orient == ORIENT_VERTICAL) {
677 if (scalePtr->orient == ORIENT_VERTICAL) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtrasys.vim64 syn keyword trasysSubRoutine rtdata pffshd orbit1 orbit2 orient
/macosx-10.9.5/vim-53/src/proto/
H A Dgui_mac.pro37 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dtwind2.rb272 orient 'horizontal'
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Ddemo.rb115 Tk::BWidget::Separator.new(tb1, :orient=>:vertical){
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A DtomAmp.tcl94 set SS [scale .panel.ss -show yes -orient horiz -width 10 -len 250 -from 0. -to 60. \
102 scale .panel.sv -show no -orient vert -width 10 -command {snack::audio play_gain}\
198 scrollbar $f.xscroll -orient horizontal -command [list $f.list xview]
199 scrollbar $f.yscroll -orient vertical -command [list $f.list yview]

Completed in 287 milliseconds

1234567891011