]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mediactrl.tex
don't make read-only text controls editable when enabled
[wxWidgets.git] / docs / latex / wx / mediactrl.tex
index ef6c49a0556874e74bce2fec9408e830fa6f607e..2d903ddf164aab81dab1441fc09425b769a7d3ba 100644 (file)
@@ -11,7 +11,7 @@
 
 \section{\class{wxMediaCtrl}}\label{wxmediactrl}
 
 
 \section{\class{wxMediaCtrl}}\label{wxmediactrl}
 
-wxMediaCtrl is a class that allows a way to convieniently display types of 
+wxMediaCtrl is a class for displaying types of 
 media, such as videos, audio files, natively through native codecs.
 
 wxMediaCtrl uses native backends to render media, for example on Windows
 media, such as videos, audio files, natively through native codecs.
 
 wxMediaCtrl uses native backends to render media, for example on Windows
@@ -200,8 +200,8 @@ of wxMediaCtrl.
 
 \func{}{wxMediaCtrl}{
         \param{wxWindow* }{parent}, 
 
 \func{}{wxMediaCtrl}{
         \param{wxWindow* }{parent}, 
-        \param{const wxString\& }{fileName = wxT("")},
         \param{wxWindowID }{id}, 
         \param{wxWindowID }{id}, 
+        \param{const wxString\& }{fileName = wxT("")},
         \param{const wxPoint\& }{pos = wxDefaultPosition}, 
         \param{const wxSize\& }{size = wxDefaultSize}, 
         \param{long }{style = 0}, 
         \param{const wxPoint\& }{pos = wxDefaultPosition}, 
         \param{const wxSize\& }{size = wxDefaultSize}, 
         \param{long }{style = 0}, 
@@ -228,8 +228,8 @@ wxMediaCtrl figure it out.}
 
 \func{bool}{Create}{
         \param{wxWindow* }{parent}, 
 
 \func{bool}{Create}{
         \param{wxWindow* }{parent}, 
-        \param{const wxString\& }{fileName = wxT("")},
         \param{wxWindowID }{id}, 
         \param{wxWindowID }{id}, 
+        \param{const wxString\& }{fileName = wxT("")},
         \param{const wxPoint\& }{pos = wxDefaultPosition}, 
         \param{const wxSize\& }{size = wxDefaultSize}, 
         \param{long }{style = 0}, 
         \param{const wxPoint\& }{pos = wxDefaultPosition}, 
         \param{const wxSize\& }{size = wxDefaultSize}, 
         \param{long }{style = 0}, 
@@ -420,3 +420,4 @@ stopping works.
 \func{wxFileOffset}{Tell}{\void}
 
 Obtains the current position in time within the movie in milliseconds.
 \func{wxFileOffset}{Tell}{\void}
 
 Obtains the current position in time within the movie in milliseconds.
+