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

Method M_View_TextClick

Source/GUI/VCL/GUI_Main.cpp:1453–1459  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1451
1452//---------------------------------------------------------------------------
1453void __fastcall TMainF::M_View_TextClick(TObject *Sender)
1454{
1455 I->Option_Static(__T("Inform"));
1456 M_View_Text->Checked=true;
1457 ToolBar_View_Text->Checked=true;
1458 ChangePage(Page_Text);
1459}
1460
1461//---------------------------------------------------------------------------
1462void __fastcall TMainF::M_View_HTMLClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

Option_StaticMethod · 0.45

Tested by

no test coverage detected