HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
icon_delegate.hpp
1
2
3
4#pragma once
5
6namespace hi { inline namespace v1 {
7
9 virtual ~icon_delegate() = default;
10
16 virtual hi::icon icon(widget_intf const &sender) = 0;
17};
18
19
20}}
21
The HikoGUI namespace.
Definition recursive_iterator.hpp:15
The HikoGUI API version 1.
Definition recursive_iterator.hpp:16
Definition widget_intf.hpp:24
Definition icon_delegate.hpp:8