This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
netbenixCMD/commands/test_gtk.h
2020-06-02 12:05:14 +02:00

11 lines
No EOL
295 B
C

#ifndef _TEST_GTK_H_
#define _TEST_GTK_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