MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / show

Method show

Source/Lua/JuceClasses/LComponents.cpp:1533–1539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531}
1532
1533int LPopupMenu::show(int itemIDThatMustBeVisible,
1534 int minimumWidth,
1535 int maximumNumColumns,
1536 int standardItemHeight)
1537{
1538 return (PopupMenu::show(itemIDThatMustBeVisible,minimumWidth,maximumNumColumns,standardItemHeight));
1539}
1540
1541int LPopupMenu::show(int itemHeight)
1542{

Callers 2

dbgWriteMethod · 0.45
dbgReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected