Searched refs:horizontal (Results 1 - 25 of 193) sorted by relevance

12345678

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DsplitView.css70 .split-view-horizontal > .split-view-contents {
75 .split-view-horizontal > .split-view-contents-first {
79 .split-view-horizontal > .split-view-contents-first.maximized {
83 .split-view-horizontal > .split-view-contents-second {
87 .split-view-horizontal > .split-view-contents-second.maximized {
99 .split-view-horizontal > .split-view-sidebar.split-view-contents-first:not(.maximized) {
103 .split-view-horizontal > .split-view-sidebar.split-view-contents-second:not(.maximized) {
116 .split-view-horizontal > .split-view-resizer {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dloc_29.h29 isc_uint8_t horizontal; member in struct:dns_rdata_loc_0
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_scroll_test.tcl6 scrollbar .x -orient horizontal -command {.t xview}
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DNSScrollerImpDetails.h54 + (id)scrollerImpWithStyle:(NSScrollerStyle)newScrollerStyle controlSize:(NSControlSize)newControlSize horizontal:(BOOL)horizontal replacingScrollerImp:(id)previous;
91 - (void)setHorizontalScrollerImp:(id)horizontal;
/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/tcl_ext/snack/snack/demos/tcl/
H A Dlevelmeter.tcl12 -orient horizontal]
14 -orient horizontal]
H A DSection.tcl29 -orient horizontal -length 100 \
32 -orient horizontal -length 100 \
35 -orient horizontal -length 100 -command [list .c itemconf sect -topfr ]] \
38 -orient horizontal -length 100 -command [list .c itemconf sect -maxvalue ]]\
41 -orient horizontal -length 100 -command [list .c itemconf sect -minvalue ]]\
44 -orient horizontal -length 100 -command [list .c itemconf sect -skip ]] \
/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',
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dpanedwindow.tcl51 horizontal { set delta [expr {$x - $State(pressX)}] }
77 horizontal { set cursor hresize }
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/examples/
H A Dbrowser.tcl80 set p [panedwindow .panes -orient horizontal]
93 scrollbar $p.tree.x -orient horizontal -command [list $p.tree.t xview]
106 scrollbar $p.text.x -orient horizontal -command [list $p.text.t xview]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.h83 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
92 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
93 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
387 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dpaned1.rb47 TkPanedwindow.new(base_frame, :orient=>:horizontal){|f|
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A DxlwmenuP.h70 int horizontal; member in struct:_XlwMenu_part
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dscrollw.tcl11 # -scrollbar -default "both" ; vertical horizontal none
12 # -auto -default "both" ; vertical horizontal none
62 -type [list snit::enum -values [list none horizontal vertical both]]
64 -type [list snit::enum -values [list none horizontal vertical both]]
72 typevariable scrollopts {none horizontal vertical both}
89 -orient horizontal -takefocus 0
94 -orient horizontal -takefocus 0
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DselectControlBlackBerry.css43 -webkit-box-orient: horizontal;
H A DtimeControlBlackBerry.css7 -webkit-box-orient: horizontal;
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPathSegListSource.cpp84 SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); local
85 x = horizontal->x();
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dpaned1.rb42 TkPanedwindow.new(base_frame, :orient=>:horizontal){|f|
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvSticker2.rb83 sti[:orient] = :horizontal
84 txt[:width] = 0 # horizontal
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dmclist.tcl34 ttk::scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
37 scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
H A Dpaned2.tcl67 scrollbar $f.xscr -orient horizontal -command "$f.text xview"
H A Dsayings.tcl34 scrollbar $w.frame.xscroll -orient horizontal \
H A Dtree.tcl79 ttk::scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
82 scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dpaned2.tcl67 scrollbar $f.xscr -orient horizontal -command "$f.text xview"
H A Dsayings.tcl34 scrollbar $w.frame.xscroll -orient horizontal \

Completed in 233 milliseconds

12345678