Searched refs:orient (Results 76 - 100 of 259) sorted by relevance

1234567891011

/macosx-10.9.5/vim-53/src/proto/
H A Dgui_athena.pro25 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-rdial.tcl41 -width $disp_value(rh) -height 20 -fg blue -bg yellow -orient vertical
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_tcl.tcl27 -insertbackground -anchor -orient -troughcolor -nonewline \
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/demos/
H A Dbasic.tcl45 scrollbar .sx -command [list $table(table) xview] -orient horizontal
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dhscale.tcl33 scale $w.frame.scale -orient horizontal -length 284 -from 0 -to 250 \
H A Dtextpeer.tcl41 set sb [scrollbar $w.sb$count -command "$t yview" -orient vertical]
H A Dvscale.tcl30 scale $w.frame.scale -orient vertical -length 284 -from 0 -to 250 \
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXScale.c227 if (scalePtr->orient == ORIENT_HORIZONTAL) {
256 if (scalePtr->orient == ORIENT_HORIZONTAL) {
360 if (scalePtr->orient == ORIENT_VERTICAL) {
366 if (scalePtr->orient == ORIENT_VERTICAL) {
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXScale.c225 if (scalePtr->orient == ORIENT_HORIZONTAL) {
254 if (scalePtr->orient == ORIENT_HORIZONTAL) {
358 if (scalePtr->orient == ORIENT_VERTICAL) {
364 if (scalePtr->orient == ORIENT_VERTICAL) {
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dcommon.c425 WriteLabels(int orient) /* I - Orientation of the page */ argument
433 if ((orient ^ Orientation) & 1)
444 switch (orient & 3)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dlayout.rb143 ].each{|orient, expandList|
145 s = t.style_create("s#{styleNum}", :orient=>orient)
H A Ddemo.rb213 h_scr = TkScrollbar.new(f, :orient=>:horizontal,
221 v_scr = TkScrollbar.new(f, :orient=>:vertical,
247 pane1 = TkPanedWindow.new(:orient=>:vertical, :borderwidth=>0)
248 pane2 = TkPanedWindow.new(:orient=>:horizontal, :borderwidth=>0)
341 @popup[:orient] = TkVariable.new
429 [ 'Horizontal', [@popup[:orient], 'horizontal'], nil, '',
430 {:command=>proc{@tree2.orient = @popup[:orient].value}} ],
431 [ 'Vertical', [@popup[:orient], 'vertical'], nil, '',
432 {:command=>proc{@tree2.orient
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dbasic.tcl76 set sep1 [Separator $frame.sep1 -orient vertical]
82 set sep2 [Separator $frame.sep2 -orient vertical]
96 set sep3 [Separator $parent.sep3 -orient horizontal]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkElements.c336 * the general separator checks the "-orient" option.
345 { "-orient", TK_OPTION_ANY,
390 int orient; local
391 Ttk_GetOrientFromObj(NULL, separator->orientObj, &orient);
392 switch (orient) {
844 { "-orient", TK_OPTION_ANY,
862 int orient, thickness; local
865 Ttk_GetOrientFromObj(NULL, thumb->orientObj, &orient);
867 if (orient == TTK_ORIENT_VERTICAL) {
925 { "-orient", TK_OPTION_AN
935 int orient, length, thickness; local
960 int relief = TK_RELIEF_RAISED, borderWidth = 2, orient; local
1046 int orient, thickness = 15, length = 30, borderWidth = 2; local
[all...]
H A DttkPanedwindow.c19 * (pos=x/y, size=width/height, depending on -orient=horizontal/vertical)
63 int orient; member in struct:__anon13551
77 /* @@@ NOTE: -orient is readonly 'cause dynamic oriention changes NYI
80 {TK_OPTION_STRING_TABLE, "-orient", "orient", "Orient", "vertical",
81 Tk_Offset(Paned,paned.orientObj), Tk_Offset(Paned,paned.orient),
124 = pw->paned.orient == TTK_ORIENT_HORIZONTAL
238 if (pw->paned.orient == TTK_ORIENT_HORIZONTAL) {
308 int available = pw->paned.orient == TTK_ORIENT_HORIZONTAL ? width : height;
370 int horizontal = pw->paned.orient
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/mapproj/
H A Dtkmap.tcl463 scrollbar .projsy -orient vertical -command [list .projs yview]
470 -variable phi_0 -from -90.0 -to 90.0 -length 180 -orient horizontal
472 -variable lambda_0 -from -180.0 -to 180.0 -length 180 -orient horizontal
474 -variable phi_1 -from -90.0 -to 90.0 -length 180 -orient horizontal
476 -variable phi_2 -from -90.0 -to 90.0 -length 180 -orient horizontal
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl44 # ?-slow sfact? ?-fast ffact? ?-orient horizontal|vertical?
76 option -orient -default horizontal
118 if {$options(-orient) eq "horizontal"} {
280 if {$options(-orient) eq "horizontal"} {
318 if {$options(-orient) eq "horizontal"} {
383 -width $disp_value(rh) -height 20 -fg blue -bg yellow -orient vertical
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dmainframe.tcl31 -relief -orient -width -height
114 set sep [ttk::separator $path.sep -orient horizontal]
116 set sep [Separator::create $path.sep -orient horizontal -background $bg]
122 set sep [ttk::separator $botframe.sep -orient horizontal]
124 set sep [Separator::create $botframe.sep -orient horizontal -background $bg]
311 set sep [ttk::separator $toolframe.sep -orient horizontal]
315 set sep [Separator::create $toolframe.sep -orient horizontal -background $bg]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/
H A Ddemo.rb478 scale = Tk::Tile::Scale.new(l, :orient=>:horizontal, :from=>0, :to=>100,
480 vscale = Tk::Tile::Scale.new(l, :orient=>:vertical, :from=>0, :to=>100,
482 progress = Tk::Tile::Progressbar.new(l, :orient=>:horizontal, :maximum=>100)
483 vprogress = Tk::Tile::Progressbar.new(l, :orient=>:vertical, :maximum=>100)
554 TkScale.new(r, :orient=>:horizontal, :from=>0, :to=>100,
556 TkScale.new(r, :orient=>:vertical, :from=>0, :to=>100,
567 :orient=>:horizontal, :from=>0, :to=>100)
569 :orient=>:vertical, :from=>-25, :to=>25)
572 :orient=>:horizontal, :from=>0, :to=>100)
574 :orient
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dtoolbar.itk15 # either in a row or a column (depending on the value of the -orient
62 option add *Toolbar*orient horizontal widgetDefault
98 itk_option define -orient orient Orient "horizontal"
286 # OPTION: -orient
290 itcl::configbody iwidgets::Toolbar::orient {
291 switch $itk_option(-orient) {
975 if {$itk_option(-orient) == "horizontal" } {
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dttkpane.rb50 outer = Ttk::Panedwindow.new(frame, :orient=>:horizontal)
51 outer.add(in_left = Ttk::Panedwindow.new(outer, :orient=>:vertical))
52 outer.add(in_right = Ttk::Panedwindow.new(outer, :orient=>:vertical))
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dttkpane.rb52 outer = Ttk::Panedwindow.new(frame, :orient=>:horizontal)
53 outer.add(in_left = Ttk::Panedwindow.new(outer, :orient=>:vertical))
54 outer.add(in_right = Ttk::Panedwindow.new(outer, :orient=>:vertical))
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DttkWinTheme.c547 { "-orient", TK_OPTION_ANY,Tk_Offset(ThumbElement,orientObj),"horizontal"},
556 int orient; local
558 Ttk_GetOrientFromObj(NULL, thumbPtr->orientObj, &orient);
559 if (orient == TTK_ORIENT_HORIZONTAL) {
603 { "-orient", TK_OPTION_ANY, Tk_Offset(SliderElement,orientObj),
613 int orient; local
615 Ttk_GetOrientFromObj(NULL, slider->orientObj, &orient);
616 if (orient == TTK_ORIENT_HORIZONTAL) {
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dbasic.rb77 sep1 = Tk::BWidget::Separator.new(frame, :orient=>:vertical)
83 sep2 = Tk::BWidget::Separator.new(frame, :orient=>:vertical)
98 :orient=>:horizontal).pack(:fill=>:x, :pady=>10)
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dlayout.tcl125 foreach {orient expandList} {horizontal {s ns n} vertical {e we w}} {
128 set S [$T style create s$styleNum -orient $orient]

Completed in 246 milliseconds

1234567891011