home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 6
/
AACD06.ISO
/
AACD
/
System
/
WBStartup+
/
Source
/
WBStartup+OS3.x
/
ProgressWindow.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-10-26
|
840b
|
17 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 LoadBitmap(struct WBStartupPrefs *prefs, struct ProgressWindowData *data, struct Screen *scr);
BOOL InteractiveRunProgram(struct Window *win);
void DisplayProgramName(struct ProgressWindowData *data, char *name, BOOL query);
struct ProgressWindowData
{
struct Window *win; /* This is the window, duhh */
struct BitMap *bitmap; /* This is the bitmap for our background */
struct BitMap *iconundobitmap; /* bitmap to clear the icons with */
struct BitMap *filenameundobitmap; /* bitmap to clear the filenames in interactive mode with */
};