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:
@@ -53,7 +53,7 @@ struct _GtkBin
|
||||
{
|
||||
GtkContainer container;
|
||||
|
||||
GtkWidget *child;
|
||||
GtkWidget * GSEAL(child);
|
||||
};
|
||||
|
||||
struct _GtkBinClass
|
||||
|
||||
Reference in New Issue
Block a user