OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icondata
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
findertools.py
533
def icon(object,
icondata
=None):
534
"""icon sets the icon of object, if no
icondata
is given,
540
if
icondata
is None:
542
return _seticon(object_alias,
icondata
)
545
"""get the
icondata
for object. Binary data of some sort."""
560
def _seticon(object_alias,
icondata
):
561
"""set the
icondata
for object, formatted as produced by _geticon()"""
570
args["data"] =
icondata
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py
533
def icon(object,
icondata
=None):
534
"""icon sets the icon of object, if no
icondata
is given,
540
if
icondata
is None:
542
return _seticon(object_alias,
icondata
)
545
"""get the
icondata
for object. Binary data of some sort."""
560
def _seticon(object_alias,
icondata
):
561
"""set the
icondata
for object, formatted as produced by _geticon()"""
570
args["data"] =
icondata
Completed in 54 milliseconds