Added MySQL Test Connection Feature
This commit is contained in:
parent
8e1af27309
commit
b0084cf9ae
13 changed files with 87 additions and 55 deletions
11
commands/gtk_test.h
Normal file
11
commands/gtk_test.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#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
|
||||
Reference in a new issue