new option for song format - right align (thx to Nathan Jones)
This commit is contained in:
@@ -48,11 +48,11 @@ bool Keypressed(int, const int *);
|
||||
void WindowTitle(const string &);
|
||||
|
||||
string TotalPlaylistLength();
|
||||
string DisplayStringPair(const StringPair &, void * = NULL);
|
||||
string DisplayItem(const Item &, void * = NULL);
|
||||
string DisplayStringPair(const StringPair &, void *, const Menu<StringPair> *);
|
||||
string DisplayItem(const Item &, void *, const Menu<Item> *);
|
||||
string DisplayColumns(string);
|
||||
string DisplaySongInColumns(const Song &, void *);
|
||||
string DisplaySong(const Song &, void * = &Config.song_list_format);
|
||||
string DisplaySongInColumns(const Song &, void *, const Menu<Song> *);
|
||||
string DisplaySong(const Song &, void * = &Config.song_list_format, const Menu<Song> * = NULL);
|
||||
string GetInfo(Song &);
|
||||
void ShowMessage(const string &, int = Config.message_delay_time);
|
||||
void GetDirectory(string, string = "/");
|
||||
|
||||
Reference in New Issue
Block a user