Added the first commands

This commit is contained in:
netbenixcn 2020-06-03 21:14:42 +02:00
parent 59846c52f7
commit df87556701
8 changed files with 64 additions and 16 deletions

View file

@ -1,11 +0,0 @@
#ifndef _GTK_TEST_H_
#define _GTK_TEST_H_
#include <gtk/gtk.h>
void createGTKTestWindow();
void on_button1_clicked(GtkButton *b);
void on_gay_check_toggled(GtkToggleButton *t);
void on_window_focus_out_event(GtkWindow *w);
void on_window_focus_in_event(GtkWindow *w);
void setBarLevel();
#endif