20 int x, y, max_ascent, max_descent;
23 gVirtualX->GetFontProperties( fFontStruct, max_ascent, max_descent );
28 else SetBackgroundColor( GetDefaultSelectedBackground() );
29 gVirtualX->ClearWindow( fId );
30 fLabel->Draw( fId, fSelGC, x, y + max_ascent );
34 if (
fPic ) SetBackgroundPixmap(
fPic );
35 else SetBackgroundColor( GetDefaultFrameBackground() );
36 gVirtualX->ClearWindow( fId );
37 fLabel->Draw( fId, fNormGC, x, y + max_ascent );