|
GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
#include "BaseComponents/BaseComponent.h"#include "Interfaces/Components/IResizableComponent.h"#include "Interfaces/Components/ITextOperations.h"Go to the source code of this file.
Classes | |
| class | gui_framework::BaseRichEdit |
| Base class for all rich edit controls. More... | |
Namespaces | |
| namespace | gui_framework |
Typedefs | |
| using | gui_framework::richEditCallbackSignature = void(*)(const std::wstring&) |
| Used in rich edit auto url detect events. | |