Searched refs:rcStc1 (Results 1 – 1 of 1) sorted by relevance
468 RECT rcStc1; in notifyParentWindowPosChanged() local469 GetWindowRect(GetDlgItem(m_FileDialog,stc1),&rcStc1); in notifyParentWindowPosChanged()481 if (rcStc1.left >= rcCmb2.right) in notifyParentWindowPosChanged()485 POINT pt = {rcStc1.left,rcStc1.top}; in notifyParentWindowPosChanged()490 m_ToolbarWidth = rcStc1.right - rcStc1.left; in notifyParentWindowPosChanged()491 m_ToolbarHeight = rcStc1.bottom - rcStc1.top; in notifyParentWindowPosChanged()
Completed in 8 milliseconds