Searched refs:p_LogWin (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddoc.cpp48 p_LogWin = NULL;
118 p_LogWin = new wxTextCtrl(p_PageArea,wxID_ANY,wxEmptyString,
120 p_LogWin->SetFont(* ft_Doc);
123 p_LogBook = new wxLogTextCtrl(p_LogWin); // make p_LogWin the LogBook
127 p_PageArea->AddTab(p_LogWin,_("LogBook"), _T("what is this?") );
200 (db_Br+i)->p_LogWindow = p_LogWin;
H A Ddoc.h60 wxTextCtrl *p_LogWin; member in class:MainDoc

Completed in 35 milliseconds