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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddpycmn.cpp3 // Purpose: wxDisplay and wxDisplayImplSingle implementation
55 // wxDisplayImplSingle: trivial implementation working for main display only
58 class WXDLLEXPORT wxDisplayImplSingle : public wxDisplayImpl class in inherits:wxDisplayImpl
61 wxDisplayImplSingle() : wxDisplayImpl(0) { } function in class:wxDisplayImplSingle
88 DECLARE_NO_COPY_CLASS(wxDisplayImplSingle)
253 return n != 0 ? NULL : new wxDisplayImplSingle;

Completed in 23 milliseconds