Searched refs:m_aMaxSize (Results 1 – 2 of 2) sorted by relevance
1439 if( m_aMaxSize.Width() && m_aMaxSize.Height() && ! m_bFullscreen ) in setMinMaxSize()1441 aGeo.max_width = m_aMaxSize.Width()+CONTAINER_ADJUSTMENT; in setMinMaxSize()1442 aGeo.max_height = m_aMaxSize.Height()+CONTAINER_ADJUSTMENT; in setMinMaxSize()1458 if( m_bFullscreen && m_aMaxSize.Width() && m_aMaxSize.Height() ) in setMinMaxSize()1460 aGeo.max_width = m_aMaxSize.Width(); in setMinMaxSize()1461 aGeo.max_height = m_aMaxSize.Height(); in setMinMaxSize()1476 m_aMaxSize = Size( nWidth, nHeight ); in SetMaxClientSize()1834 m_aMaxSize.Width() = aNewPosSize.GetWidth()+100; in ShowFullScreen()1835 m_aMaxSize.Height() = aNewPosSize.GetHeight()+100; in ShowFullScreen()
192 Size m_aMaxSize; member in GtkSalFrame
Completed in 26 milliseconds