Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dmsgdlg.cpp270 const HWND hwndBtn = ::GetDlgItem(GetHwnd(), ms_buttons[n].id); in ReplaceStaticWithEdit() local
271 if ( !hwndBtn ) in ReplaceStaticWithEdit()
274 rc = wxGetWindowRect(hwndBtn); in ReplaceStaticWithEdit()
279 MoveWindowToScreenRect(hwndBtn, rc); in ReplaceStaticWithEdit()
305 const HWND hwndBtn = ::GetDlgItem(GetHwnd(), ms_buttons[n].id); in AdjustButtonLabels() local
306 if ( !hwndBtn ) in AdjustButtonLabels()
315 const RECT rc = wxGetWindowRect(hwndBtn); in AdjustButtonLabels()
334 ::SetWindowText(hwndBtn, label.t_str()); in AdjustButtonLabels()
382 const HWND hwndBtn = ::GetDlgItem(GetHwnd(), ms_buttons[n].id); in AdjustButtonLabels() local
383 if ( !hwndBtn ) in AdjustButtonLabels()
[all …]
H A Dradiobox.cpp193 HWND hwndBtn = ::CreateWindow(wxT("BUTTON"), in Create() local
202 if ( !hwndBtn ) in Create()
210 m_radioButtons->Set(i, hwndBtn, subid); in Create()
212 SubclassRadioButton((WXHWND)hwndBtn); in Create()
295 HWND hwndBtn = (HWND)hWndBtn; in SubclassRadioButton() local
298 s_wndprocRadioBtn = wxGetWindowProc(hwndBtn); in SubclassRadioButton()
300 wxSetWindowProc(hwndBtn, wxRadioBtnWndProc); in SubclassRadioButton()
302 gs_boxFromButton[hwndBtn] = this; in SubclassRadioButton()
323 const HWND hwndBtn = (*m_radioButtons)[i]; in MSWCommand() local
324 if ( id == wxGetWindowId(hwndBtn) ) in MSWCommand()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmsgdlg.cpp299 const HWND hwndBtn = ::GetDlgItem(GetHwnd(), ms_buttons[n].id); in ReplaceStaticWithEdit() local
300 if ( !hwndBtn ) in ReplaceStaticWithEdit()
303 rc = wxGetWindowRect(hwndBtn); in ReplaceStaticWithEdit()
308 MoveWindowToScreenRect(hwndBtn, rc); in ReplaceStaticWithEdit()
334 const HWND hwndBtn = ::GetDlgItem(GetHwnd(), ms_buttons[n].id); in AdjustButtonLabels() local
335 if ( !hwndBtn ) in AdjustButtonLabels()
344 const RECT rc = wxGetWindowRect(hwndBtn); in AdjustButtonLabels()
363 ::SetWindowText(hwndBtn, label.t_str()); in AdjustButtonLabels()
411 const HWND hwndBtn = ::GetDlgItem(GetHwnd(), ms_buttons[n].id); in AdjustButtonLabels() local
412 if ( !hwndBtn ) in AdjustButtonLabels()
[all …]
H A Dradiobox.cpp204 HWND hwndBtn = ::CreateWindow(wxT("BUTTON"), in Create() local
213 if ( !hwndBtn ) in Create()
221 m_radioButtons->Set(i, hwndBtn, subid); in Create()
223 SubclassRadioButton((WXHWND)hwndBtn); in Create()
314 HWND hwndBtn = (HWND)hWndBtn; in SubclassRadioButton() local
317 s_wndprocRadioBtn = (WXFARPROC)wxGetWindowProc(hwndBtn); in SubclassRadioButton()
319 wxSetWindowProc(hwndBtn, wxRadioBtnWndProc); in SubclassRadioButton()
321 gs_boxFromButton[hwndBtn] = this; in SubclassRadioButton()
342 const HWND hwndBtn = (*m_radioButtons)[i]; in MSWCommand() local
343 if ( id == wxGetWindowId(hwndBtn) ) in MSWCommand()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dradiobox.cpp177 HWND hwndBtn = ::CreateWindow(_T("BUTTON"), in Create() local
186 if ( !hwndBtn ) in Create()
193 (*m_radioButtons)[i] = hwndBtn; in Create()
195 SubclassRadioButton((WXHWND)hwndBtn); in Create()
253 HWND hwndBtn = (HWND)hWndBtn; in SubclassRadioButton() local
256 s_wndprocRadioBtn = (WXFARPROC)wxGetWindowProc(hwndBtn); in SubclassRadioButton()
258 wxSetWindowProc(hwndBtn, wxRadioBtnWndProc); in SubclassRadioButton()
259 wxSetWindowUserData(hwndBtn, this); in SubclassRadioButton()
278 const HWND hwndBtn = (*m_radioButtons)[i]; in MSWCommand() local
279 if ( id == wxGetWindowId(hwndBtn) ) in MSWCommand()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dradiobox.cpp177 HWND hwndBtn = ::CreateWindow(_T("BUTTON"), in Create() local
186 if ( !hwndBtn ) in Create()
193 (*m_radioButtons)[i] = hwndBtn; in Create()
195 SubclassRadioButton((WXHWND)hwndBtn); in Create()
253 HWND hwndBtn = (HWND)hWndBtn; in SubclassRadioButton() local
256 s_wndprocRadioBtn = (WXFARPROC)wxGetWindowProc(hwndBtn); in SubclassRadioButton()
258 wxSetWindowProc(hwndBtn, wxRadioBtnWndProc); in SubclassRadioButton()
259 wxSetWindowUserData(hwndBtn, this); in SubclassRadioButton()
278 const HWND hwndBtn = (*m_radioButtons)[i]; in MSWCommand() local
279 if ( id == wxGetWindowId(hwndBtn) ) in MSWCommand()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dradiobox.cpp177 HWND hwndBtn = ::CreateWindow(_T("BUTTON"), in Create() local
186 if ( !hwndBtn ) in Create()
193 (*m_radioButtons)[i] = hwndBtn; in Create()
195 SubclassRadioButton((WXHWND)hwndBtn); in Create()
253 HWND hwndBtn = (HWND)hWndBtn; in SubclassRadioButton() local
256 s_wndprocRadioBtn = (WXFARPROC)wxGetWindowProc(hwndBtn); in SubclassRadioButton()
258 wxSetWindowProc(hwndBtn, wxRadioBtnWndProc); in SubclassRadioButton()
259 wxSetWindowUserData(hwndBtn, this); in SubclassRadioButton()
278 const HWND hwndBtn = (*m_radioButtons)[i]; in MSWCommand() local
279 if ( id == wxGetWindowId(hwndBtn) ) in MSWCommand()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dradiobox.cpp177 HWND hwndBtn = ::CreateWindow(_T("BUTTON"), in Create() local
186 if ( !hwndBtn ) in Create()
193 (*m_radioButtons)[i] = hwndBtn; in Create()
195 SubclassRadioButton((WXHWND)hwndBtn); in Create()
253 HWND hwndBtn = (HWND)hWndBtn; in SubclassRadioButton() local
256 s_wndprocRadioBtn = (WXFARPROC)wxGetWindowProc(hwndBtn); in SubclassRadioButton()
258 wxSetWindowProc(hwndBtn, wxRadioBtnWndProc); in SubclassRadioButton()
259 wxSetWindowUserData(hwndBtn, this); in SubclassRadioButton()
278 const HWND hwndBtn = (*m_radioButtons)[i]; in MSWCommand() local
279 if ( id == wxGetWindowId(hwndBtn) ) in MSWCommand()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dmsgdlg.cpp299 const HWND hwndBtn = ::GetDlgItem(GetHwnd(), ms_buttons[n].id); in ReplaceStaticWithEdit() local
300 if ( !hwndBtn ) in ReplaceStaticWithEdit()
303 rc = wxGetWindowRect(hwndBtn); in ReplaceStaticWithEdit()
308 MoveWindowToScreenRect(hwndBtn, rc); in ReplaceStaticWithEdit()
334 const HWND hwndBtn = ::GetDlgItem(GetHwnd(), ms_buttons[n].id); in AdjustButtonLabels() local
335 if ( !hwndBtn ) in AdjustButtonLabels()
344 const RECT rc = wxGetWindowRect(hwndBtn); in AdjustButtonLabels()
363 ::SetWindowText(hwndBtn, label.t_str()); in AdjustButtonLabels()
411 const HWND hwndBtn = ::GetDlgItem(GetHwnd(), ms_buttons[n].id); in AdjustButtonLabels() local
412 if ( !hwndBtn ) in AdjustButtonLabels()
[all …]
H A Dradiobox.cpp204 HWND hwndBtn = ::CreateWindow(wxT("BUTTON"), in Create() local
213 if ( !hwndBtn ) in Create()
221 m_radioButtons->Set(i, hwndBtn, subid); in Create()
223 SubclassRadioButton((WXHWND)hwndBtn); in Create()
314 HWND hwndBtn = (HWND)hWndBtn; in SubclassRadioButton() local
317 s_wndprocRadioBtn = (WXFARPROC)wxGetWindowProc(hwndBtn); in SubclassRadioButton()
319 wxSetWindowProc(hwndBtn, wxRadioBtnWndProc); in SubclassRadioButton()
321 gs_boxFromButton[hwndBtn] = this; in SubclassRadioButton()
342 const HWND hwndBtn = (*m_radioButtons)[i]; in MSWCommand() local
343 if ( id == wxGetWindowId(hwndBtn) ) in MSWCommand()
[all …]