ReactOS
0.4.15-dev-4873-gb671b1c
|
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "comctl32.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/list.h"
Go to the source code of this file.
Classes | |
struct | DOC_TEXTBLOCK |
struct | _DOC_ITEM |
struct | SYSLINK_INFO |
Macros | |
#define | LIF_FLAGSMASK (LIF_STATE | LIF_ITEMID | LIF_URL) |
#define | LIS_MASK (LIS_FOCUSED | LIS_ENABLED | LIS_VISITED) |
#define | SL_LEFTMARGIN (0) |
#define | SL_TOPMARGIN (0) |
#define | SL_RIGHTMARGIN (0) |
#define | SL_BOTTOMMARGIN (0) |
Typedefs | |
typedef struct DOC_TEXTBLOCK * | PDOC_TEXTBLOCK |
typedef struct _DOC_ITEM | DOC_ITEM |
typedef struct _DOC_ITEM * | PDOC_ITEM |
Enumerations | |
enum | SL_ITEM_TYPE { slText = 0, slLink } |
#define LIS_MASK (LIS_FOCUSED | LIS_ENABLED | LIS_VISITED) |
typedef struct DOC_TEXTBLOCK * PDOC_TEXTBLOCK |
Enumerator | |
---|---|
slText | |
slLink |
Definition at line 46 of file syslink.c.
|
static |
Definition at line 1413 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 122 of file syslink.c.
Referenced by SYSLINK_ParseText().
|
static |
Definition at line 151 of file syslink.c.
Referenced by SYSLINK_SetText(), and SysLinkWindowProc().
|
static |
Definition at line 767 of file syslink.c.
Referenced by SYSLINK_Paint().
Definition at line 102 of file syslink.c.
Referenced by SYSLINK_ClearDoc().
|
static |
Definition at line 501 of file syslink.c.
Referenced by SYSKEY_SelectNextPrevLink(), SYSLINK_KillFocus(), SYSLINK_NoNextLink(), and SYSLINK_OnEnter().
|
static |
Definition at line 1212 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 1468 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 1082 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 485 of file syslink.c.
Referenced by SYSLINK_GetItem(), and SYSLINK_SetItem().
|
static |
Definition at line 527 of file syslink.c.
Referenced by SYSKEY_SelectNextPrevLink(), SYSLINK_NoNextLink(), and SYSLINK_SetFocus().
|
static |
Definition at line 545 of file syslink.c.
Referenced by SYSKEY_SelectNextPrevLink(), and SYSLINK_NoNextLink().
|
static |
Definition at line 1168 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 1298 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 1343 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 1369 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 1317 of file syslink.c.
Referenced by SYSLINK_LButtonDown(), SYSLINK_LButtonUp(), and SysLinkWindowProc().
|
static |
Definition at line 1451 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 1392 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 853 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 167 of file syslink.c.
Referenced by SYSLINK_SetText().
Definition at line 1140 of file syslink.c.
Referenced by SYSLINK_HitTest(), and SYSLINK_LinkAtPt().
Definition at line 1742 of file syslink.c.
Referenced by DllMain().
|
static |
Definition at line 594 of file syslink.c.
Referenced by SYSLINK_GetIdealSize(), SYSLINK_SetFont(), SYSLINK_SetText(), and SysLinkWindowProc().
|
static |
Definition at line 456 of file syslink.c.
Referenced by SYSKEY_SelectNextPrevLink(), SYSLINK_KillFocus(), SYSLINK_LButtonDown(), SYSLINK_SetFocus(), and SYSLINK_SetItem().
|
static |
Definition at line 1241 of file syslink.c.
Referenced by SYSLINK_LButtonUp(), and SYSLINK_OnEnter().
|
static |
Definition at line 1277 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 961 of file syslink.c.
Referenced by SYSKEY_SelectNextPrevLink(), SYSLINK_LButtonDown(), SYSLINK_SetFocus(), and SYSLINK_SetItem().
|
static |
Definition at line 871 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 992 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 923 of file syslink.c.
Referenced by SysLinkWindowProc().
|
static |
Definition at line 564 of file syslink.c.
Referenced by SYSLINK_Render().
|
static |
Definition at line 1496 of file syslink.c.
Referenced by SYSLINK_Register().
WINE_DEFAULT_DEBUG_CHANNEL | ( | syslink | ) |