Searched refs:justify (Results 1 - 14 of 14) sorted by relevance
/third_party/gn/misc/emacs/ |
H A D | gn-mode.el | 142 (defun gn-fill-paragraph (&optional justify) 145 (or (fill-comment-paragraph justify)
|
/third_party/python/Lib/idlelib/ |
H A D | help_about.py | 85 byline = Label(frame_background, text=byline_text, justify=LEFT, 89 justify=LEFT, fg=self.fg, bg=self.bg) 94 justify=LEFT, fg=self.fg, bg=self.bg)
|
H A D | config_key.py | 89 basic_keys = Label(self.frame_keyseq_basic, justify='left', 111 help_basic = Label(self.frame_controls_basic, justify='left', 140 advanced_title = Label(self.frame_keyseq_advanced, justify='left', 151 help_advanced = Label(self.frame_help_advanced, justify='left',
|
H A D | tooltip.py | 161 label = Label(self.tipwindow, text=self.text, justify=LEFT,
|
H A D | query.py | 100 entrylabel = Label(frame, anchor='w', justify='left', 265 pathlabel = Label(frame, anchor='w', justify='left',
|
H A D | calltip_w.py | 82 self.label = Label(self.tipwindow, text=self.text, justify=LEFT,
|
H A D | sidebar.py | 307 self.sidebar_text.tag_config('linenumber', justify=tk.RIGHT)
|
H A D | configdialog.py | 347 frame_font_name, justify=LEFT, text='Font Face :')
|
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 422 foreground="red", justify=tk.LEFT).pack(anchor=tk.W) 425 tk.Label(window, text=tracebackText, justify=tk.LEFT).pack()
|
/third_party/python/Lib/tkinter/ |
H A D | simpledialog.py | 291 w = Label(master, text=self.prompt, justify=LEFT)
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.h | 224 void justify(SkScalar maxWidth);
|
H A D | TextLine.cpp | 474 this->justify(maxWidth); 765 void TextLine::justify(SkScalar maxWidth) { function in skia::textlayout::TextLine
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 429 def justify(bs): function 433 print(' '.join(map(justify, symbolStrings[i::rows])).rstrip())
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 3974 % left margin and final column will justify at right margin. 6125 % We'd like to right-justify chapter numbers, but that looks strange
|
Completed in 24 milliseconds