Searched refs:nBarWidth (Results 1 – 6 of 6) sorted by relevance
367 long nBarWidth = pHeaderBar->GetSizePixel().Width(); in IMPL_LINK() local371 else if ( ( nBarWidth - nWidth ) < TAB_WIDTH_MIN ) in IMPL_LINK()372 pHeaderBar->SetItemSize( ITEMID_TYPE, nBarWidth - TAB_WIDTH_MIN ); in IMPL_LINK()
702 long nBarWidth = pHeaderBar->GetSizePixel().Width(); in IMPL_LINK() local706 else if ( ( nBarWidth - nWidth ) < TAB_WIDTH_MIN ) in IMPL_LINK()707 pHeaderBar->SetItemSize( ITEMID_TYPE, nBarWidth - TAB_WIDTH_MIN ); in IMPL_LINK()
814 const double nBarWidth (aWindowBox.Width); in GetDragDistance() local815 const double nPagerHeight (aWindowBox.Height - 2*nBarWidth); in GetDragDistance()832 const double nBarWidth (aWindowBox.Width); in UpdateDragAnchor() local833 const double nPagerHeight (aWindowBox.Height - 2*nBarWidth); in UpdateDragAnchor()
129 long nBarWidth = maHeaderBar.GetSizePixel().Width(); in IMPL_LINK() local133 else if( ( nBarWidth - nWidth ) < TAB_WIDTH_MIN ) in IMPL_LINK()134 maHeaderBar.SetItemSize( ITEMID_EVENT, nBarWidth - TAB_WIDTH_MIN ); in IMPL_LINK()
1528 long nBarWidth = mpHeaderBar->GetSizePixel().Width(); in IMPL_LINK() local1532 else if ( ( nBarWidth - nWidth ) < 30 ) in IMPL_LINK()1533 mpHeaderBar->SetItemSize( ITEMID_TYPE, nBarWidth - 30 ); in IMPL_LINK()
2281 long nBarWidth = nBodyWidth + GetBorderWidth(); in Draw() local2285 Rectangle aBar(aBarPos, Size( nBarWidth, nBarHeight) ); in Draw()
Completed in 69 milliseconds