Home
last modified time | relevance | path

Searched refs:TOOLBAR_IsButtonRemovable (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dtoolbar.c253 static BOOL TOOLBAR_IsButtonRemovable(const TOOLBAR_INFO *infoPtr, int iItem, const CUSTOMBUTTON *b…
2369 if (TOOLBAR_IsButtonRemovable(custInfo->tbInfo, index, btnInfo)) in TOOLBAR_Cust_RemoveButton()
2574 btnInfo->bRemovable = TOOLBAR_IsButtonRemovable(infoPtr, i, btnInfo); in TOOLBAR_CustomizeDialogProc()
7453 static BOOL TOOLBAR_IsButtonRemovable(const TOOLBAR_INFO *infoPtr, int iItem, const CUSTOMBUTTON *b… in TOOLBAR_IsButtonRemovable() function