Tweaks to emulator and documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-03-11 12:10:03 +00:00
parent 2e7b0a1617
commit d1b327e1f9
9 changed files with 382 additions and 59 deletions

View File

@@ -44,6 +44,14 @@ Then run wxEmulator:
% emulator &
or
% emulator mydevice.wxe &
to specify a configuration file. Run emulator --help
to show what options are available, such as --use-display
for specifying a display other than :100.
After a brief flicker in which wxEmulator steals
Xnest's window, you should see an emulated iPAQ with
a checked screen that indicates raw X with nothing else
@@ -69,9 +77,9 @@ before running it. E.g.:
% export DISPLAY=:100
% xterm &
Eventually the emulator will support configurable
skins, complete with buttons as on the actual device.
For now, it just pretends to be an iPAQ.
For details on the configuration file format, please
see default.wxe. Eventually it will support
device buttons.
Compiling wxEmulator
====================