ReactOS 0.4.16-dev-527-gdad3a09
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "comctl32.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | _DRAGLISTDATA |
Macros | |
#define | DRAGLIST_SUBCLASSID 0 |
#define | DRAGLIST_SCROLLPERIOD 200 |
#define | DRAGLIST_TIMERID 666 |
#define | DRAGICON_HOTSPOT_X 17 |
#define | DRAGICON_HOTSPOT_Y 7 |
#define | DRAGICON_HEIGHT 32 |
Typedefs | |
typedef struct _DRAGLISTDATA | DRAGLISTDATA |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (commctrl) | |
static LRESULT | DragList_Notify (HWND hwndLB, UINT uNotification) |
static void | DragList_EndDrag (HWND hwnd, DRAGLISTDATA *data) |
static LRESULT CALLBACK | DragList_SubclassWindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT_PTR uIdSubclass, DWORD_PTR dwRefData) |
BOOL WINAPI | MakeDragList (HWND hwndLB) |
VOID WINAPI | DrawInsert (HWND hwndParent, HWND hwndLB, INT nItem) |
INT WINAPI | LBItemFromPt (HWND hwndLB, POINT pt, BOOL bAutoScroll) |
Variables | |
UINT | uDragListMessage = 0 |
static DWORD | dwLastScrollTime = 0 |
static HICON | hDragArrow = NULL |
#define DRAGICON_HEIGHT 32 |
Definition at line 52 of file draglist.c.
#define DRAGICON_HOTSPOT_X 17 |
Definition at line 50 of file draglist.c.
#define DRAGICON_HOTSPOT_Y 7 |
Definition at line 51 of file draglist.c.
#define DRAGLIST_SCROLLPERIOD 200 |
Definition at line 46 of file draglist.c.
#define DRAGLIST_SUBCLASSID 0 |
Definition at line 45 of file draglist.c.
#define DRAGLIST_TIMERID 666 |
Definition at line 47 of file draglist.c.
typedef struct _DRAGLISTDATA DRAGLISTDATA |
|
static |
Definition at line 94 of file draglist.c.
Referenced by DragList_SubclassWindowProc().
Definition at line 84 of file draglist.c.
Referenced by DragList_SubclassWindowProc().
|
static |
Definition at line 111 of file draglist.c.
Referenced by DragList_SubclassWindowProc(), DrawInsert(), and MakeDragList().
Definition at line 228 of file draglist.c.
Referenced by TOOLBAR_Cust_AvailDragListNotification(), and TOOLBAR_Cust_ToolbarDragListNotification().
Definition at line 293 of file draglist.c.
Referenced by TOOLBAR_Cust_AvailDragListNotification(), and TOOLBAR_Cust_ToolbarDragListNotification().
Definition at line 208 of file draglist.c.
Referenced by TOOLBAR_CustomizeDialogProc().
WINE_DEFAULT_DEBUG_CHANNEL | ( | commctrl | ) |
|
static |
Definition at line 74 of file draglist.c.
Referenced by LBItemFromPt().
Definition at line 75 of file draglist.c.
Referenced by DrawInsert().
UINT uDragListMessage = 0 |
Definition at line 73 of file draglist.c.
Referenced by DragList_Notify(), MakeDragList(), and TOOLBAR_CustomizeDialogProc().