Searched refs:justify (Results 1 - 25 of 414) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tools/
H A Dbench-compare.tcl64 R pad 0 both " " ; R justify 0 center
65 R pad 1 both " " ; R justify 1 left
66 R pad 2 both " " ; R justify 2 right
67 R pad 3 both " " ; R justify 3 right
68 R pad 4 both " " ; R justify 4 right
69 R pad 5 both " " ; R justify 5 right
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dboxlabel.tcl21 # font and justify options are used when creating a new canvas label
22 # justify option is used for both the labels array and the labels
27 [list -justify left left]\
33 foreach option {-font -justify -offset -xoffset} {
47 -justify $switched::($this,-justify)\
H A Dtkpiechart.tcl6 {boxlabel.tcl source {::pieBoxLabeler::_copy ::pieBoxLabeler::delete ::pieBoxLabeler::label ::pieBoxLabeler::labelBackground ::pieBoxLabeler::labelTextBackground ::pieBoxLabeler::new ::pieBoxLabeler::options ::pieBoxLabeler::pieBoxLabeler ::pieBoxLabeler::room ::pieBoxLabeler::selectState ::pieBoxLabeler::set ::pieBoxLabeler::set-font ::pieBoxLabeler::set-justify ::pieBoxLabeler::set-offset ::pieBoxLabeler::set-xoffset ::pieBoxLabeler::update ::pieBoxLabeler::~pieBoxLabeler}}
7 {canlabel.tcl source {::canvasLabel::_copy ::canvasLabel::canvasLabel ::canvasLabel::eventuallyDeleteRelief ::canvasLabel::options ::canvasLabel::set-anchor ::canvasLabel::set-background ::canvasLabel::set-bordercolor ::canvasLabel::set-borderwidth ::canvasLabel::set-bulletwidth ::canvasLabel::set-font ::canvasLabel::set-foreground ::canvasLabel::set-justify ::canvasLabel::set-minimumwidth ::canvasLabel::set-padding ::canvasLabel::set-scale ::canvasLabel::set-select ::canvasLabel::set-selectrelief ::canvasLabel::set-stipple ::canvasLabel::set-text ::canvasLabel::set-textbackground ::canvasLabel::set-width ::canvasLabel::update ::canvasLabel::updateRelief ::canvasLabel::~canvasLabel}}
8 {perilabel.tcl source {::piePeripheralLabeler::_copy ::piePeripheralLabeler::anglePosition ::piePeripheralLabeler::delete ::piePeripheralLabeler::label ::piePeripheralLabeler::labelBackground ::piePeripheralLabeler::labelTextBackground ::piePeripheralLabeler::new ::piePeripheralLabeler::options ::piePeripheralLabeler::piePeripheralLabeler ::piePeripheralLabeler::position ::piePeripheralLabeler::room ::piePeripheralLabeler::selectState ::piePeripheralLabeler::set ::piePeripheralLabeler::set-bulletwidth ::piePeripheralLabeler::set-font ::piePeripheralLabeler::set-justify ::piePeripheralLabeler::set-offset ::piePeripheralLabeler::set-smallfont ::piePeripheralLabeler::set-widestvaluetext ::piePeripheralLabeler::update ::piePeripheralLabeler::updateSlices ::piePeripheralLabeler::~piePeripheralLabeler}}
9 {labarray.tcl source {::canvasLabelsArray::_copy ::canvasLabelsArray::canvasLabelsArray ::canvasLabelsArray::delete ::canvasLabelsArray::height ::canvasLabelsArray::labels ::canvasLabelsArray::manage ::canvasLabelsArray::options ::canvasLabelsArray::set-justify ::canvasLabelsArray::set-width ::canvasLabelsArray::update ::canvasLabelsArray::~canvasLabelsArray}}
H A Dlabarray.tcl27 [list -justify left left]\
32 proc set-justify {this value} {
34 error {option -justify cannot be set dynamically}
H A Dperilabel.tcl15 -justify $switched::($this,-justify)\
31 # bullet width, font and justify options are used when creating a new
33 # justify option is used for both the labels array and the labels
39 [list -justify left left]\
47 -bulletwidth -font -justify -offset -smallfont -widestvaluetext\
71 -justify $switched::($this,-justify)\
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DImageResourceContentView.css34 -webkit-justify-content: center;
H A DLegacyProfileView.css35 -webkit-justify-content: center;
H A DCSSStyleDetailsSidebarPanel.css55 -webkit-justify-content: space-around;
61 -webkit-justify-content: space-around;
H A DNavigationBar.css28 -webkit-justify-content: center;
H A DControlToolbarItem.css28 -webkit-justify-content: center;
H A DToolbar.css116 -webkit-justify-content: center;
140 -webkit-justify-content: flex-start;
146 -webkit-justify-content: center;
150 -webkit-justify-content: flex-end;
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DbutGeom.tcl59 set justify center
60 radiobutton .t.justify-left -text "Justify Left" -relief flat \
61 -command "config -justify left" -variable justify \
63 radiobutton .t.justify-center -text "Justify Center" -relief flat \
64 -command "config -justify center" -variable justify \
66 radiobutton .t.justify-right -text "Justify Right" -relief flat \
67 -command "config -justify right" -variable justify \
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DbutGeom.tcl59 set justify center
60 radiobutton .t.justify-left -text "Justify Left" -relief flat \
61 -command "config -justify left" -variable justify \
63 radiobutton .t.justify-center -text "Justify Center" -relief flat \
64 -command "config -justify center" -variable justify \
66 radiobutton .t.justify-right -text "Justify Right" -relief flat \
67 -command "config -justify right" -variable justify \
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dfill.el440 (defun fill-delete-newlines (from to justify nosqueeze squeeze-after)
488 (if (and nosqueeze (not (eq justify 'full)))
602 (defun fill-region-as-paragraph (from to &optional justify
627 (unless (memq justify '(t nil none full center left right))
628 (setq justify 'full))
667 (or justify (setq justify (current-justification)))
684 (if (not justify) ; filling disabled: just check indentation
696 (if (or (memq justify '(right center))
706 (fill-delete-newlines from to justify nosqueez
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/bench/
H A Dbench_wtext.tcl118 justify 0 right
122 justify 1 left
126 justify $i right
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dscrolledframe.rb25 def justify(dir) method in class:Tk
26 tk_call(@path, 'justify', dir)
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagedialog.itk42 keep -wraplength -justify
92 keep -wraplength -justify
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dentry1.tcl21 label $w.msg -font $font -wraplength 5i -justify left -text "Three different entries are displayed below. You can add characters by pointing, clicking and typing. The normal Motif editing characters are supported, along with many Emacs bindings. For example, Backspace and Control-h delete the character to the left of the insertion cursor and Delete and Control-d delete the chararacter to the right of the insertion cursor. For entries that are too large to fit in the window all at once, you can scan through the entries by dragging with mouse button2 pressed."
H A Dimage1.tcl20 label $w.msg -font $font -wraplength 4i -justify left -text "This demonstration displays two images, each in a separate label widget."
H A Dpaned1.tcl21 label $w.msg -font $font -wraplength 4i -justify left -text "The sash between the two coloured windows below can be used to divide the area between them. Use the left mouse button to resize without redrawing by just moving the sash, and use the middle mouse button to resize opaquely (always redrawing the windows in each position.)"
H A Dctext.tcl22 label $w.msg -font $font -wraplength 5i -justify left -text "This window displays a string of text to demonstrate the text facilities of canvas widgets. You can click in the boxes to adjust the position of the text relative to its positioning point or change its justification. The text also supports the following simple bindings for editing:
45 $c addtag text withtag [$c create text 250 200 -text "This is just a string of text to demonstrate the text facilities of canvas widgets. Bindings have been been defined to support editing (see above)." -width 440 -anchor n -font $textFont -justify left]
92 mkTextConfig $c $x $y -justify left $color
93 mkTextConfig $c [expr {$x+30}] $y -justify center $color
94 mkTextConfig $c [expr {$x+60}] $y -justify right $color
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dfilelist-bindings.tcl859 set justify [$T element cget $element -justify]
860 if {$justify eq ""} {
861 set justify left
881 $w tag configure TAG -justify $justify
934 set justify [$T element cget $element -justify]
935 if {$justify eq ""} {
936 set justify lef
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dctext.tcl20 label $w.msg -font $font -wraplength 5i -justify left -text "This window displays a string of text to demonstrate the text facilities of canvas widgets. You can click in the boxes to adjust the position of the text relative to its positioning point or change its justification. The text also supports the following simple bindings for editing:
45 $c addtag text withtag [$c create text 250 200 -text "This is just a string of text to demonstrate the text facilities of canvas widgets. Bindings have been been defined to support editing (see above)." -width 440 -anchor n -font {Helvetica 24} -justify left]
92 mkTextConfig $c $x $y -justify left $color
93 mkTextConfig $c [expr {$x+30}] $y -justify center $color
94 mkTextConfig $c [expr {$x+60}] $y -justify right $color
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcfengine.el187 (defun cfengine-fill-paragraph (&optional justify)
191 (fill-comment-paragraph justify) ; post Emacs 21.3
206 (fill-paragraph justify))
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dbutton.rb26 justify 'left'

Completed in 245 milliseconds

1234567891011>>