Lines Matching refs:LINK
199 aBtnFirst.SetClickHdl( LINK( this, AnimationWindow, ClickFirstHdl ) ); in AnimationWindow()
200 aBtnReverse.SetClickHdl( LINK( this, AnimationWindow, ClickPlayHdl ) ); in AnimationWindow()
201 aBtnStop.SetClickHdl( LINK( this, AnimationWindow, ClickStopHdl ) ); in AnimationWindow()
202 aBtnPlay.SetClickHdl( LINK( this, AnimationWindow, ClickPlayHdl ) ); in AnimationWindow()
203 aBtnLast.SetClickHdl( LINK( this, AnimationWindow, ClickLastHdl ) ); in AnimationWindow()
205 aBtnGetOneObject.SetClickHdl( LINK( this, AnimationWindow, ClickGetObjectHdl ) ); in AnimationWindow()
206 aBtnGetAllObjects.SetClickHdl( LINK( this, AnimationWindow, ClickGetObjectHdl ) ); in AnimationWindow()
207 aBtnRemoveBitmap.SetClickHdl( LINK( this, AnimationWindow, ClickRemoveBitmapHdl ) ); in AnimationWindow()
208 aBtnRemoveAll.SetClickHdl( LINK( this, AnimationWindow, ClickRemoveBitmapHdl ) ); in AnimationWindow()
210 aRbtGroup.SetClickHdl( LINK( this, AnimationWindow, ClickRbtHdl ) ); in AnimationWindow()
211 aRbtBitmap.SetClickHdl( LINK( this, AnimationWindow, ClickRbtHdl ) ); in AnimationWindow()
212 aBtnCreateGroup.SetClickHdl( LINK( this, AnimationWindow, ClickCreateGroupHdl ) ); in AnimationWindow()
213 aNumFldBitmap.SetModifyHdl( LINK( this, AnimationWindow, ModifyBitmapHdl ) ); in AnimationWindow()
214 aTimeField.SetModifyHdl( LINK( this, AnimationWindow, ModifyTimeHdl ) ); in AnimationWindow()