// // Created by selim on 11.05.2022. // #include "Spinner.h" namespace gtkpp { Spinner::Spinner() : Widget() { _widget = gtk_spinner_new(); } }