Scroll to navigation

DrawInsert(3w) Wine API DrawInsert(3w)

NAME

DrawInsert (COMCTL32.15)

SYNOPSIS

VOID DrawInsert
(
HWND hwndParent,
HWND hwndLB,
INT nItem
)
 

DESCRIPTION

Draws insert arrow by the side of the ListBox item in the parent window.
 

RETURNS

Nothing.
 

IMPLEMENTATION

Declared in "comctl32.h".
Implemented in "dlls/comctl32/draglist.c".
Debug channel "commctrl".
Oct 2012 Wine API