forked from AuroraMiddleware/gtk
804a06b859
* gtk/building.sgml: * gtk/changes-1.2.sgml: * gtk/changes-2.0.sgml: * gtk/compiling.sgml: * gtk/directfb.sgml: * gtk/glossary.xml: * gtk/gtk-docs.sgml: * gtk/gtk-query-immodules-2.0.xml: * gtk/gtk-update-icon-cache.xml: * gtk/migrating-GtkAboutDialog.sgml: * gtk/migrating-GtkAction.sgml: * gtk/migrating-GtkAssistant.sgml: * gtk/migrating-GtkBuilder.sgml: * gtk/migrating-GtkColorButton.sgml: * gtk/migrating-GtkComboBox.sgml: * gtk/migrating-GtkFileChooser.sgml: * gtk/migrating-GtkIconView.sgml: * gtk/migrating-GtkLinkButton.sgml: * gtk/migrating-GtkRecentChooser.sgml: * gtk/migrating-GtkTooltip.sgml: * gtk/migrating-checklist.sgml: * gtk/osx.sgml: * gtk/other_software.sgml: * gtk/question_index.sgml: * gtk/resources.sgml: * gtk/running.sgml: * gtk/text_widget.sgml: * gtk/tree_widget.sgml: * gtk/visual_index.xml: * gtk/windows.sgml: * gtk/x11.sgml: Use xi:include to speed up doc-build. Remove some unused entities. svn path=/trunk/; revision=20812
45 lines
1.2 KiB
XML
45 lines
1.2 KiB
XML
<?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" [
|
|
]>
|
|
<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>
|
|
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.
|
|
</para>
|
|
</refsect2>
|
|
</refsect1>
|
|
</refentry>
|