mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
c75c6bf444
2008-05-23 Michael Natterer <mitch@gimp.org> * perf/widgets.h * tests/print-editor.c * tests/prop-editor.h * tests/testmountoperation.c * tests/testmultidisplay.c * tests/testnouiprint.c * tests/testprint.c * tests/testprintfileoperation.h * tests/testtreesort.c * tests/textbuffertest.c: include <gtk/gtk.h> instead of single files. Remove some redundant includes. svn path=/trunk/; revision=20128
8 lines
123 B
C
8 lines
123 B
C
#include <gtk/gtk.h>
|
|
|
|
GtkWidget *appwindow_new (void);
|
|
|
|
GtkWidget *text_view_new (void);
|
|
|
|
GtkWidget *tree_view_new (void);
|