Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / cpp / window.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name:        cpp/window.h
3 // Purpose:     c++ wrapper for wxWindow
4 // Author:      Mattia Barbon
5 // Modified by:
6 // Created:     03/11/2000
7 // RCS-ID:      $Id: window.h 2057 2007-06-18 23:03:00Z mbarbon $
8 // Copyright:   (c) 2000-2001, 2004 Mattia Barbon
9 // Licence:     This program is free software; you can redistribute it and/or
10 //              modify it under the same terms as Perl itself
11 /////////////////////////////////////////////////////////////////////////////
12
13 WXPLI_DECLARE_CLASS_6( Window, true,
14                        wxWindow*, wxWindowID, const wxPoint&,
15                        const wxSize&, long, const wxString& );
16
17 WXPLI_IMPLEMENT_DYNAMIC_CLASS( wxPliWindow, wxWindow );
18
19 // local variables:
20 // mode: c++
21 // end: