From dc8de40de13c3f3e643b980a95ef48ccafb542e3 Mon Sep 17 00:00:00 2001 From: handbrake Date: Sat, 14 Jan 2006 13:21:55 +0000 Subject: HandBrake 0.6.0-test1 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@10 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- beos/liblayout/Space.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 beos/liblayout/Space.h (limited to 'beos/liblayout/Space.h') diff --git a/beos/liblayout/Space.h b/beos/liblayout/Space.h new file mode 100644 index 000000000..c49f6fbd2 --- /dev/null +++ b/beos/liblayout/Space.h @@ -0,0 +1,22 @@ + +#ifndef _SPACE_H +#define _SPACE_H +#include "layout.h" +#include "View.h" + +#if __POWERPC__ +#pragma simple_class_byval off +#endif +class IMPEXPLIBLAYOUT Space : public MView, public BView +{ + public: Space(); + Space(minimax); + Space(BMessage*); + virtual ~Space(); + virtual long Archive(BMessage *archive, bool deep=true) const; + static BArchivable *Instantiate(BMessage *archive); + virtual minimax layoutprefs(); + virtual BRect layout(BRect rect); +}; + +#endif -- cgit v1.2.3