testing-repository/Gtk3/gtk28/test.cpp

6 lines
88 B
C++
Raw Normal View History

2020-12-20 11:22:22 +08:00
#include "test.h"
void print(GtkWidget *widget,gpointer data){
g_print("hello");
}