MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / SetButtonStructSize

Method SetButtonStructSize

src/Setup/wtl90/atlctrls.h:5390–5394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5388 }
5389
5390 void SetButtonStructSize(int nSize = sizeof(TBBUTTON))
5391 {
5392 ATLASSERT(::IsWindow(m_hWnd));
5393 ::SendMessage(m_hWnd, TB_BUTTONSTRUCTSIZE, nSize, 0L);
5394 }
5395
5396 BOOL SetButtonSize(SIZE size)
5397 {

Callers 1

CreateCloseButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected