From 866599ab5ce091de56094d4d458e010ba56d22d0 Mon Sep 17 00:00:00 2001 From: Ruslan Kabatsayev Date: Thu, 7 Jun 2012 03:54:43 +0400 Subject: Implement native FixedLine render, add GTK support for it Change-Id: I142cc8c48331aaed0d157b4b0f81e7c021005624 --- vcl/inc/unx/gtk/gtkgdi.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vcl/inc/unx') diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx index b4fe83738960..a8d658431d00 100644 --- a/vcl/inc/unx/gtk/gtkgdi.hxx +++ b/vcl/inc/unx/gtk/gtkgdi.hxx @@ -165,6 +165,11 @@ protected: GdkPixmap* NWGetPixmapFromScreen( Rectangle srcRect ); sal_Bool NWRenderPixmapToScreen( GdkPixmap* pPixmap, Rectangle dstRect ); + sal_Bool NWPaintGTKFixedLine( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart, + const Rectangle& rControlRectangle, + const clipList& rClipList, + ControlState nState, const ImplControlValue& aValue, + const OUString& rCaption ); sal_Bool NWPaintGTKFrame( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart, const Rectangle& rControlRectangle, const clipList& rClipList, -- cgit v1.2.3