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

Method Detach

src/toolbars/ToolBar.cpp:775–778  ·  view source on GitHub ↗

Detach a window from the main sizer

Source from the content-addressed store, hash-verified

773// Detach a window from the main sizer
774//
775void ToolBar::Detach( wxWindow *window )
776{
777 mHSizer->Detach( window );
778}
779
780//
781// Detach a child sizer from the main sizer

Callers 9

~ModuleMethod · 0.45
StartMethod · 0.45
~OggImportFileHandleMethod · 0.45
ProcessMethod · 0.45
InitMethod · 0.45
InitializeMethod · 0.45
OpenMethod · 0.45
OnAutoWrapMethod · 0.45
SetFooterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected