#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.
Data Structures |
| struct | DRAGLISTDATA |
Defines |
| #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 |
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 |