2008-07-10 03:27:56 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
]>
|
2006-03-15 06:46:00 +00:00
|
|
|
<refentry id="gtk-directfb">
|
|
|
|
<refmeta>
|
|
|
|
<refentrytitle>Using GTK+ on DirectFB</refentrytitle>
|
|
|
|
<manvolnum>3</manvolnum>
|
|
|
|
<refmiscinfo>GTK Library</refmiscinfo>
|
|
|
|
</refmeta>
|
|
|
|
|
|
|
|
<refnamediv>
|
|
|
|
<refname>Using GTK+ on DirectFB</refname>
|
|
|
|
<refpurpose>
|
|
|
|
DirectFB-specific aspects of using GTK+
|
|
|
|
</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
<title>Using GTK+ on DirectFB</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The DirectFB port of GTK+ is an implementation of GDK (and therefore GTK+)
|
|
|
|
on top of the <ulink url="http://www.directfb.org">DirectFB</ulink>
|
|
|
|
libraries.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Like the obsolete linux-fb port of GTK+, it runs on the Linux framebuffer,
|
|
|
|
but the DirectFB libraries provide additional features like hardware graphics
|
|
|
|
acceleration, input device handling and abstraction and an integrated windowing
|
|
|
|
system.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<refsect2><title>Build requirements</title>
|
|
|
|
|
|
|
|
<para>
|
2007-06-10 06:52:51 +00:00
|
|
|
Beyond the usual GTK+ build requirements, the DirectFB backend (obviously)
|
|
|
|
needs the DirectFB libraries (at least 0.9.21) and cairo compiled with
|
|
|
|
DirectFB support.
|
2006-03-15 06:46:00 +00:00
|
|
|
</para>
|
2006-03-28 18:47:43 +00:00
|
|
|
</refsect2>
|
2006-03-15 06:46:00 +00:00
|
|
|
</refsect1>
|
|
|
|
</refentry>
|