Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dresource_view_provider.h35 IFACEMETHODIMP GetFocus(IRawElementProviderFragment** pRetVal);
Drecent_project_win.cpp108 GetFocus() == &new_button) in PreTranslateMessage()
321 if (GetFocus() == this) in OnCtlColor()
Dtrigger_list_edit_dlg.cpp243 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
283 if (GetFocus() == GetDlgItem(IDC_TRIGGER_DEL_BTN)) in EnableDisableTriggerEditControls()
650 if (GetFocus() == this) in OnPaint()
Dcolor_edit_dialog.cpp168 if (GetFocus() == this) in PaintColorPaletteHighlight()
259 if (GetFocus() == this) in PaintColorGradientHighlight()
415 if (GetFocus() != this) in OnLButtonDown()
677 CWnd *child = GetFocus(); in OnOK()
1457 CWnd *focus_owner = GetFocus(); in PreTranslateMessage()
Dgrid_setting_dlg.cpp101 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
Dstring_scroll_wheel_edit_dlg.cpp293 CWnd* focus_owner = GetFocus(); in PreTranslateKeyDown()
370 CWnd* child = GetFocus(); in PreTranslateMessage()
Dresource_view_provider.cpp299 IFACEMETHODIMP resource_view_provider::GetFocus(IRawElementProviderFragment** pRetVal) in GetFocus() function in resource_view_provider
Dfont_path_dialog.cpp478 CWnd *child = GetFocus(); in OnCommand()
568 CWnd* focus_owner = GetFocus(); in PreTranslateKeyDown()
908 CWnd *child = GetFocus(); in OnCommand()
Dstring_table_edit_dlg.cpp717 if (GetFocus() == &mTopStringEdit) in SetThreeColumnMode()
729 if (GetFocus() == &mBottomStringEdit) in SetThreeColumnMode()
1209 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
1483 if ((GetFocus() == this) && (mSelectedRow < 1)) in OnPaint()
2377 if (GetFocus() == this) in PaintStringRow()
DPaletteLayoutDlg.cpp170 CWnd *pctrl = GetFocus(); in OnReturnKey()
887 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
Dtrigger_action_edit_dlg.cpp262 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
1020 if (GetFocus() == delete_button) in EnableDisableActionDeleteButton()
Dscreen_flow_edit_dlg.cpp170 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
439 if (GetFocus() != this) in OnPaint()
2059 if (pMsg->wParam == VK_RETURN && GetFocus() == &mScreenItemView) in PreTranslateMessage()
Dproperties_win.cpp488 CWnd *next = GetNextDlgTabItem(GetFocus(), bPrevious); in OnTabKey()
528 CWnd* next = GetFocus(); in OnPageUp()
560 CWnd* next = GetFocus(); in OnPageDown()
601 CWnd *focus_owner = GetFocus(); in PreTranslateMessage()
762 CWnd *child = GetFocus(); in OnCommand()
779 CWnd *pctrl = GetFocus(); in OnSysChar()
3440 CWnd *focus_owner = GetFocus(); in SendEditFocusLoseMessage()
Dexpress_dialog.cpp364 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
Dresource_export_dlg.cpp502 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
Dsprite_edit_dialog.cpp661 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
DProjectConfigDlg.cpp1424 CWnd* child = GetFocus(); in Save()
1471 CWnd *focus_owner = GetFocus(); in PreTranslateMessage()
Drich_text_edit_dlg.cpp1224 INT ctrl_id = GetFocus()->GetDlgCtrlID(); in PreTranslateMessage()
Dresource_item.cpp2242 if (view && (GetFocus() == view->GetSafeHwnd()) && (mpTree->GetCurrentItem() == this)) in IsSelected()