 e4335c62a1
			
		
	
	e4335c62a1
	
	
	
		
			
			This subdirectory gets in the way when integrating the inspector build more fully with GTK+, and does not really add anything. Just move everything one level up.
		
			
				
	
	
		
			55 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <interface>
 | |
|   <menu id='app-menu'>
 | |
|     <section>
 | |
|       <item>
 | |
|         <!-- used for the application menu on MacOS.  %s is replaced with the application name. -->
 | |
|         <attribute name='label' translatable='yes'>About %s</attribute>
 | |
|         <attribute name='action'>app.about</attribute>
 | |
|         <attribute name='x-gtk-private-special'>replace-appname</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|     <section>
 | |
|       <item>
 | |
|         <!-- used for the application menu on MacOS -->
 | |
|         <attribute name='label' translatable='yes'>Preferences</attribute>
 | |
|         <attribute name='action'>app.preferences</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|     <section>
 | |
|       <item>
 | |
|         <!-- used for the application menu on MacOS -->
 | |
|         <attribute name='label' translatable='yes'>Services</attribute>
 | |
|         <attribute name='x-gtk-private-special'>services-submenu</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|     <section>
 | |
|       <item>
 | |
|         <!-- used for the application menu on MacOS.  %s is replaced with the application name. -->
 | |
|         <attribute name='label' translatable='yes'>Hide %s</attribute>
 | |
|         <attribute name='x-gtk-private-special'>hide-this</attribute>
 | |
|         <attribute name='action'>gtkinternal.hide</attribute>
 | |
|       </item>
 | |
|       <item>
 | |
|         <!-- used for the application menu on MacOS -->
 | |
|         <attribute name='label' translatable='yes'>Hide Others</attribute>
 | |
|         <attribute name='x-gtk-private-special'>hide-others</attribute>
 | |
|         <attribute name='action'>gtkinternal.hide-others</attribute>
 | |
|       </item>
 | |
|       <item>
 | |
|         <!-- used for the application menu on MacOS -->
 | |
|         <attribute name='label' translatable='yes'>Show All</attribute>
 | |
|         <attribute name='x-gtk-private-special'>show-all</attribute>
 | |
|         <attribute name='action'>gtkinternal.show-all</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|     <section>
 | |
|       <item>
 | |
|         <!-- used for the application menu on MacOS.  %s is replaced with the application name. -->
 | |
|         <attribute name='label' translatable='yes'>Quit %s</attribute>
 | |
|         <attribute name='action'>app.quit</attribute>
 | |
|         <attribute name='x-gtk-private-special'>replace-appname</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|   </menu>
 | |
| </interface>
 |