Changeset 5687 for trunk/macosx/BadgeView.h
- Timestamp:
- Apr 24, 2008, 9:24:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/BadgeView.h
r4722 r5687 32 32 NSDictionary * fAttributes; 33 33 34 float fDownloadRate, fUploadRate; 34 35 BOOL fQuitting; 35 36 } … … 37 38 - (id) initWithFrame: (NSRect) frame lib: (tr_handle *) lib; 38 39 40 - (BOOL) setRatesWithDownload: (float) downloadRate upload: (float) uploadRate; 39 41 - (void) setQuitting; 40 42
Note: See TracChangeset
for help on using the changeset viewer.