gtkballs/src/about.h
2019-10-29 08:43:27 +03:00

7 lines
95 B
C

#ifndef __ABOUT_H__
#define __ABOUT_H__
void about(GtkWidget *widget, gpointer data);
#endif