/external/chromium_org/ui/views/examples/ |
text_example.cc | 114 bool halo() const { return halo_; } function in class:views::examples::TextExample::TextExampleView 115 void set_halo(bool halo) { halo_ = halo; } 224 halo_checkbox_ = AddCheckbox(layout, "Text Halo");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 144 def addtag_closest(self, x, y, halo=None, start=None): 145 self._do('addtag', 'closest', x, y, halo, start)
|
Tkinter.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 144 def addtag_closest(self, x, y, halo=None, start=None): 145 self._do('addtag', 'closest', x, y, halo, start)
|
Tkinter.py | [all...] |