Home
last modified time | relevance | path

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

/reactos/base/applications/charmap_new/
H A DCell.h25 void SetFocus(_In_ bool HasFocus) { m_bHasFocus = HasFocus; } in SetFocus() argument
/reactos/dll/win32/comctl32/
H A Dsyslink.c79 BOOL HasFocus; /* Whether the control has the input focus */ member
832 … if((Current->Type == slLink) && (Current->u.Link.state & LIS_FOCUSED) && infoPtr->HasFocus) in SYSLINK_Draw()
1107 if(!infoPtr->HasFocus) in SYSLINK_GetItem()
1286 infoPtr->HasFocus = TRUE; in SYSLINK_SetFocus()
1307 infoPtr->HasFocus = FALSE; in SYSLINK_KillFocus()
1399 if(infoPtr->HasFocus && !infoPtr->IgnoreReturn) in SYSLINK_OnEnter()
1420 if(infoPtr->HasFocus) in SYSKEY_SelectNextPrevLink()
1708 infoPtr->HasFocus = FALSE; in SysLinkWindowProc()
/reactos/dll/cpl/timedate/
H A Dmonthcal.c52 UINT HasFocus : 1; member
607 … if (infoPtr->HasFocus && infoPtr->Enabled && !(infoPtr->UIState & UISF_HIDEFOCUS)) in MonthCalPaint()
770 if (!infoPtr->HasFocus) in MonthCalWndProc()
860 infoPtr->HasFocus = TRUE; in MonthCalWndProc()
868 infoPtr->HasFocus = FALSE; in MonthCalWndProc()
/reactos/dll/cpl/desk/
H A Dmonslctl.c25 UINT HasFocus : 1; member
785 if (infoPtr->HasFocus && !(infoPtr->UIState & UISF_HIDEFOCUS)) in MonSelPaintMonitor()
944 if (!infoPtr->HasFocus) in MonSelContextMenu()
1263 if (!infoPtr->HasFocus) in MonitorSelWndProc()
1291 if (!infoPtr->HasFocus) in MonitorSelWndProc()
1340 infoPtr->HasFocus = TRUE; in MonitorSelWndProc()
1347 infoPtr->HasFocus = FALSE; in MonitorSelWndProc()
/reactos/dll/win32/aclui/
H A Dchecklist.c93 UINT HasFocus : 1; member
941 IsPushed = (Enabled && Item == infoPtr->FocusedCheckItem && infoPtr->HasFocus && in PaintControl()
983 infoPtr->HasFocus && in PaintControl()
997 IsPushed = (Enabled && Item == infoPtr->FocusedCheckItem && infoPtr->HasFocus && in PaintControl()
1037 if (infoPtr->HasFocus && !(infoPtr->UIState & UISF_HIDEFOCUS) && in PaintControl()
1968 infoPtr->HasFocus = TRUE; in CheckListWndProc()
1992 infoPtr->HasFocus = FALSE; in CheckListWndProc()
2068 if (!infoPtr->HasFocus) in CheckListWndProc()
2500 infoPtr->HasFocus = FALSE; in CheckListWndProc()
/reactos/win32ss/user/winsrv/consrv/include/
H A Dconio_winsrv.h136 BOOLEAN HasFocus; /* TRUE if the console has focus (is in the foreground) */ member
/reactos/win32ss/user/winsrv/consrv/
H A Dconsole.c729 Console->HasFocus = FALSE; in ConSrvInitConsole()
1084 ConSrvSetProcessFocus(ProcessData->Process, Console->HasFocus); in ConSrvAllocateConsole()
1210 ConSrvSetProcessFocus(ProcessData->Process, Console->HasFocus); in ConSrvInheritConsole()
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dconwnd.c770 Console->HasFocus = SetFocus; in OnFocus()
/reactos/dll/win32/mshtml/
H A Dnsiface.idl1217 nsresult HasFocus(bool *_retval);