Searched refs:aTreeFont (Results 1 – 1 of 1) sorted by relevance
1038 Font aTreeFont( m_aTree.GetFont() ); in UcbExplorerWindow() local1039 aTreeFont.SetName( String( RTL_CONSTASCII_USTRINGPARAM("Courier") ) ); in UcbExplorerWindow()1040 aTreeFont.SetFamily( FAMILY_MODERN ); in UcbExplorerWindow()1041 aTreeFont.SetPitch( PITCH_FIXED ); in UcbExplorerWindow()1042 aTreeFont.SetSize( Size( 0, 12 ) ); in UcbExplorerWindow()1044 m_aTree.SetFont( aTreeFont ); in UcbExplorerWindow()
Completed in 15 milliseconds