Searched refs:dtag (Results 1 - 7 of 7) sorted by relevance
/external/python/cpython2/Demo/tkinter/matt/ |
H A D | canvas-mult-item-sel.py | 22 self.draw.dtag("selected")
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | readdwarf3.c | 1985 DW_TAG dtag, 2009 level, posn, (ULong) abbv->abbv_code, ML_(pp_DW_TAG)( dtag ), 2042 DW_TAG dtag, 2050 trace_DIE (dtag, posn, level, saved_die_c_offset, abbv, cc); 2068 DW_TAG dtag, 2084 if (dtag == DW_TAG_compile_unit 2085 || dtag == DW_TAG_type_unit 2086 || dtag == DW_TAG_partial_unit) { 2187 if (dtag == DW_TAG_lexical_block || dtag 1984 trace_DIE( DW_TAG dtag, UWord posn, Int level, UWord saved_die_c_offset, const g_abbv *abbv, const CUConst* cc) argument 2040 dump_bad_die_and_barf( const HChar *whichparser, DW_TAG dtag, UWord posn, Int level, Cursor* c_die, UWord saved_die_c_offset, const g_abbv *abbv, const CUConst* cc) argument 2063 parse_var_DIE( WordFM* rangestree, XArray* tempvars, XArray* gexprs, D3VarParser* parser, DW_TAG dtag, UWord posn, Int level, Cursor* c_die, const g_abbv *abbv, CUConst* cc, Bool td3 ) argument 2681 parse_inl_DIE( D3InlParser* parser, DW_TAG dtag, UWord posn, Int level, Cursor* c_die, const g_abbv *abbv, CUConst* cc, Bool td3 ) argument 3024 parse_type_DIE( XArray* tyents, D3TypeParser* parser, DW_TAG dtag, UWord posn, Int level, Cursor* c_die, const g_abbv *abbv, const CUConst* cc, Bool td3 ) argument [all...] |
/external/python/cpython2/Lib/lib-tk/ |
H A D | Canvas.py | 65 def dtag(self, ttd): member in class:CanvasItem 66 self.canvas.dtag(self.id, ttd) 132 self.canvas.dtag(self.tag) 164 def dtag(self, tagToDelete=None): member in class:Group 165 self._do('dtag', tagToDelete)
|
H A D | Tkinter.py | 2346 def dtag(self, *args): member in class:Canvas 2349 self.tk.call((self._w, 'dtag') + args)
|
/external/python/cpython2/Demo/tkinter/guido/ |
H A D | canvasevents.py | 112 object.group.dtag(self.group)
|
H A D | solitaire.py | 301 card.group.dtag(self.group)
|
/external/python/cpython3/Lib/tkinter/ |
H A D | __init__.py | 2509 def dtag(self, *args): member in class:Canvas 2512 self.tk.call((self._w, 'dtag') + args)
|
Completed in 191 milliseconds