testing-repository/Gtk3/gtk27/winclass.h

7 lines
88 B
C++

#include <gtk/gtk.h>
class GtkMain{
public:
void init(GtkApplication *app);
};