MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / SetRowLabels

Method SetRowLabels

src/widgets.cpp:3866–3871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3864}
3865
3866void AFDataArrayTableCtrl::SetRowLabels(const wxString& rowLabels)
3867{
3868 m_rowLabels = rowLabels;
3869 m_rowLabels.Replace("\\n", "\n");
3870 ArrayToGrid();
3871}
3872
3873wxString AFDataArrayTableCtrl::GetRowLabels()
3874{

Callers 2

CreateNativeMethod · 0.80
CreateNativeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected