GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
BaseComboBox.h File Reference

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.