Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MenuLoader.h
Go to the documentation of this file.
1#ifndef ROOT_MenuLoader
2#define ROOT_MenuLoader
3
4#include <Cocoa/Cocoa.h>
5
6namespace ROOT {
7namespace MacOSX {
8namespace Details {
9
10//Fill app's menu.
11void PopulateMainMenu();
12
13}
14}
15}
16
17#endif
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.