equal
deleted
inserted
replaced
231 iEndButton->SetIconSize( icon.Rect().Size() ); |
231 iEndButton->SetIconSize( icon.Rect().Size() ); |
232 |
232 |
233 iEndButton->SetLayout( text, icon.Rect() ); |
233 iEndButton->SetLayout( text, icon.Rect() ); |
234 __VTPRINTEXIT( "CVtUiEndCallButtonPane.GetButtonLayoutData" ) |
234 __VTPRINTEXIT( "CVtUiEndCallButtonPane.GetButtonLayoutData" ) |
235 } |
235 } |
|
236 |
|
237 // ----------------------------------------------------------------------------- |
|
238 // CVtUiEndCallButtonPane::SetEnabled |
|
239 // ----------------------------------------------------------------------------- |
|
240 // |
|
241 void CVtUiEndCallButtonPane::SetEnabled( TBool aEnabled ) |
|
242 { |
|
243 iEndButton->SetDimmed( !aEnabled ); |
|
244 DrawNow(); |
|
245 } |