Home
last modified time | relevance | path

Searched refs:LIST_SINGLESEL (Results 1 – 7 of 7) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DListBox.cpp160 const ListBoxStyle GG::LIST_SINGLESEL (1 << 9); member in GG
181 spec.insert(LIST_SINGLESEL, "LIST_SINGLESEL", true); in RegisterListBoxStyles()
1086 if (m_style & LIST_SINGLESEL) in SelectRow()
1115 if (m_style & LIST_SINGLESEL) { in SelectAll()
2093 if (m_style & LIST_SINGLESEL) ++dup_ct; in ValidateStyle()
2096 m_style &= ~(LIST_NOSEL | LIST_SINGLESEL | LIST_QUICKSEL); in ValidateStyle()
2372 if (m_style & LIST_SINGLESEL) { in ClickAtRow()
H A DDropDownList.cpp554 SetStyle(LIST_SINGLESEL); in DropDownList()
856 s |= LIST_SINGLESEL; in SetStyle()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DServerConnectWnd.cpp94 m_servers_lb->SetStyle(GG::LIST_NOSORT | GG::LIST_SINGLESEL); in CompleteConstruction()
H A DSaveFileDialog.cpp635 m_file_list->SetStyle(GG::LIST_SINGLESEL | GG::LIST_SORTDESCENDING); in Init()
H A DSidePanel.cpp992 m_focus_drop->SetStyle(GG::LIST_NOSORT | GG::LIST_SINGLESEL); in CompleteConstruction()
2978 m_system_name->SetStyle(GG::LIST_NOSORT | GG::LIST_SINGLESEL); in CompleteConstruction()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DListBox.h64 extern GG_API const ListBoxStyle LIST_SINGLESEL; ///< Only one item at a time can be selected.…
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/dialogs/
H A DFileDlg.cpp170 m_files_list->SetStyle(LIST_NOSORT | (multi ? LIST_NONE : LIST_SINGLESEL)); in FileDlg()