MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / M_View_TreeClick

Method M_View_TreeClick

Source/GUI/VCL/GUI_Main.cpp:1444–1450  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1442
1443//---------------------------------------------------------------------------
1444void __fastcall TMainF::M_View_TreeClick(TObject *Sender)
1445{
1446 I->Option_Static(__T("Inform"));
1447 M_View_Tree->Checked=true;
1448 ToolBar_View_Tree->Checked=true;
1449 ChangePage(Page_Tree);
1450}
1451
1452//---------------------------------------------------------------------------
1453void __fastcall TMainF::M_View_TextClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

Option_StaticMethod · 0.45

Tested by

no test coverage detected