Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dbackingwindow.cxx137 maCalcButton( this, STC_BUTTON_STYLE ), in BackingWindow()
243 maCalcButton.SetHelpId( ".HelpId:StartCenter:CalcButton" ); in BackingWindow()
407 loadImage( FwkResId( BMP_BACKING_CALC ), maCalcButton ); in initBackground()
534 maCalcButton, aMnemns ); in initControls()
715 else if( maCalcButton.HasFocus() ) in Notify()
728 maCalcButton.GrabFocus(); in Notify()
741 maCalcButton.GrabFocus(); in Notify()
742 else if( maCalcButton.HasFocus() ) in Notify()
757 maCalcButton.GrabFocus(); in Notify()
758 else if( maCalcButton.HasFocus() ) in Notify()
[all …]
H A Dbackingwindow.hxx93 ImageButton maCalcButton; member in framework::BackingWindow