widget: Add a private accessor for the widget's actor

This is necessary to port widgets to actors.
This commit is contained in:
Benjamin Otte
2012-12-17 16:14:15 +01:00
parent a137e66648
commit 37fa22c608

View File

@@ -28,6 +28,7 @@
#include "gtkcsstypesprivate.h"
#include "gtkwidget.h"
#include "gactionmuxer.h"
#include "actors/gtkactorprivate.h"
G_BEGIN_DECLS
@@ -131,6 +132,8 @@ void _gtk_widget_set_captured_event_handler (GtkWidget
gboolean _gtk_widget_captured_event (GtkWidget *widget,
GdkEvent *event);
GtkActor * _gtk_widget_get_actor (GtkWidget *widget);
GtkWidgetPath * _gtk_widget_create_path (GtkWidget *widget);
void _gtk_widget_invalidate_style_context (GtkWidget *widget,
GtkCssChange change);