Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dsprite_edit_dialog.h36 CSpinButtonCtrl mSpinNumFrames; variable
Dsprite_edit_dialog.cpp247 DDX_Control(pDX, IDC_SPIN_NUM_FRAMES, mSpinNumFrames); in DoDataExchange()
268 mSpinNumFrames.SetRange(1, MAX_SPRITE_FRAMES); in DoDataExchange()
269 mSpinNumFrames.SetPos32(mTempInfo.ewi.sprite.frame_count); in DoDataExchange()