Hide GtkWindowGroup members

In the process of removing all sealed members from headers.
At the same time, add a gtkwindowprivate.h header and move
all internal functions from gtkwindow.h there.
This commit is contained in:
Matthias Clasen
2010-12-17 20:41:16 -05:00
parent a2dda0c2bb
commit 7b665316cf
11 changed files with 157 additions and 125 deletions

View File

@ -35,7 +35,7 @@
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtksizerequest.h"
#include "gtkwindow.h"
#include "gtkwindowprivate.h"
#include "gtkplug.h"
#include "gtkprivate.h"
#include "gtksocketprivate.h"