Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtrigger_action_edit_dlg.cpp197mPushTargetBox.Create(_T("Push Target to Screen Stack"), WS_CHILD | WS_TABSTOP | BS_AUTOCHECKBOX, … in OnInitDialog()
198 mPushTargetBox.SetFont(font); in OnInitDialog()
858 mPushTargetBox.SetCheck(TRUE); in ShowHideAnimationParams()
862 mPushTargetBox.SetCheck(FALSE); in ShowHideAnimationParams()
1005 mPushTargetBox.ShowWindow(show); in ShowHideAnimationParams()
1189 if (mPushTargetBox.GetCheck()) in SaveAnimationInfo()
Dtrigger_action_edit_dlg.h95 CButton mPushTargetBox; variable