MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / CalcWidth

Method CalcWidth

Source/FrameEditor.cpp:760–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760unsigned int CFrameEditor::CalcWidth(int Channels) const
761{
762 return ROW_COLUMN_WIDTH + FRAME_ITEM_WIDTH * Channels + 25;
763}
764
765//// Mouse ////////////////////////////////////////////////////////////////////////////////////////
766

Callers 2

CreateDialogPanelsMethod · 0.80
ResizeFrameWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected