ReactOS 0.4.15-dev-6057-gd708c79
|
#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/unicode.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 574 of file updown.c.
Referenced by UPDOWN_Buddy_SubclassProc(), UPDOWN_ResetSubclass(), and UPDOWN_SetBuddy().
|
static |
Definition at line 776 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 718 of file updown.c.
Referenced by UPDOWN_HandleMouseEvent(), UPDOWN_KeyPressed(), UPDOWN_MouseWheel(), and UpDownWindowProc().
|
static |
Definition at line 381 of file updown.c.
Referenced by UPDOWN_Paint().
|
static |
Definition at line 357 of file updown.c.
Referenced by UPDOWN_Draw().
|
static |
Definition at line 227 of file updown.c.
Referenced by UPDOWN_HandleMouseEvent().
|
static |
Definition at line 175 of file updown.c.
Referenced by UPDOWN_Draw(), and UPDOWN_GetArrowFromPoint().
|
static |
Definition at line 261 of file updown.c.
Referenced by UPDOWN_GetPos(), UPDOWN_HandleMouseEvent(), UPDOWN_KeyPressed(), and UPDOWN_MouseWheel().
|
static |
Definition at line 481 of file updown.c.
Referenced by UpDownWindowProc().
Definition at line 243 of file updown.c.
Referenced by UPDOWN_GetBuddyInt(), and UPDOWN_SetBuddyInt().
|
static |
Definition at line 800 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 759 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 463 of file updown.c.
Referenced by UPDOWN_Buddy_SubclassProc(), and UpDownWindowProc().
|
static |
Definition at line 552 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 448 of file updown.c.
Referenced by UpDownWindowProc().
Definition at line 1175 of file updown.c.
Referenced by DllMain().
|
static |
Definition at line 608 of file updown.c.
Referenced by UPDOWN_SetBuddy(), and UpDownWindowProc().
|
static |
Definition at line 623 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 305 of file updown.c.
Referenced by UPDOWN_DoAction(), UPDOWN_SetPos(), and UpDownWindowProc().
|
static |
Definition at line 500 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 536 of file updown.c.
Referenced by UpDownWindowProc().
|
static |
Definition at line 890 of file updown.c.
Referenced by UPDOWN_Register().
WINE_DEFAULT_DEBUG_CHANNEL | ( | updown | ) |