diff options
Diffstat (limited to 'WebCore/platform/gtk/WidgetRenderingContext.h')
-rw-r--r-- | WebCore/platform/gtk/WidgetRenderingContext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/gtk/WidgetRenderingContext.h b/WebCore/platform/gtk/WidgetRenderingContext.h index 3bb8065..7334656 100644 --- a/WebCore/platform/gtk/WidgetRenderingContext.h +++ b/WebCore/platform/gtk/WidgetRenderingContext.h @@ -34,7 +34,11 @@ class WidgetRenderingContext { public: WidgetRenderingContext(GraphicsContext*, const IntRect&); ~WidgetRenderingContext(); + bool paintMozillaWidget(GtkThemeWidgetType, GtkWidgetState*, int flags, GtkTextDirection = GTK_TEXT_DIR_NONE); + void gtkPaintBox(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*); + void gtkPaintFocus(const IntRect&, GtkWidget*, GtkStateType, const gchar*); + void gtkPaintSlider(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*, GtkOrientation); private: GraphicsContext* m_graphicsContext; |