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
/
splashgui.h
blob
7755bbe26033b8a66cfe440714a69dad7b042fce
1
#ifndef SPLASHGUI_H
2
#define SPLASHGUI_H
3
4
#include
"guicast.h"
5
6
7
class
SplashGUI
:
public
BC_Window
8
{
9
public
:
10
SplashGUI
(
VFrame
*
bg
,
int
x
,
int
y
);
11
~
SplashGUI
();
12
void
create_objects
();
13
BC_Title
*
operation
;
14
VFrame
*
bg
;
15
BC_ProgressBar
*
progress
;
16
};
17
18
19
#endif
20
/*
21
// Local Variables:
22
// mode: C++
23
// c-file-style: "linux"
24
// End:
25
*/