home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 1
/
Mecomp-CD.iso
/
amiga
/
tools
/
boot
/
wbstartup+v2.8
/
source
/
wbstartup+os2.x
/
progresswindow.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-11-01
|
499b
|
13 lines
struct ProgressWindowData *CreateProgressWindow(struct WBStartupPrefs *prefs);
void CloseProgressWindow(struct ProgressWindowData *data);
void UpdateProgressBar(struct Window *win, int current, int total);
void ShowIconImage(struct ProgressWindowData *data, struct Image *image);
BOOL InteractiveRunProgram(struct Window *win);
void DisplayProgramName(struct ProgressWindowData *data, char *name, BOOL query);
struct ProgressWindowData
{
struct Window *win; /* This is the window, duhh */
};