AutoCatGnome/gtkpp/ScrolledWindow.h

20 lines
290 B
C++

//
// Created by selim on 13.11.22.
//
#ifndef AUTOCAT_GNOME_SCROLLEDWINDOW_H
#define AUTOCAT_GNOME_SCROLLEDWINDOW_H
#include "Widget.h"
namespace gtkpp {
class ScrolledWindow: public Widget {
public:
ScrolledWindow();
};
}
#endif //AUTOCAT_GNOME_SCROLLEDWINDOW_H