ROOT
6.12/07
Reference Guide
graf2d
cocoa
inc
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
ROOT
Namespace for new ROOT classes and functions.
Definition:
StringConv.hxx:21
ROOT::MacOSX::Details
Definition:
TMacOSXSystem.h:30
ROOT::MacOSX::Details::PopulateMainMenu
void PopulateMainMenu()
Definition:
MenuLoader.mm:22