Lines Matching refs:aRemoveWatchButton
1193 aRemoveWatchButton( this, IDEResId( RID_IMGBTN_REMOVEWATCH ) ), in WatchWindow()
1233 aRemoveWatchButton.Disable(); in WatchWindow()
1244 aRemoveWatchButton.SetModeImage(Image(IDEResId(RID_IMG_REMOVEWATCH_HC)), in WatchWindow()
1246 aRemoveWatchButton.SetClickHdl( LINK( this, WatchWindow, ButtonHdl ) ); in WatchWindow()
1247 aRemoveWatchButton.SetPosPixel( Point( nTextLen + aXEdit.GetSizePixel().Width() + 4, 2 ) ); in WatchWindow()
1248 Size aSz( aRemoveWatchButton.GetModeImage().GetSizePixel() ); in WatchWindow()
1251 aRemoveWatchButton.SetSizePixel( aSz ); in WatchWindow()
1252 aRemoveWatchButton.Show(); in WatchWindow()
1412 aRemoveWatchButton.Enable(); in AddWatch()
1427 aRemoveWatchButton.Disable(); in RemoveSelectedWatch()
1437 if ( pButton == &aRemoveWatchButton ) in IMPL_LINK_INLINE_START()