ReactOS 0.4.16-dev-13-ge2fc578
|
Public Attributes | |
HWND | Self |
HWND | Notify |
DWORD | Style |
struct list | Items |
BOOL | HasFocus |
int | MouseDownID |
HFONT | Font |
HFONT | LinkFont |
COLORREF | TextColor |
COLORREF | LinkColor |
COLORREF | VisitedColor |
WCHAR | BreakChar |
BOOL | IgnoreReturn |
WCHAR SYSLINK_INFO::BreakChar |
Definition at line 86 of file syslink.c.
Referenced by SYSLINK_ParseText(), SYSLINK_Render(), and SYSLINK_SetFont().
HFONT SYSLINK_INFO::Font |
Definition at line 81 of file syslink.c.
Referenced by SYSLINK_Draw(), SYSLINK_GetIdealHeight(), SYSLINK_GetIdealSize(), SYSLINK_Render(), SYSLINK_SetFont(), and SysLinkWindowProc().
BOOL SYSLINK_INFO::HasFocus |
Definition at line 79 of file syslink.c.
Referenced by SYSKEY_SelectNextPrevLink(), SYSLINK_Draw(), SYSLINK_GetItem(), SYSLINK_KillFocus(), SYSLINK_OnEnter(), and SYSLINK_SetFocus().
BOOL SYSLINK_INFO::IgnoreReturn |
Definition at line 87 of file syslink.c.
Referenced by SYSLINK_OnEnter().
Definition at line 78 of file syslink.c.
Referenced by SYSLINK_AppendDocItem(), SYSLINK_ClearDoc(), SYSLINK_Draw(), SYSLINK_GetFocusLink(), SYSLINK_GetLinkItemByIndex(), SYSLINK_GetNextLink(), SYSLINK_GetPrevLink(), SYSLINK_HitTest(), SYSLINK_LinkAtPt(), SYSLINK_Render(), and SYSLINK_SetFocusLink().
COLORREF SYSLINK_INFO::LinkColor |
Definition at line 84 of file syslink.c.
Referenced by SYSLINK_Draw().
HFONT SYSLINK_INFO::LinkFont |
Definition at line 82 of file syslink.c.
Referenced by SYSLINK_Draw(), SYSLINK_Render(), SYSLINK_SetFont(), and SysLinkWindowProc().
int SYSLINK_INFO::MouseDownID |
Definition at line 80 of file syslink.c.
Referenced by SYSLINK_LButtonDown(), and SYSLINK_LButtonUp().
HWND SYSLINK_INFO::Notify |
Definition at line 76 of file syslink.c.
Referenced by SYSLINK_Draw(), and SYSLINK_SendParentNotify().
HWND SYSLINK_INFO::Self |
Definition at line 75 of file syslink.c.
Referenced by SYSLINK_Draw(), SYSLINK_GetIdealHeight(), SYSLINK_GetIdealSize(), SYSLINK_LButtonDown(), SYSLINK_Paint(), SYSLINK_RepaintLink(), SYSLINK_SendParentNotify(), SYSLINK_SetFont(), SYSLINK_SetText(), and SysLinkWindowProc().
DWORD SYSLINK_INFO::Style |
Definition at line 77 of file syslink.c.
Referenced by SYSLINK_Draw(), SYSLINK_ParseText(), and SysLinkWindowProc().
COLORREF SYSLINK_INFO::TextColor |
Definition at line 83 of file syslink.c.
Referenced by SYSLINK_Draw().
COLORREF SYSLINK_INFO::VisitedColor |
Definition at line 85 of file syslink.c.
Referenced by SYSLINK_Draw().