HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Data Structures | Namespaces | Functions
button_delegate.hpp File Reference

Defines button_delegate and some default button delegates. More...

#include "../observer/observer.hpp"
#include "../utility/utility.hpp"
#include "../concurrency/concurrency.hpp"
#include "../dispatch/dispatch.hpp"
#include "../GUI/GUI.hpp"
#include "../macros.hpp"
#include <type_traits>
#include <memory>

Go to the source code of this file.

Data Structures

class  hi::v1::button_delegate
 A button delegate controls the state of a button widget. More...
 

Namespaces

namespace  hi
 The HikoGUI namespace.
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Functions

 hi_export_module (hikogui.widgets.button_delegate)
 

Detailed Description

Defines button_delegate and some default button delegates.