]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/directfb.sgml
Bug 319607 – Add a throbber (activity widget) to GTK+
[~andy/gtk] / docs / reference / gtk / directfb.sgml
1 <?xml version="1.0"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 ]>
5 <refentry id="gtk-directfb">
6 <refmeta>
7 <refentrytitle>Using GTK+ on DirectFB</refentrytitle>
8 <manvolnum>3</manvolnum>
9 <refmiscinfo>GTK Library</refmiscinfo>
10 </refmeta>
11
12 <refnamediv>
13 <refname>Using GTK+ on DirectFB</refname>
14 <refpurpose>
15 DirectFB-specific aspects of using GTK+
16 </refpurpose>
17 </refnamediv>
18
19 <refsect1>
20 <title>Using GTK+ on DirectFB</title>
21
22 <para>
23 The DirectFB port of GTK+ is an implementation of GDK (and therefore GTK+) 
24 on top of the <ulink url="http://www.directfb.org">DirectFB</ulink> 
25 libraries.
26 </para>
27
28 <para>
29 Like the obsolete linux-fb port of GTK+, it runs on the Linux framebuffer,
30 but the DirectFB libraries provide additional features like hardware graphics 
31 acceleration, input device handling and abstraction and an integrated windowing 
32 system.
33 </para>
34
35 <refsect2><title>Build requirements</title>
36
37 <para>
38 Beyond the usual GTK+ build requirements, the DirectFB backend (obviously) 
39 needs the DirectFB libraries (at least 0.9.21) and cairo compiled with 
40 DirectFB support.
41 </para>
42 </refsect2>
43 </refsect1>
44 </refentry>