diff options
Diffstat (limited to 'gtk+-mingw/share/gtk-doc/html/gtk3/gtk-broadway.html')
-rw-r--r-- | gtk+-mingw/share/gtk-doc/html/gtk3/gtk-broadway.html | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/gtk+-mingw/share/gtk-doc/html/gtk3/gtk-broadway.html b/gtk+-mingw/share/gtk-doc/html/gtk3/gtk-broadway.html deleted file mode 100644 index 367f359..0000000 --- a/gtk+-mingw/share/gtk-doc/html/gtk3/gtk-broadway.html +++ /dev/null @@ -1,55 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Using GTK+ with HTML5</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> -<link rel="home" href="index.html" title="GTK+ 3 Reference Manual"> -<link rel="up" href="gtk.html" title="Part I. GTK+ Overview"> -<link rel="prev" href="gtk-osx.html" title="Using GTK+ on Mac OS X"> -<link rel="next" href="gtk-osx.html" title="Using GTK+ with Wayland"> -<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> -<td><a accesskey="p" href="gtk-osx.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="gtk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> -<th width="100%" align="center">GTK+ 3 Reference Manual</th> -<td><a accesskey="n" href="gtk-osx.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr></table> -<div class="refentry"> -<a name="gtk-broadway"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle">Using GTK+ with HTML5</span></h2> -<p>Using GTK+ with HTML5 — -HTML-specific aspects of using GTK+ -</p> -</td> -<td valign="top" align="right"></td> -</tr></table></div> -<div class="refsect1"> -<a name="id505692"></a><h2>Using GTK+ with HTML5</h2> -<p> -The GDK Broadway backend provides support for displaying GTK+ -applications using HTML5 and Web sockets. To run your application -in this way, select the Broadway backend by setting -<code class="literal">GDK_BACKEND=broadway</code>. Then you can make -your application appear in a web browser by pointing it at -<code class="literal">http://127.0.0.1:8080</code>. Note that you need -to enable web sockets in your web browser. -</p> -<p> -You can choose a different port from the default 8080 by setting -the <code class="envar">BROADWAY_DISPLAY</code> environment variable to the -port that you want to use. -</p> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.18.1</div> -</body> -</html>
\ No newline at end of file |