MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetZoom

Method GetZoom

DuiLib/Control/UIRichEdit.cpp:1328–1333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1326}
1327
1328bool CRichEditUI::GetZoom(int& nNum, int& nDen) const
1329{
1330 LRESULT lResult;
1331 TxSendMessage(EM_GETZOOM, (WPARAM)&nNum, (LPARAM)&nDen, &lResult);
1332 return (BOOL)lResult == TRUE;
1333}
1334
1335bool CRichEditUI::SetZoom(int nNum, int nDen)
1336{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected