mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
comments
This commit is contained in:
@@ -114,17 +114,18 @@ Then in MyTable.cpp,
|
|||||||
|
|
||||||
void MyTable::InitUserData(void *pUserData)
|
void MyTable::InitUserData(void *pUserData)
|
||||||
{
|
{
|
||||||
|
// Remember pData
|
||||||
auto pData = static_cast<MyData*>(pUserData);
|
auto pData = static_cast<MyData*>(pUserData);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyTable::InitMenu(Menu *pMenu)
|
void MyTable::InitMenu(Menu *pMenu)
|
||||||
{
|
{
|
||||||
// Remember pData, enable or disable menu items
|
// enable or disable menu items
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyTable::DestroyMenu()
|
void MyTable::DestroyMenu()
|
||||||
{
|
{
|
||||||
// Do cleanup
|
// Do cleanup
|
||||||
}
|
}
|
||||||
|
|
||||||
BEGIN_POPUP_MENU(MyTable)
|
BEGIN_POPUP_MENU(MyTable)
|
||||||
|
Reference in New Issue
Block a user