Searched refs:orient (Results 1 - 25 of 259) sorted by relevance

1234567891011

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dcanvasprintbox.rb5 Tk::Iwidgets::Canvasprintbox.new(:orient=>:landscape, :stretch=>1) \
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleDeprecatedFlexibleBoxData.cpp35 , orient(RenderStyle::initialBoxOrient())
47 , orient(o.orient)
56 pack == o.pack && orient == o.orient && lines == o.lines;
H A DStyleDeprecatedFlexibleBoxData.h50 unsigned orient: 1; // EBoxOrient
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DOverflowEvent.cpp34 : orient(0)
65 , m_orient(initializer.orient)
76 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow) argument
81 m_orient = orient;
H A DOverflowEvent.h36 unsigned short orient; member in struct:WebCore::OverflowEventInit
62 void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow);
64 unsigned short orient() const { return m_orient; } function in class:WebCore::OverflowEvent
H A DOverflowEvent.idl33 [InitializedByEventConstructor] readonly attribute unsigned short orient;
38 void initOverflowEvent([Default=Undefined] optional unsigned short orient,
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_scroll_test.tcl4 scrollbar .y -orient vertical -command {.t yview}
6 scrollbar .x -orient horizontal -command {.t xview}
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dlevelmeter.tcl12 -orient horizontal]
14 -orient horizontal]
16 -orient vertical -oncolor green] -side left
18 -orient vertical -oncolor orange] -side left
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dpaned2.tcl29 panedwindow $w.pane -orient vertical
59 scrollbar $f.scr -orient vertical -command "$f.list yview"
67 scrollbar $f.xscr -orient horizontal -command "$f.text xview"
68 scrollbar $f.yscr -orient vertical -command "$f.text yview"
H A Dentry2.tcl32 scrollbar $w.frame.s1 -relief sunken -orient horiz -command \
36 scrollbar $w.frame.s2 -relief sunken -orient horiz -command \
40 scrollbar $w.frame.s3 -relief sunken -orient horiz -command \
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dpaned2.tcl29 panedwindow $w.pane -orient vertical
59 scrollbar $f.scr -orient vertical -command "$f.list yview"
67 scrollbar $f.xscr -orient horizontal -command "$f.text xview"
68 scrollbar $f.yscr -orient vertical -command "$f.text yview"
H A Dentry2.tcl32 scrollbar $w.frame.s1 -relief sunken -orient horiz -command \
36 scrollbar $w.frame.s2 -relief sunken -orient horiz -command \
40 scrollbar $w.frame.s3 -relief sunken -orient horiz -command \
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DtimeControlBlackBerry.css7 -webkit-box-orient: horizontal;
26 -webkit-box-orient: vertical;
44 -webkit-box-orient: vertical;
H A DselectControlBlackBerry.css43 -webkit-box-orient: horizontal;
72 -webkit-box-orient: vertical;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvSticker2.rb57 orient :vertical
83 sti[:orient] = :horizontal
88 sti[:orient] = :vertical
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dbitmaps.rb8 :selectmode=>:browse, :orient=>:horizontal, :wrap=>'5 items',
12 :selectmode=>:browse, :orient=>:horizontal, :wrap=>'5 items',
33 s = t.style_create('STYLE', :orient=>:vertical)
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkScale.h29 * Legal values for the "orient" field of TkScale records.
32 enum orient { enum
61 enum orient orient; /* Orientation for window (vertical or member in struct:TkScale
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkScale.h29 * Legal values for the "orient" field of TkScale records.
32 enum orient { enum
61 enum orient orient; /* Orientation for window (vertical or member in struct:TkScale
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dcommon.h63 extern void WriteLabels(int orient);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dscrollable.rb32 @xscrollbar.orient 'horizontal'
66 @yscrollbar.orient 'vertical'
H A Dscrollbar.rb14 if self.orient == 'horizontal'
56 if self.orient == 'horizontal'
69 orient = self.orient
72 if orient == 'horizontal'
159 keys['orient'] = 'horizontal'
174 keys['orient'] = 'vertical'
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dseparator.tcl19 {-orient Enum horizontal 1 {horizontal vertical}}
37 if { [Widget::cget $path -orient] == "horizontal" } {
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkSeparator.c18 int orient; member in struct:__anon13563
29 {TK_OPTION_STRING_TABLE, "-orient", "orient", "Orient", "horizontal",
31 Tk_Offset(Separator,separator.orient),
39 * Choose layout based on -orient option.
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/examples/
H A Dbrowser.tcl80 set p [panedwindow .panes -orient horizontal]
92 scrollbar $p.tree.y -orient vertical -command [list $p.tree.t yview]
93 scrollbar $p.tree.x -orient horizontal -command [list $p.tree.t xview]
105 scrollbar $p.text.y -orient vertical -command [list $p.text.t yview]
106 scrollbar $p.text.x -orient horizontal -command [list $p.text.t xview]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dcanvasprintdialog.itk40 option add *Canvasprintdialog.orient landscape widgetDefault
96 -orient -stretch -posterize -hpagecnt -vpagecnt

Completed in 221 milliseconds

1234567891011