MCPcopy Create free account
hub / github.com/audacity/audacity / EndNotebookPage

Method EndNotebookPage

libraries/lib-shuttlegui/ShuttleGui.cpp:1147–1153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145}
1146
1147void ShuttleGuiBase::EndNotebookPage()
1148{
1149 if( mShuttleMode != eIsCreating )
1150 return;
1151 PopSizer();
1152 mpParent = mpParent->GetParent();
1153}
1154
1155// Doxygen description is at the start of the file
1156// this is a wxPanel with erase background disabled.

Callers 4

PopulateAudacityPageMethod · 0.80
PopulateLicensePageMethod · 0.80
PopulateOrExchangeMethod · 0.80

Calls 1

GetParentMethod · 0.45

Tested by

no test coverage detected