From: David Vallner Date: 2006-10-23T08:51:43+09:00 Subject: Re: Full screen mode toolkit? --------------enig9BF596D42BA5AB6D1AEBDA13 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Michael Gorsuch wrote: > Question: do any of the gui toolkits that ruby works with allow you to > enter > 'full screen' mode? >=20 > Thank you, >=20 > Michael >=20 GTK and its Ruby binding seem to include support for fullscreen mode (using Gtk::Window#fullscreen). Your window manager (on Linux) might or might not allow this, no idea about support in Windows. Qt should support fullscreen mode as well, except as far as I know, there aren't any precompiled bindings for Windows platforms if you need those. The Qt binding webpage claims the public call coverage to be complete. Same difference for WxWidgets, except I'd trust its Windows support more than in the case of Gtk. However, I've no idea about the completeness of the 0.6.0 stable early beta binding with respect to this, and I wouldn't quite use wxRuby2 in production yet. Tk will include support for fullscreen toplevel in version 8.5, refer to TIP 223. About vruby, libxm, Xlib, etc. I have no idea. David Vallner --------------enig9BF596D42BA5AB6D1AEBDA13 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) iD8DBQFFPAQYy6MhrS8astoRAp/0AJwJAxU604hKTarvo4MZsm9ZdlsyiwCfdsSL 2yj3IDUmbjlw9fi8+Q4oK2c= =/zGD -----END PGP SIGNATURE----- --------------enig9BF596D42BA5AB6D1AEBDA13--