Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
X11Atoms.h
Go to the documentation of this file.
1#ifndef ROOT_X11Atoms
2#define ROOT_X11Atoms
3
4#include <string>
5#include <vector>
6#include <map>
7
8#include "GuiTypes.h"
9
10namespace ROOT {
11namespace MacOSX {
12namespace X11 {
13
14
15void InitWithPredefinedAtoms(std::map<std::string, Atom_t> &nameToAtom, std::vector<std::string> &atomNames);
16
17}
18}
19}
20
21#endif
void InitWithPredefinedAtoms(std::map< std::string, Atom_t > &nameToAtom, std::vector< std::string > &atomNames)
Definition X11Atoms.mm:83