diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 13:07:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 13:07:00 +0000 |
commit | 767b01254af61c65f8d5842bf84c9743307f0cf0 (patch) | |
tree | 33b53997a760a6cf8ccbdfda2c80c00133de333f /vcl/unx/inc/plugins/gtk | |
parent | 659800c61ba43e80d5a35458b4c39ed6ba2145ef (diff) |
INTEGRATION: CWS vcl79 (1.10.216); FILE MERGED
2007/06/06 16:10:26 pl 1.10.216.1: #i76806# emulate mixed state in checkboxes
Diffstat (limited to 'vcl/unx/inc/plugins/gtk')
-rw-r--r-- | vcl/unx/inc/plugins/gtk/gtkgdi.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkgdi.hxx b/vcl/unx/inc/plugins/gtk/gtkgdi.hxx index 58f9342424b1..2e807d359b40 100644 --- a/vcl/unx/inc/plugins/gtk/gtkgdi.hxx +++ b/vcl/unx/inc/plugins/gtk/gtkgdi.hxx @@ -4,9 +4,9 @@ * * $RCSfile: gtkgdi.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2006-10-06 10:03:07 $ + * last change: $Author: rt $ $Date: 2007-07-03 14:07:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -173,6 +173,9 @@ protected: ControlState nState, const ImplControlValue& aValue, SalControlHandle& rControlHandle, const OUString& rCaption ); + BOOL drawNativeMixedStateCheck( ControlType nType, ControlPart nPart, const Region& rControlRegion, + ControlState nState, const ImplControlValue& aValue, SalControlHandle& rControlHandle, + const rtl::OUString& rCaption ); }; #endif // _VCL_GTKGDI_HXX |