This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Carbon.Res misses GetIndString
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, ronaldoussoren
Priority: normal Keywords:

Created on 2004-12-21 22:10 by jackjansen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg60618 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-12-21 22:10
GetIndString (and probably one or two others) are missing from 
Carbon.Res, because they're declared in TextUtils.h. We need to 
add manual generators for them.
msg84558 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-03-30 14:59
Closing this because this is a feature request and the Carbon bindings are 
deprecated.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41355
2009-03-30 14:59:55ronaldoussorensetstatus: open -> closed

nosy: + ronaldoussoren
messages: + msg84558

resolution: wont fix
2004-12-21 22:10:05jackjansencreate