Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
DMainFrm.cpp25 int WM_SET_LAYOUT; variable
183 ON_REGISTERED_MESSAGE(WM_SET_LAYOUT, &CMainFrame::OnSetLayout)
1392 m_hwnd->SendMessage(WM_SET_LAYOUT, (WPARAM)&macro_info, NULL); in PlaybackOnemacro()
1695 WM_SET_LAYOUT = RegisterWindowMessage(_T("MSG_SET_LAYOUT")); in OnPlaybackmacro()