Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dgrid_setting_dlg.cpp169 NMHDR hdr; in OnTestMessage() local
186 hdr.hwndFrom = mSpinGridSpacing.m_hWnd; in OnTestMessage()
187 hdr.idFrom = IDC_EDIT_GRID_SPACING; in OnTestMessage()
188 hdr.code = UDN_DELTAPOS; in OnTestMessage()
190 NMUpDown.hdr = hdr; in OnTestMessage()
201 hdr.hwndFrom = mSpinSnapSpacing.m_hWnd; in OnTestMessage()
202 hdr.idFrom = IDC_EDIT_SNAP_SPACING; in OnTestMessage()
203 hdr.code = UDN_DELTAPOS; in OnTestMessage()
205 NMUpDown.hdr = hdr; in OnTestMessage()
Dconfigure_theme_dlg.cpp432 NMHDR hdr; in OnTestMessage() local
442 hdr.hwndFrom = mSpinNumThemes.m_hWnd; in OnTestMessage()
443 hdr.idFrom = IDC_SPIN_NUM_THEMES; in OnTestMessage()
444 hdr.code = UDN_DELTAPOS; in OnTestMessage()
446 NMUpDown.hdr = hdr; in OnTestMessage()
457 hdr.hwndFrom = mSpinNumThemes.m_hWnd; in OnTestMessage()
458 hdr.idFrom = IDC_SPIN_NUM_THEMES; in OnTestMessage()
459 hdr.code = UDN_DELTAPOS; in OnTestMessage()
461 NMUpDown.hdr = hdr; in OnTestMessage()
477 hdr.hwndFrom = mSpinThemeIndex.m_hWnd; in OnTestMessage()
[all …]
Dconfig_languages_dlg.cpp810 NMHDR hdr; in OnTestMessage() local
812 hdr.hwndFrom = mSpinLanguageIndex.m_hWnd; in OnTestMessage()
813 hdr.idFrom = IDC_SPIN_LANGUAGE_INDEX; in OnTestMessage()
814 hdr.code = UDN_DELTAPOS; in OnTestMessage()
816 NMUpDown.hdr = hdr; in OnTestMessage()
DProjectConfigDlg.cpp1511 NMHDR hdr; in OnTestMessage() local
1516 hdr.hwndFrom = m_spin_num_screens.m_hWnd; in OnTestMessage()
1517 hdr.idFrom = IDC_SPIN_NUM_SCREENS; in OnTestMessage()
1518 hdr.code = UDN_DELTAPOS; in OnTestMessage()
1520 NMUpDown.hdr = hdr; in OnTestMessage()
1530 hdr.hwndFrom = m_spin_current_screen.m_hWnd; in OnTestMessage()
1531 hdr.idFrom = IDC_SPIN_NUM_SCREENS; in OnTestMessage()
1532 hdr.code = UDN_DELTAPOS; in OnTestMessage()
1534 NMUpDown.hdr = hdr; in OnTestMessage()