summaryrefslogtreecommitdiffstats
path: root/vcl/inc
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-11-03 08:56:12 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-11-03 13:15:10 -0400
commit06840c3b3d90ad79c58398d1420577c28d630d57 (patch)
tree8db12f9446bbaf98a475173531f408c8ebe65e28 /vcl/inc
parentgtk3: translate the cairo context instead of rendering from (1, 1) (diff)
downloadcore-06840c3b3d90ad79c58398d1420577c28d630d57.tar.gz
core-06840c3b3d90ad79c58398d1420577c28d630d57.zip
gtk3: implement rendering for Listbox widgets
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/gtk/gtkgdi.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx
index 6722ceabdbca..878fa61c7f27 100644
--- a/vcl/inc/unx/gtk/gtkgdi.hxx
+++ b/vcl/inc/unx/gtk/gtkgdi.hxx
@@ -78,12 +78,13 @@ private:
static GtkStyleContext *mpMenuItemStyle;
static GtkStyleContext *mpSpinStyle;
static GtkStyleContext *mpComboboxStyle;
+ static GtkStyleContext *mpListboxStyle;
void renderAreaToPix( cairo_t* cr, cairo_rectangle_int_t *region );
void getStyleContext( GtkStyleContext** style, GtkWidget* widget );
Rectangle NWGetScrollButtonRect( ControlPart nPart, Rectangle aAreaRect );
Rectangle NWGetSpinButtonRect( ControlPart nPart, Rectangle aAreaRect);
- Rectangle NWGetComboBoxButtonRect( ControlPart nPart, Rectangle aAreaRect );
+ Rectangle NWGetComboBoxButtonRect( ControlType nType, ControlPart nPart, Rectangle aAreaRect );
void PaintScrollbar(GtkStyleContext *context,
cairo_t *cr,