]> git.saurik.com Git - wxWidgets.git/blob - include/wx/moviectrl.h
clear up wxStringBuffer docs a bit
[wxWidgets.git] / include / wx / moviectrl.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/moviectrl.h
3 // Purpose: wxMovieCtrl class
4 // Author: Ryan Norton <wxprojects@comcast.net>
5 // Modified by:
6 // Created: 11/07/04
7 // RCS-ID: $Id$
8 // Copyright: (c) Ryan Norton
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #if defined(__WXMSW__)
13 #include "wx/msw/moviectrl.h"
14 #elif defined(__WXMAC__)
15 #include "wx/mac/carbon/moviectrl.h"
16 #endif