source: Sophya/trunk/SophyaPI/PI/picontainermac.h@ 2

Last change on this file since 2 was 2, checked in by eros, 30 years ago

Creation (par cvs import) du module PI (PeidaInter - active) Reza 15/02/96

File size: 533 bytes
Line 
1#ifndef PICONTAINERMAC_SEEN
2#define PICONTAINERMAC_SEEN
3
4#include "picontainergen.h"
5#include "pisysdep.h"
6#include <LView.h>
7
8class PIContainerMac : public PIContainerGen {
9public:
10 PIContainerMac(PIContainerGen *par, char *nom,
11 int sx=10, int sy=10, int px=0, int py=0);
12 virtual ~PIContainerMac();
13
14 virtual void Show();
15 virtual void Hide();
16
17protected:
18 SViewInfo mViewInfo;
19
20};
21
22typedef PIContainerMac PIContainer;
23
24#endif
Note: See TracBrowser for help on using the repository browser.