| 
									
										
										
										
											1995-03-19 22:42:51 +00:00
										 |  |  | f = Function(void, 'OpenDeskAcc', | 
					
						
							|  |  |  | 	(Str255, 'name', InMode), | 
					
						
							| 
									
										
										
										
											2000-07-14 22:37:27 +00:00
										 |  |  | 	condition='#if !TARGET_API_MAC_CARBON' | 
					
						
							| 
									
										
										
										
											1995-03-19 22:42:51 +00:00
										 |  |  | ) | 
					
						
							|  |  |  | functions.append(f) | 
					
						
							| 
									
										
										
										
											1995-06-18 20:17:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-12-23 14:32:06 +00:00
										 |  |  | f = Function(MenuHandle, 'as_Menu', (Handle, 'h', InMode)) | 
					
						
							| 
									
										
										
										
											1999-02-07 14:02:03 +00:00
										 |  |  | functions.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-12-23 14:32:06 +00:00
										 |  |  | f = Method(Handle, 'as_Resource', (MenuHandle, 'h', InMode)) | 
					
						
							| 
									
										
										
										
											1995-06-18 20:17:27 +00:00
										 |  |  | methods.append(f) | 
					
						
							| 
									
										
										
										
											1998-04-24 10:28:20 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # The following have "Mac" prepended to their names in the include file | 
					
						
							|  |  |  | # since UH 3.1, sigh... | 
					
						
							|  |  |  | f = Function(MenuHandle, 'GetMenu', | 
					
						
							|  |  |  |     (short, 'resourceID', InMode), | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | functions.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | f = Method(void, 'AppendMenu', | 
					
						
							|  |  |  |     (MenuHandle, 'menu', InMode), | 
					
						
							|  |  |  |     (ConstStr255Param, 'data', InMode), | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | methods.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | f = Method(void, 'InsertMenu', | 
					
						
							|  |  |  |     (MenuHandle, 'theMenu', InMode), | 
					
						
							|  |  |  |     (short, 'beforeID', InMode), | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | methods.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | f = Function(void, 'DeleteMenu', | 
					
						
							|  |  |  |     (short, 'menuID', InMode), | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | functions.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | f = Method(void, 'InsertMenuItem', | 
					
						
							|  |  |  |     (MenuHandle, 'theMenu', InMode), | 
					
						
							|  |  |  |     (ConstStr255Param, 'itemString', InMode), | 
					
						
							|  |  |  |     (short, 'afterItem', InMode), | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | methods.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-01-29 13:32:10 +00:00
										 |  |  | f = Method(void, 'EnableMenuItem', | 
					
						
							|  |  |  |     (MenuHandle, 'theMenu', InMode), | 
					
						
							|  |  |  |     (UInt16, 'item', InMode), | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | methods.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | f = Method(void, 'CheckMenuItem', | 
					
						
							|  |  |  |     (MenuRef, 'theMenu', InMode), | 
					
						
							|  |  |  |     (short, 'item', InMode), | 
					
						
							|  |  |  |     (Boolean, 'checked', InMode), | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | methods.append(f) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-04-24 10:28:20 +00:00
										 |  |  | f = Function(void, 'DrawMenuBar', | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | functions.append(f) | 
					
						
							|  |  |  | 
 |