Searched refs:orient (Results 26 - 50 of 259) sorted by relevance

1234567891011

/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dmclist.tcl33 ttk::scrollbar $w.vsb -orient vertical -command "$w.tree yview"
34 ttk::scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
36 scrollbar $w.vsb -orient vertical -command "$w.tree yview"
37 scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
H A Dtree.tcl78 ttk::scrollbar $w.vsb -orient vertical -command "$w.tree yview"
79 ttk::scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
81 scrollbar $w.vsb -orient vertical -command "$w.tree yview"
82 scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
H A Dttkpane.tcl30 ttk::panedwindow $w.outer -orient horizontal
31 $w.outer add [ttk::panedwindow $w.outer.inLeft -orient vertical]
32 $w.outer add [ttk::panedwindow $w.outer.inRight -orient vertical]
98 ttk::scrollbar $w.sb -orient vertical -command "$w.txt yview"
104 scrollbar $w.sb -orient vertical -command "$w.txt yview"
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkProgress.c50 {TK_OPTION_STRING_TABLE, "-orient", "orient", "Orient",
269 int length = 100, orient = TTK_ORIENT_HORIZONTAL; local
273 /* Override requested width (height) based on -length and -orient
276 Ttk_GetOrientFromObj(NULL, pb->progress.orientObj, &orient);
278 if (orient == TTK_ORIENT_HORIZONTAL) {
297 Ttk_Orient orient)
302 if (orient == TTK_ORIENT_HORIZONTAL) {
317 Ttk_Orient orient)
326 if (orient
292 ProgressbarDeterminateLayout( Progressbar *pb, Ttk_Element pbar, Ttk_Box parcel, double fraction, Ttk_Orient orient) argument
312 ProgressbarIndeterminateLayout( Progressbar *pb, Ttk_Element pbar, Ttk_Box parcel, double fraction, Ttk_Orient orient) argument
340 int orient = TTK_ORIENT_HORIZONTAL; local
[all...]
H A DttkScrollbar.c19 int orient; member in struct:__anon13561
40 {TK_OPTION_STRING_TABLE, "-orient", "orient", "Orient", "vertical",
42 Tk_Offset(Scrollbar,scrollbar.orient),
109 if (sb->scrollbar.orient == TTK_ORIENT_VERTICAL) {
225 if (sb->scrollbar.orient == TTK_ORIENT_VERTICAL) {
267 if (sb->scrollbar.orient == TTK_ORIENT_VERTICAL) {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_zoom.tcl22 option -orient -default vertical -configuremethod O-orient \
47 method O-orient {o v} {
92 set side $options(-orient)
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dpanedwindow.tcl50 switch -- [$w cget -orient] {
76 switch -- [$w cget -orient] {
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DpopupControlBlackBerry.css17 -webkit-box-orient: vertical;
26 -webkit-box-orient: vertical;
56 -webkit-box-orient: horizontal;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A DradioMatrix.tcl28 # -orient Determines the order in which the radio buttons are
69 option -orient horizontal
108 if {$options(-orient) eq "horizontal"} {
110 } elseif {$options(-orient) eq "vertical"} {
113 error "Invalid -orient value: $options(-orient)"
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dcheckbox.itk60 itk_option define -orient orient Orient vertical
106 # OPTION: -orient
108 # Allows the user to orient the checkbuttons either horizontally
111 itcl::configbody iwidgets::Checkbox::orient {
112 if {$itk_option(-orient) == "horizontal"} {
116 } elseif {$itk_option(-orient) == "vertical"} {
121 error "Bad orientation: $itk_option(-orient). Should be\
188 if {$itk_option(-orient) == "vertical"} {
H A Dradiobox.itk57 itk_option define -orient orient Orient vertical
143 # OPTION: -orient
145 # Allows the user to orient the radiobuttons either horizontally
148 itcl::configbody iwidgets::Radiobox::orient {
149 if {$itk_option(-orient) == "horizontal" ||
150 $itk_option(-orient) == "vertical"} {
153 error "Bad orientation: $itk_option(-orient). Should be\
277 # to take into consideration the newly added -orient config option.
281 if {$itk_option(-orient)
[all...]
H A Dbuttonbox.itk54 itk_option define -orient orient Orient "horizontal"
144 # OPTION: -orient
148 itcl::configbody iwidgets::Buttonbox::orient {
149 switch $itk_option(-orient) {
156 error "bad orientation option \"$itk_option(-orient)\",\
445 if {$itk_option(-orient) == "horizontal"} {
501 if {$itk_option(-orient) == "horizontal"} {
512 if {$itk_option(-orient) == "vertical"} {
524 if {$itk_option(-orient)
[all...]
H A Dcanvasprintbox.itk48 option add *Canvasprintbox.orient landscape widgetDefault
84 itk_option define -orient orient Orient "landscape"
124 # Boolean indicating if the attribute "orient" is set
163 {orient "portrait"} {window ""}} {}
251 itcl::configbody iwidgets::Canvasprintbox::orient {
252 switch $itk_option(-orient) {
254 $itk_component(orientom) select $itk_option(-orient)
259 error "bad orient option \"$itk_option(-orient)\"
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddialog.tcl28 remove {-orient} \
105 set orient vertical
107 set orient horizontal
111 -orient $orient]
128 Separator::create $path.sep -orient $orient -background $bg
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
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 ]] \
57 scale .f2i.s -variable order -from 1 -to 40 -orient horiz -length 60 -show no
H A DWaveform.tcl19 -orient hori -length 150 -command {.c itemconf wave -width }] -side left
21 -orient hori -length 150 -command {.c itemconf wave -height }] -side left
23 -orient hori -length 150 -command {.c itemconf wave -pixels }] -side left
H A DSpectrogram.tcl26 pack [ scale .f1.s1 -variable width -label Width -from 10 -to 600 -orient hori\
28 pack [ scale .f1.s2 -variable height -label Height -from 10 -to 300 -orient\
30 pack [ scale .f1.s3 -variable pps -label Pix/sec -from 10 -to 600 -orient hori\
33 -res 0.1 -orient hori -length 100 -command {.c itemconf speg -brightness }] -side left
34 pack [ scale .f1.s5 -variable contrast -label Contrast -from -100 -to 100 -res 0.1 -orient hori -length 100 -command {.c itemconf speg -contrast }] -side left
37 pack [ scale .f1.s7 -variable topfr -label Top -from 1000 -to 8000 -orient hori -length 100 -command {.c itemconf speg -topfr }] -side left
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dtoolbar.tcl99 $separator configure -orient horizontal
103 $separator configure -orient vertical
107 $separator configure -orient horizontal
111 $separator configure -orient vertical
143 set w [ttk::separator $w -orient vertical]
190 -orient vertical]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dscrlbar.tcl313 # orient - Which kinds of scrollbars this applies to: "h" for
317 proc ::tk::ScrollByUnits {w orient amount} {
320 [string index [$w cget -orient] 0] $orient] < 0)} {
338 # orient - Which kinds of scrollbars this applies to: "h" for
342 proc ::tk::ScrollByPages {w orient amount} {
345 [string index [$w cget -orient] 0] $orient] < 0)} {
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dscrlbar.tcl313 # orient - Which kinds of scrollbars this applies to: "h" for
317 proc ::tk::ScrollByUnits {w orient amount} {
319 if {$cmd eq "" || ([string first [string index [$w cget -orient] 0] $orient] < 0)} {
337 # orient - Which kinds of scrollbars this applies to: "h" for
341 proc ::tk::ScrollByPages {w orient amount} {
343 if {$cmd eq "" || ([string first [string index [$w cget -orient] 0] $orient] < 0)} {
/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/ruby-104/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvSticker.rb33 st[:orient] = :vertical
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/demos/
H A Dcommand.tcl72 scrollbar .sy -command [list $table(table) yview] -orient v
73 scrollbar .sx -command [list $table(table) xview] -orient h
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dbitmaps.tcl15 -selectmode browse -orient horizontal -wrap "5 items" \
42 set S [$T style create STYLE -orient vertical]
/macosx-10.9.5/vim-53/src/proto/
H A Dgui_gtk.pro12 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));

Completed in 158 milliseconds

1234567891011