Searched refs:aRemoveWatchButton (Results 1 – 2 of 2) sorted by relevance
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()[all …]
262 ImageButton aRemoveWatchButton; member in WatchWindow
Completed in 20 milliseconds