// $Id$ #ifndef TR_INFO_WIND #define TR_INFO_WIND #include #include #include #include class TRInfoWindow : public BWindow { public: TRInfoWindow(tr_stat_t *status, tr_info_t *info, const char *folder); ~TRInfoWindow(); virtual void FrameResized(float width, float height); private: void StringForFileSize(uint64_t size, BString *str); BBox *fBox; }; #endif