AutoCatGnome/gtkpp/Leaflet.h

21 lines
294 B
C++

//
// 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(Widget* widget);
};
}
#endif //AUTOCAT_GNOME_LEAFLET_H