summaryrefslogtreecommitdiffstats
path: root/beos/liblayout/MPlayBW.h
blob: 043aa46d3ba5c6bd4f94d324dd0128bb4c117c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef _MPLAYBW_H
#define _MPLAYBW_H

#include "MPictureButton.h"

#if __POWERPC__
#pragma simple_class_byval off
#endif

class IMPEXPLIBLAYOUT MPlayBW : public MPictureButton
{
	public:		MPlayBW(BHandler*);
				MPlayBW(BHandler *id, BMessage*);
				MPlayBW(BMessage*);
				virtual ~MPlayBW();
				virtual long Archive(BMessage *archive, bool deep=true) const;
				static BArchivable *Instantiate(BMessage *archive);

				virtual void MakePictures();
};
extern const IMPEXPLIBLAYOUT char M_BUTTON_POINTER[];

#endif