Definition at line 146 of file FourPanesWindow.h. References mLayedOut, mMinimumHeight, mMinimumWidth, mOldHeight, mOldWidth, mPanes, and mScaleOnReshape. 00147 { 00148 int i; 00149 00150 mLayedOut = false; 00151 mScaleOnReshape = true; 00152 mMinimumWidth = 80; 00153 mMinimumHeight = 80; 00154 mOldWidth = w; 00155 mOldHeight = h; 00156 00157 for (i=0; i<4; i++) 00158 mPanes[i] = 0; 00159 }
|