testing-repository/Gtk3/gtk28/test.cpp

6 lines
88 B
C++

#include "test.h"
void print(GtkWidget *widget,gpointer data){
g_print("hello");
}