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 CeccheriniPoorManView::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 GreenwayPoorManView::AttachedToWindow() 194af8c448SPhil Greenway { 204af8c448SPhil Greenway } 21