Inital Commit
This commit is contained in:
commit
cc95ff1c3a
22 changed files with 1166 additions and 0 deletions
11
commands/test_gtk.h
Normal file
11
commands/test_gtk.h
Normal 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
|
||||
Reference in a new issue