diff options
Diffstat (limited to 'beos/liblayout/MListView.h')
-rw-r--r-- | beos/liblayout/MListView.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/beos/liblayout/MListView.h b/beos/liblayout/MListView.h deleted file mode 100644 index 95c4d42ca..000000000 --- a/beos/liblayout/MListView.h +++ /dev/null @@ -1,30 +0,0 @@ - -#ifndef _MLISTVIEW_H -#define _MLISTVIEW_H -#include "layout.h" -#include <ListView.h> - -#if __POWERPC__ -#pragma simple_class_byval off -#endif - -class IMPEXPLIBLAYOUT MListView : public MView, public BListView -{ - public: MListView(list_view_type type=B_SINGLE_SELECTION_LIST, - minimax size=minimax(50,50)); - MListView(BMessage*); - virtual ~MListView(); - virtual long Archive(BMessage *archive, bool deep=true) const; - static BArchivable *Instantiate(BMessage *archive); - virtual void reloadfont(BFont *font[]); - virtual minimax layoutprefs(); - virtual BRect layout(BRect rect); - virtual void MessageReceived(BMessage*); - virtual void AttachedToWindow(); - virtual void DetachedFromWindow(); - - private: virtual void _expansionmlistview1(); - uint32 _expansiondata[2]; -}; - -#endif |