comparison dwt/widgets/Shell.d @ 42:787b5413b0ce

accessibility package
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Jan 2008 05:07:22 +0100
parents 7fb1ab011933
children 8f049b136add
comparison
equal deleted inserted replaced
41:c83c51423d03 42:787b5413b0ce
141 bool mapped, moved, resized, opened; 141 bool mapped, moved, resized, opened;
142 int oldX, oldY, oldWidth, oldHeight; 142 int oldX, oldY, oldWidth, oldHeight;
143 int minWidth, minHeight; 143 int minWidth, minHeight;
144 Control lastActive; 144 Control lastActive;
145 Region region; 145 Region region;
146 Display.CallbackData filterProcCallbackData; 146 CallbackData filterProcCallbackData;
147 147
148 static final int MAXIMUM_TRIM = 128; 148 static final int MAXIMUM_TRIM = 128;
149 149
150 /** 150 /**
151 * Constructs a new instance of this class. This is equivalent 151 * Constructs a new instance of this class. This is equivalent