Difference between revisions of "Mac OS X Porting - Proxy Icon implementation"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 
Started
 
Started
  
Keywords to start : SetWindowProxyFSSpec()
+
Keywords to start : SetWindowProxyFSSpec()  
 +
 
 +
Note: this function is probably obsolete, because the doc says :
 +
 
 +
GetWindowProxyFSSpec
 +
Obtains a file system specification structure for the file that is associated with a window. (Deprecated in Mac OS X v10.5. Use HIWindowGetProxyFSRef instead.)
 +
 
 +
OSStatus GetWindowProxyFSSpec (
 +
  WindowRef window,
 +
  FSSpec *outFile
 +
);
  
 
Links (to be improved):   
 
Links (to be improved):   

Revision as of 11:14, 30 August 2008

Started

Keywords to start : SetWindowProxyFSSpec()

Note: this function is probably obsolete, because the doc says :

GetWindowProxyFSSpec Obtains a file system specification structure for the file that is associated with a window. (Deprecated in Mac OS X v10.5. Use HIWindowGetProxyFSRef instead.)

OSStatus GetWindowProxyFSSpec (

  WindowRef window,
  FSSpec *outFile

);

Links (to be improved):

Sample code (Carbon, can be obsolete)

Proxy Icon search on Apple lists


Ericb 13:03, 30 August 2008 (CEST) 

Personal tools