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

Last change on this file since 15 was 15, checked in by macho, 29 years ago

Fusion avec version Saclay, EA 15/05/96

File size: 506 bytes
RevLine 
[2]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
19};
20
21typedef PIContainerMac PIContainer;
22
23#endif
Note: See TracBrowser for help on using the repository browser.