1#ifndef OE_GUI_COMPONENT_PROGRESS_H
2#define OE_GUI_COMPONENT_PROGRESS_H
4#include "../component.h"
20 std::function<
void(
const size_t)> _on_change;
Definition component.h:22
T * createChild(Args &&... args)
Definition component.h:64
UI components.
Definition component.h:15