Split off gtkprivate.h

The gtkprivate.h header contains GtkWidget-specific private symbols that
are not useful except in a handful of cases. Basically everything
includes gtkprivate.h for the GTK_PARAM_* macros.

https://bugzilla.gnome.org/show_bug.cgi?id=632539
This commit is contained in:
Emmanuele Bassi
2010-10-19 18:14:46 +01:00
parent 9b34bf17e5
commit 2cc059a0e7
18 changed files with 124 additions and 97 deletions

View File

@ -103,6 +103,7 @@
#include "gtkrecentmanager.h"
#include "gtkintl.h"
#include "gtksettings.h"
#include "gtkstock.h"
#include "gtkicontheme.h"
#include "gtktypebuiltins.h"