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

Method GUI_Main_HTML

Source/GUI/WxWidgets/GUI_Main_HTML.cpp:26–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

24
25//---------------------------------------------------------------------------
26GUI_Main_HTML::GUI_Main_HTML(Core* Core_, wxWindow* parent)
27 : wxHtmlWindow(parent, -1, wxPoint(1, 1), wxSize(parent->GetClientSize().GetWidth()-1, parent->GetClientSize().GetHeight()-1)),
28 GUI_Main_Common_Core(Core_)
29{
30 //Drag and Drop
31 #if wxUSE_DRAG_AND_DROP && defined(__WXMAC__)
32 SetDropTarget(new FileDrop(C));
33 #endif //wxUSE_DRAG_AND_DROP
34
35 //Update
36 GUI_Refresh();
37}
38
39//---------------------------------------------------------------------------
40GUI_Main_HTML::~GUI_Main_HTML()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected