/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Fireworks/Core/interface/RootGuiUtils.h
18 строк
437 B
Cms Build
Clang-Format
20 май 2019, 13:07
20 май 2019, 13:07
6684288
Код
Авторство
О чём код?
// Author: Matevz Tadel 2011 #ifndef Fireworks_Core_RootGuiUtils #define Fireworks_Core_RootGuiUtils class TGCompositeFrame; class TGHorizontalFrame; class TGLabel; namespace fireworks_root_gui { TGHorizontalFrame* makeHorizontalFrame(TGCompositeFrame* p = nullptr); TGLabel* makeLabel(TGCompositeFrame* p, const char* txt, int width, int lo = 0, int ro = 0, int to = 2, int bo = 0); } // namespace fireworks_root_gui #endif