Searched refs:TOOLBAR_Cust_MoveButton (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | toolbar.c | 2267 static void TOOLBAR_Cust_MoveButton(const CUSTDLG_INFO *custInfo, HWND hwnd, INT nIndexFrom, INT nI… in TOOLBAR_Cust_MoveButton() function 2440 TOOLBAR_Cust_MoveButton(custInfo, hwnd, nIndexFrom, nIndexTo); in TOOLBAR_Cust_ToolbarDragListNotification() 2735 TOOLBAR_Cust_MoveButton(custInfo, hwnd, index, index-1); in TOOLBAR_CustomizeDialogProc() 2742 TOOLBAR_Cust_MoveButton(custInfo, hwnd, index, index+1); in TOOLBAR_CustomizeDialogProc()
|