HomeSort by relevance Sort by last modified time
    Searched defs:CPWL_Label (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Label.h 12 class PWL_CLASS CPWL_Label : public CPWL_Wnd
15 CPWL_Label();
16 virtual ~CPWL_Label();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Label.cpp 12 /* ---------------------------- CPWL_Label ------------------------------ */
14 CPWL_Label::CPWL_Label() : m_pEdit(NULL)
21 CPWL_Label::~CPWL_Label()
26 CFX_ByteString CPWL_Label::GetClassName() const
28 return "CPWL_Label";
31 void CPWL_Label::OnCreated()
46 void CPWL_Label::SetText(FX_LPCWSTR csText)
51 void CPWL_Label::RePosChildWnd()
    [all...]

Completed in 80 milliseconds