Revert "gtkbin: replace internal api"
This reverts commit 0f4751c08e.
This causes warnings from the notebook and combobox code.
This commit is contained in:
@ -331,3 +331,9 @@ gtk_bin_get_child (GtkBin *bin)
|
||||
return bin->priv->child;
|
||||
}
|
||||
|
||||
void
|
||||
_gtk_bin_set_child (GtkBin *bin,
|
||||
GtkWidget *widget)
|
||||
{
|
||||
bin->priv->child = widget;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user