xref: /haiku/src/apps/poorman/PoorManView.cpp (revision 25a7b01d15612846f332751841da3579db313082)
14af8c448SPhil Greenway /* PoorManView.cpp
24af8c448SPhil Greenway  *
34af8c448SPhil Greenway  *	Philip Harrison
44af8c448SPhil Greenway  *	Started: 4/25/2004
54af8c448SPhil Greenway  *	Version: 0.1
64af8c448SPhil Greenway  */
74af8c448SPhil Greenway 
84af8c448SPhil Greenway #ifndef POOR_MAN_VIEW_H
94af8c448SPhil Greenway #include "PoorManView.h"
104af8c448SPhil Greenway #endif
114af8c448SPhil Greenway 
PoorManView(BRect rect,const char * name)12*230fd426SStefano Ceccherini PoorManView::PoorManView(BRect rect, const char *name)
134af8c448SPhil Greenway 	: BView(rect, name, B_FOLLOW_ALL, B_WILL_DRAW)
144af8c448SPhil Greenway {
154af8c448SPhil Greenway }
164af8c448SPhil Greenway 
174af8c448SPhil Greenway void
AttachedToWindow()184af8c448SPhil Greenway PoorManView::AttachedToWindow()
194af8c448SPhil Greenway {
204af8c448SPhil Greenway }
21