ReactOS 0.4.16-dev-311-g9382aa2
|
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "vssym32.h"
#include "wine/heap.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | UPDOWN_INFO |
#define FLAG_BUDDYINT 0x10 /* UDS_SETBUDDYINT was set on creation */ |
#define UPDOWN_GetInfoPtr | ( | hwnd | ) | ((UPDOWN_INFO *)GetWindowLongPtrW (hwnd,0)) |
|
static |
Definition at line 576 of file updown.c.
Referenced by UPDOWN_Buddy_SubclassProc(), UPDOWN_ResetSubclass(), and UPDOWN_SetBuddy().
|
static |
Definition at line 778 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 720 of file updown.c.
Referenced by UPDOWN_HandleMouseEvent(), UPDOWN_KeyPressed(), UPDOWN_MouseWheel(), and UpDownWindowProc().
|
static |
Definition at line 383 of file updown.c.
Referenced by UPDOWN_Paint().
|
static |
Definition at line 359 of file updown.c.
Referenced by UPDOWN_Draw().
|
static |
Definition at line 229 of file updown.c.
Referenced by UPDOWN_HandleMouseEvent().
|
static |
Definition at line 174 of file updown.c.
Referenced by UPDOWN_Draw(), and UPDOWN_GetArrowFromPoint().
|
static |
Definition at line 263 of file updown.c.
Referenced by UPDOWN_GetPos(), UPDOWN_HandleMouseEvent(), UPDOWN_KeyPressed(), and UPDOWN_MouseWheel().
|
static |
Definition at line 483 of file updown.c.
Referenced by UpDownWindowProc().
Definition at line 245 of file updown.c.
Referenced by UPDOWN_GetBuddyInt(), and UPDOWN_SetBuddyInt().
|
static |
Definition at line 802 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 161 of file updown.c.
Referenced by UPDOWN_Draw(), UPDOWN_GetArrowRect(), and UPDOWN_SetBuddy().
|
static |
Definition at line 120 of file updown.c.
Referenced by UPDOWN_GetBuddyInt(), UPDOWN_GetPos(), UPDOWN_OffsetVal(), and UPDOWN_SetPos().
|
inlinestatic |
Definition at line 102 of file updown.c.
Referenced by UPDOWN_HandleMouseEvent(), UPDOWN_HasBuddyBorder(), and UpDownWindowProc().
|
inlinestatic |
Definition at line 111 of file updown.c.
Referenced by UPDOWN_GetBuddyInt(), and UPDOWN_SetBuddyInt().
|
static |
Definition at line 761 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 465 of file updown.c.
Referenced by UPDOWN_Buddy_SubclassProc(), and UpDownWindowProc().
|
static |
Definition at line 554 of file updown.c.
Referenced by UPDOWN_Buddy_SubclassProc(), and UpDownWindowProc().
|
static |
Definition at line 134 of file updown.c.
Referenced by UPDOWN_DoAction().
|
static |
Definition at line 450 of file updown.c.
Referenced by UpDownWindowProc().
Definition at line 1177 of file updown.c.
Referenced by DllMain().
|
static |
Definition at line 610 of file updown.c.
Referenced by UPDOWN_SetBuddy(), and UpDownWindowProc().
|
static |
Definition at line 625 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 307 of file updown.c.
Referenced by UPDOWN_DoAction(), UPDOWN_SetPos(), and UpDownWindowProc().
|
static |
Definition at line 502 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 538 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 892 of file updown.c.
Referenced by UPDOWN_Register().
WINE_DEFAULT_DEBUG_CHANNEL | ( | updown | ) |