testing-repository/Gtk3/gtk28/test.h

16 lines
390 B
C
Raw Normal View History

2020-12-20 11:22:22 +08:00
#include <gtk/gtk.h>
void print(GtkWidget *widget,gpointer data);
2020-12-20 22:14:40 +08:00
void quit(GtkWidget *widget,gpointer data);
2020-12-21 18:37:01 +08:00
2020-12-25 13:35:42 +08:00
void config1_activate(GtkWidget *widget,gpointer data);
2020-12-22 19:33:36 +08:00
2020-12-25 13:35:42 +08:00
void InputBox(const gchar *content,const char *filename);
2020-12-22 19:33:36 +08:00
2020-12-24 19:39:34 +08:00
void MsgBox(const gchar *title,const gchar *msg);
2020-12-23 21:07:43 +08:00
void config_activate(GtkWidget *widget,gpointer data);
void about_activate(GtkWidget *widget,gpointer data);