diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-11-03 08:56:12 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-11-03 13:15:10 -0400 |
commit | 06840c3b3d90ad79c58398d1420577c28d630d57 (patch) | |
tree | 8db12f9446bbaf98a475173531f408c8ebe65e28 /vcl/inc | |
parent | 322626013770a8e781031e52cfb3f1cebd7f0f60 (diff) |
gtk3: implement rendering for Listbox widgets
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkgdi.hxx | 3 |
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, |