windows (file is blank)
2001-02-08 Havoc Pennington <hp@pobox.com> * gtk/windows.sgml: windows (file is blank) * gtk/framebuffer.sgml: framebuffer (file is blank) * gtk/compiling.sgml: how to use pkg-config, etc. (file is blank for now)
This commit is contained in:
committed by
Havoc Pennington
parent
45510aefc3
commit
dbb0342835
@ -1,3 +1,12 @@
|
||||
2001-02-08 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/windows.sgml: windows (file is blank)
|
||||
|
||||
* gtk/framebuffer.sgml: framebuffer (file is blank)
|
||||
|
||||
* gtk/compiling.sgml: how to use pkg-config, etc. (file is
|
||||
blank for now)
|
||||
|
||||
2001-02-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/tmpl/gtkfixed.sgml: Add the intro docs section
|
||||
|
||||
24
docs/reference/gtk/compiling.sgml
Normal file
24
docs/reference/gtk/compiling.sgml
Normal file
@ -0,0 +1,24 @@
|
||||
<refentry id="gtk-compiling" revision="4 Feb 2001">
|
||||
<refmeta>
|
||||
<refentrytitle>Compiling GTK+ Applications</refentrytitle>
|
||||
<manvolnum>3</manvolnum>
|
||||
<refmiscinfo>GTK Library</refmiscinfo>
|
||||
</refmeta>
|
||||
|
||||
<refnamediv>
|
||||
<refname>Compiling GTK+ Applications</refname>
|
||||
<refpurpose>
|
||||
How to compile your GTK+ application
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1>
|
||||
<title>Compiling GTK+ Applications</title>
|
||||
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
24
docs/reference/gtk/framebuffer.sgml
Normal file
24
docs/reference/gtk/framebuffer.sgml
Normal file
@ -0,0 +1,24 @@
|
||||
<refentry id="gtk-framebuffer" revision="4 Feb 2001">
|
||||
<refmeta>
|
||||
<refentrytitle>Framebuffer</refentrytitle>
|
||||
<manvolnum>3</manvolnum>
|
||||
<refmiscinfo>GTK Library</refmiscinfo>
|
||||
</refmeta>
|
||||
|
||||
<refnamediv>
|
||||
<refname>Framebuffer</refname>
|
||||
<refpurpose>
|
||||
Using embedded GTK+ on the Linux framebuffer
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1>
|
||||
<title>Framebuffer</title>
|
||||
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
@ -140,6 +140,9 @@
|
||||
<!entity index-Objects-Grouped SYSTEM "objects_grouped.sgml">
|
||||
<!entity gtk-TextWidget SYSTEM "text_widget.sgml">
|
||||
<!entity gtk-TreeWidget SYSTEM "tree_widget.sgml">
|
||||
<!entity gtk-Compiling SYSTEM "compiling.sgml">
|
||||
<!entity gtk-Windows SYSTEM "windows.sgml">
|
||||
<!entity gtk-Framebuffer SYSTEM "framebuffer.sgml">
|
||||
]>
|
||||
<book id="index">
|
||||
<bookinfo>
|
||||
@ -158,9 +161,9 @@ licenses or royalties.
|
||||
</para>
|
||||
<para>
|
||||
GTK+ is a set of libraries to create graphical user interfaces. It
|
||||
works on many Unix-like platforms, and a Windows version is in
|
||||
development. GTK+ is released under the GNU Library General Public
|
||||
License (GNU LGPL), which allows for flexible licensing of client
|
||||
works on many Unix-like platforms, Windows, and on framebuffer
|
||||
devices. GTK+ is released under the GNU Library General Public License
|
||||
(GNU LGPL), which allows for flexible licensing of client
|
||||
applications. GTK+ has a C-based object-oriented architecture that
|
||||
allows for maximum flexibility. Bindings for other languages have
|
||||
been written, including C++, Objective-C, Guile/Scheme, Perl, Python,
|
||||
@ -194,6 +197,9 @@ An advanced widget set.
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
>k-Compiling;
|
||||
>k-Windows;
|
||||
>k-Framebuffer;
|
||||
>k-General;
|
||||
>k-Feature-Test-Macros;
|
||||
>k-Graphics-Contexts;
|
||||
|
||||
24
docs/reference/gtk/windows.sgml
Normal file
24
docs/reference/gtk/windows.sgml
Normal file
@ -0,0 +1,24 @@
|
||||
<refentry id="gtk-windows" revision="4 Feb 2001">
|
||||
<refmeta>
|
||||
<refentrytitle>Using GTK+ on Windows</refentrytitle>
|
||||
<manvolnum>3</manvolnum>
|
||||
<refmiscinfo>GTK Library</refmiscinfo>
|
||||
</refmeta>
|
||||
|
||||
<refnamediv>
|
||||
<refname>Using GTK+ on Windows</refname>
|
||||
<refpurpose>
|
||||
Windows-specific aspects of using GTK+
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1>
|
||||
<title>Using GTK+ on Windows</title>
|
||||
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
Reference in New Issue
Block a user