Kaydet (Commit) 24bbd165 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS updchk06 (1.11.306); FILE MERGED

2007/06/08 06:44:50 dv 1.11.306.1: #i70588# Added support for autovscroll and painttransparent to edit
üst 3a2bc75d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: VclWindowPeerAttribute.idl,v $ * $RCSfile: VclWindowPeerAttribute.idl,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 21:33:25 $ * last change: $Author: rt $ $Date: 2007-07-06 14:31:23 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -143,6 +143,14 @@ published constants VclWindowPeerAttribute ...@@ -143,6 +143,14 @@ published constants VclWindowPeerAttribute
const long DEF_NO = -2147483648; const long DEF_NO = -2147483648;
//-------------------------------------------------------------------------
const long AUTOHSCROLL = 1073741824;
//-------------------------------------------------------------------------
const long AUTOVSCROLL = -2147483648;
}; };
//============================================================================= //=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment