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

Method SetToolTip

libraries/lib-wx-wrappers/wxPanelWrapper.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void wxPanelWrapper::SetToolTip(const TranslatableString &toolTip)
58{
59 wxPanel::SetToolTip( toolTip.Stripped().Translation() );
60}
61
62void wxPanelWrapper::SetName()
63{

Callers 5

UpdateButtonsMethod · 0.45
ErrorReportDialogMethod · 0.45
MultiDialogMethod · 0.45
ShuttleGui.cppFile · 0.45
CreateStdButtonSizerFunction · 0.45

Calls 2

TranslationMethod · 0.80
StrippedMethod · 0.80

Tested by

no test coverage detected