Inital Commit

This commit is contained in:
netbenixcn 2020-06-02 11:23:12 +02:00
commit cc95ff1c3a
22 changed files with 1166 additions and 0 deletions

11
commands/test_gtk.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef _TEST_GTK_H_
#define _TEST_GTK_H_
#include <gtk/gtk.h>
void createTestWindow();
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