Definition at line 216 of file TwoPanesWindow.h. References mIsHor, mLayedOut, mLockToOther, mMinSize, mOldHeight, mOldWidth, and mPanes. 00217 { 00218 mIsHor = isHor; 00219 mLayedOut = false; 00220 mMinSize = 0; 00221 mPanes[0] = 0; 00222 mPanes[1] = 0; 00223 mOldWidth = w; 00224 mOldHeight = h; 00225 mLockToOther = false; 00226 }
|