Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DListBox.cpp695 { return m_keep_col_widths; } in KeepColWidths()
833 && (m_col_widths.empty() || !m_keep_col_widths)) in PreRender()
1059 if (!m_keep_col_widths) { // remove column widths and alignments, if needed in Clear()
1375 m_keep_col_widths = true; in LockColWidths()
1381 m_keep_col_widths = false; in UnLockColWidths()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DListBox.h632 …bool m_keep_col_widths = false; ///< should we keep the column widths, once se… variable