The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
///////////////////////////////////////////////////////////////////////////////
// Name:        activex.h
// Purpose:     c++ wrapper for wxActiveX
// Author:      Graciliano M. P.
// Modified by:
// Created:     06/03/2003
// RCS-ID:      
// Copyright:   (c) 2003 Graciliano M. P.
// Licence:     This program is free software; you can redistribute it and/or
//              modify it under the same terms as Perl itself
///////////////////////////////////////////////////////////////////////////////

#include "activex/wxactivex.cpp"
#include "cpp/v_cback.h"

class wxPliActiveX:public wxActiveX
{
    WXPLI_DECLARE_DYNAMIC_CLASS( wxPliActiveX );
    WXPLI_DECLARE_V_CBACK();
public:
    WXPLI_DEFAULT_CONSTRUCTOR( wxPliActiveX, "Wx::ActiveX", TRUE );
    WXPLI_CONSTRUCTOR_7( wxPliActiveX, "Wx::ActiveX", TRUE,
                         wxWindow*, const wxString& , wxWindowID,
                         const wxPoint&, const wxSize&, long,
                         const wxString& );

};

WXPLI_IMPLEMENT_DYNAMIC_CLASS( wxPliActiveX, wxActiveX );

// Local variables: //
// mode: c++ //
// End: //