MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / DeleteBitmapButton

Function DeleteBitmapButton

src/Helpers.c:710–717  ·  view source on GitHub ↗

============================================================================= DeleteBitmapButton()

Source from the content-addressed store, hash-verified

708// DeleteBitmapButton()
709//
710void DeleteBitmapButton ( HWND hwnd, int nCtlId )
711{
712 HWND hwndCtl = GetDlgItem ( hwnd, nCtlId );
713 BUTTON_IMAGELIST bi;
714 if ( SendMessage ( hwndCtl, BCM_GETIMAGELIST, 0, ( LPARAM ) &bi ) ) {
715 ImageList_Destroy ( bi.himl );
716 }
717}
718
719
720//=============================================================================

Callers 4

RunDlgProcFunction · 0.85
OpenWithDlgProcFunction · 0.85
FavoritesDlgProcFunction · 0.85
Style_ConfigDlgProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected