ReactOS 0.4.16-dev-61-ge128cbc
|
Public Attributes | |
struct list | entry |
UINT | nText |
SL_ITEM_TYPE | Type |
PDOC_TEXTBLOCK | Blocks |
union { | |
struct { | |
UINT state | |
WCHAR * szID | |
WCHAR * szUrl | |
} Link | |
struct { | |
UINT Dummy | |
} Text | |
} | u |
WCHAR | Text [1] |
PDOC_TEXTBLOCK _DOC_ITEM::Blocks |
Definition at line 56 of file syslink.c.
Referenced by SYSLINK_Draw(), SYSLINK_FreeDocItem(), SYSLINK_PtInDocItem(), SYSLINK_Render(), and SYSLINK_RepaintLink().
Definition at line 53 of file syslink.c.
Referenced by SYSLINK_AppendDocItem(), SYSLINK_GetNextLink(), and SYSLINK_GetPrevLink().
struct { ... } _DOC_ITEM::Link |
UINT _DOC_ITEM::nText |
Definition at line 54 of file syslink.c.
Referenced by SYSLINK_Draw(), SYSLINK_PtInDocItem(), SYSLINK_Render(), and SYSLINK_RepaintLink().
struct { ... } _DOC_ITEM::Text |
Referenced by SYSLINK_Draw(), and SYSLINK_Render().
SL_ITEM_TYPE _DOC_ITEM::Type |
Definition at line 55 of file syslink.c.
Referenced by SYSLINK_Draw(), SYSLINK_FreeDocItem(), SYSLINK_GetFocusLink(), SYSLINK_GetLinkItemByIndex(), SYSLINK_GetNextLink(), SYSLINK_GetPrevLink(), SYSLINK_HitTest(), SYSLINK_LinkAtPt(), SYSLINK_Render(), SYSLINK_RepaintLink(), and SYSLINK_SetFocusLink().
union { ... } _DOC_ITEM::u |