Logo ROOT   6.10/09
Reference Guide
MenuLoader.h
Go to the documentation of this file.
1 #ifndef ROOT_MenuLoader
2 #define ROOT_MenuLoader
3 
4 #include <Cocoa/Cocoa.h>
5 
6 namespace ROOT {
7 namespace MacOSX {
8 namespace Details {
9 
10 //Fill app's menu.
11 void PopulateMainMenu();
12 
13 }
14 }
15 }
16 
17 #endif
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21