Home
last modified time | relevance | path

Searched refs:aTreeFont (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx1038 Font aTreeFont( m_aTree.GetFont() ); in UcbExplorerWindow() local
1039 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 20 milliseconds