Home
last modified time | relevance | path

Searched refs:LeftColumnWidth (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/screens/
H A Dplaylist_editor.cpp54 size_t LeftColumnWidth; variable
69 LeftColumnWidth = COLS/3-1; in PlaylistEditor()
70 RightColumnStartX = LeftColumnWidth+1; in PlaylistEditor()
71 RightColumnWidth = COLS-LeftColumnWidth-1; in PlaylistEditor()
73 …Playlists = NC::Menu<MPD::Playlist>(0, MainStartY, LeftColumnWidth, MainHeight, Config.titles_visi… in PlaylistEditor()
112 LeftColumnWidth = width/3-1; in resize()
113 RightColumnStartX = LeftColumnStartX+LeftColumnWidth+1; in resize()
114 RightColumnWidth = width-LeftColumnWidth-1; in resize()
116 Playlists.resize(LeftColumnWidth, MainHeight); in resize()
H A Dtag_editor.cpp57 size_t LeftColumnWidth; variable
135 …Dirs = new NC::Menu< std::pair<std::string, std::string> >(0, MainStartY, LeftColumnWidth, MainHei… in TagEditor()
203 LeftColumnWidth = (width-MiddleColumnWidth)/2; in SetDimensions()
204 MiddleColumnStartX = LeftColumnStartX+LeftColumnWidth+1; in SetDimensions()
205 RightColumnWidth = width-LeftColumnWidth-MiddleColumnWidth-2; in SetDimensions()
222 Dirs->resize(LeftColumnWidth, MainHeight); in resize()