Added Help to the help

This commit is contained in:
netbenixcn 2020-06-02 12:05:14 +02:00
parent 70add94920
commit 1d050f4808
12 changed files with 15 additions and 9 deletions

View file

@ -2,7 +2,7 @@
#define _TEST_GTK_H_
#include <gtk/gtk.h>
void createTestWindow();
void createGTKTestWindow();
void on_button1_clicked(GtkButton *b);
void on_gay_check_toggled(GtkToggleButton *t);
void on_window_focus_out_event(GtkWindow *w);