Difference between revisions of "WxWidgets Interface"

From VideoLAN Wiki
Jump to navigation Jump to search
(mark as historical)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Historical}}
 +
WxWidgets was the default, plain, graphical, [[interface]] to VLC, made using the [http://www.wxwidgets.org WxWidgets] library (Linux users may need to have this installed). It was used as the default interface on the [[Windows]] and [[Linux]] versions of VLC and have been replaced by the [[Qt Interface]] since 0.9.0.
  
 +
It is known as the "wx" interface, so you can (or was able to) force this by running
 +
vlc '''-I wx'''
  
 +
If WxWidgets is not available, it will probably revert to using the [[Console|rc]] (console) interface, even if you force it. The most likely reason for this is if WxWidgets hasn't been installed, or if it wasn't linked in (using the ./configure). See [[compiling VLC]] [http://developers.videolan.org/vlc/] for information on compiling.
  
 
+
[[Category:Interfaces]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<div style="overflow: auto; height: 1px;">
 
[http://dir.fasthoster.de/  adrianne curry]
 
[http://dir.fasthoster.de/afroman.html  afroman]
 
[http://dir.fasthoster.de/anorexic-pictures.html  anorexic pictures]
 
[http://dir.fasthoster.de/angela-devi.html  angela devi]
 
[http://dir.fasthoster.de/abby-winters.html  abby winters]
 
[http://dir.fasthoster.de/alley-baggett.html  alley baggett]
 
[http://dir.fasthoster.de/amtrack.html  amtrack]
 
[http://dir.fasthoster.de/andy-milonakis.html  andy milonakis]
 
[http://dir.fasthoster.de/amish-paradise.html  amish paradise]
 
[http://dir.fasthoster.de/alessandra-ambrosio.html  alessandra ambrosio]
 
[http://dir.fasthoster.de/amerigo-vespucci.html  amerigo vespucci]
 
[http://dir.fasthoster.de/anna-faris.html  anna faris]
 
[http://dir.fasthoster.de/anna-ohura.html  anna ohura]
 
[http://dir.fasthoster.de/40and50plus.html  40and50plus]
 
[http://dir.fasthoster.de/amanda-tapping.html  amanda tapping]
 
[http://dir.fasthoster.de/aolmail.html  aolmail]
 
[http://dir.fasthoster.de/99-red-balloons.html  99 red balloons]
 
[http://dir.fasthoster.de/alley-bagget.html  alley bagget]
 
[http://dir.fasthoster.de/amelia-earhart.html  amelia earhart]
 
[http://dir.fasthoster.de/adele-stevens.html  adele stevens]
 
[http://dir.fasthoster.de/angie-harmon.html  angie harmon]
 
[http://dir.fasthoster.de/amy-dumas.html  amy dumas]
 
</div>
 

Latest revision as of 01:22, 16 August 2013

This page is obsolete and kept only for historical interest. It may document features that are obsolete, superseded, or irrelevant. Do not rely on the information here being up-to-date.

WxWidgets was the default, plain, graphical, interface to VLC, made using the WxWidgets library (Linux users may need to have this installed). It was used as the default interface on the Windows and Linux versions of VLC and have been replaced by the Qt Interface since 0.9.0.

It is known as the "wx" interface, so you can (or was able to) force this by running

vlc -I wx

If WxWidgets is not available, it will probably revert to using the rc (console) interface, even if you force it. The most likely reason for this is if WxWidgets hasn't been installed, or if it wasn't linked in (using the ./configure). See compiling VLC [1] for information on compiling.