GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
#include "BaseComponents/BaseComponent.h"
#include "Interfaces/Components/IResizableComponent.h"
#include "Styles/Components/ComboBoxes/ComboBoxStyles.h"
Go to the source code of this file.
Classes | |
class | gui_framework::BaseComboBox |
Base class for all combo boxes. More... | |
Namespaces | |
namespace | gui_framework |
Typedefs | |
using | gui_framework::comboBoxCallbackSignature = void(*)(BaseComboBox&) |
Used in notification events in combo box. | |