Deprecate direct access to child in GtkBin.

* gtk/gtkbin.h: Deprecate direct access to child by GSEAL.

svn path=/trunk/; revision=20483
This commit is contained in:
Tim Janik 2008-06-20 10:57:18 +00:00
parent 2436a762e4
commit bde0b4458f

View File

@ -53,7 +53,7 @@ struct _GtkBin
{
GtkContainer container;
GtkWidget *child;
GtkWidget * GSEAL(child);
};
struct _GtkBinClass