![]() |
Gorgon Game Engine
|
Go to the source code of this file.
Classes | |
class | DropdownBase< T_, TW_, L_ > |
This is the dropdown base for all dropdown lists, including ones that are not for item selection (e.g., DropdownChecklist). More... | |
class | SingleSelectionDropdown< T_, TW_, L_ > |
This is the dropdown base for single item selection dropdown lists. More... | |
Namespaces | |
Gorgon | |
Root namespace for Gorgon Game Engine. | |
Gorgon::Widgets | |
Typedefs | |
template<class T_ , void(*)(const T_ &, ListItem &) TW_ = internal::SetTextUsingFrom<T_, ListItem>> | |
using | DropdownCollection = SingleSelectionDropdown< T_, TW_, SimpleCollectionbox< T_, TW_ > > |
template<class T_ , void(*)(const T_ &, ListItem &) TW_ = internal::SetTextUsingFrom<T_, ListItem>> | |
using | DropdownList = SingleSelectionDropdown< T_, TW_, SimpleListbox< T_, TW_ > > |