| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Dear Rose, you can get the window number this way. No need for private APIs: #include <objc/objc.h> int GetNSWindowNumber( void* inNSWindow ) { int number = -1; SEL sel = sel_registerName("windowNumber"); if( sel ) number = objc_msgSend( inNSWindow, sel ); return number; } Tomas Zahradnicky On Jan 11, 2007, at 19:44 , Rosemary Quince wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. Carbon-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/carbon-dev/email@hidden This email sent to email@hidden
| References: | |
| >Getting NSWindow windownumber ? (From: Rosemary Quince <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.