repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
mwindowgui.inc
blob
9ac1cd0fe081be9e7dc037764311e0e4bf2af6ec
1
#ifndef MAINWINDOWGUI_INC
2
#define MAINWINDOWGUI_INC
3
4
5
#define BUTTONBARHEIGHT 30
6
#define BUTTONBARWIDTH 50
7
8
class MWindowGUI;
9
10
11
#endif
12
/*
13
// Local Variables:
14
// mode: C++
15
// c-file-style: "linux"
16
// End:
17
*/