Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- owner->MovePenTo(BPoint(21, frame.bottom - 1));
- if (fIsAudio) {
- sprintf(temp_char, "%s - %d:%d", fName, (int)(fAudioInfo.total_time / 1000000) / 60, (int)(fAudioInfo.total_time / 1000000) % 60);
- owner->DrawString(temp_char);
- } else
- owner->DrawString(fName);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement