home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
yacl-012.zip
/
uidemo
/
dyndlg
/
appwin.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-08
|
418b
|
28 lines
#ifndef _appwin_h_ /* Tue Mar 1 17:32:47 1994 */
#define _appwin_h_
#include "ui/composit.h"
class SubDialog;
class AppWindow: public UI_CompositeVObject {
public:
AppWindow ();
protected:
void Initialize ();
bool HandleChildEvent (const UI_Event& e);
void ShowDialog (short index);
SubDialog* _comp[3];
SubDialog* _current;
};
#endif /* _appwin_h_ */