// // Created by selim on 15.05.2022. // #ifndef AUTOCAT_GNOME_LEAFLET_H #define AUTOCAT_GNOME_LEAFLET_H #include "Widget.h" namespace gtkpp { class Leaflet: public Widget { public: Leaflet(); void append(const Widget& widget); }; } #endif //AUTOCAT_GNOME_LEAFLET_H