Some documentation updates
This commit is contained in:
@@ -333,10 +333,6 @@ How to compile GTK+ itself
|
|||||||
<arg>--disable-Bsymbolic</arg>
|
<arg>--disable-Bsymbolic</arg>
|
||||||
<arg>--enable-Bsymbolic</arg>
|
<arg>--enable-Bsymbolic</arg>
|
||||||
</group>
|
</group>
|
||||||
<group>
|
|
||||||
<arg>--disable-shm</arg>
|
|
||||||
<arg>--enable-shm</arg>
|
|
||||||
</group>
|
|
||||||
<group>
|
<group>
|
||||||
<arg>--disable-xkb</arg>
|
<arg>--disable-xkb</arg>
|
||||||
<arg>--enable-xkb</arg>
|
<arg>--enable-xkb</arg>
|
||||||
@@ -448,17 +444,6 @@ How to compile GTK+ itself
|
|||||||
</para>
|
</para>
|
||||||
</formalpara>
|
</formalpara>
|
||||||
|
|
||||||
<formalpara>
|
|
||||||
<title><systemitem>--disable-shm</systemitem> and
|
|
||||||
<systemitem>--enable-shm</systemitem></title>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
These options can be used to control whether GTK+ will use shared
|
|
||||||
memory to communicate with the X server when possible.
|
|
||||||
The default is 'yes'.
|
|
||||||
</para>
|
|
||||||
</formalpara>
|
|
||||||
|
|
||||||
<formalpara>
|
<formalpara>
|
||||||
<title><systemitem>--disable-xkb</systemitem> and
|
<title><systemitem>--disable-xkb</systemitem> and
|
||||||
<systemitem>--enable-xkb</systemitem></title>
|
<systemitem>--enable-xkb</systemitem></title>
|
||||||
|
|||||||
@@ -19,11 +19,11 @@
|
|||||||
<partintro>
|
<partintro>
|
||||||
<para>
|
<para>
|
||||||
GTK+ is a library for creating graphical user interfaces. It
|
GTK+ is a library for creating graphical user interfaces. It
|
||||||
works on many UNIX-like platforms, Windows, and on framebuffer
|
works on many UNIX-like platforms, Windows, and OS X.
|
||||||
devices. GTK+ is released under the GNU Library General Public License
|
GTK+ is released under the GNU Library General Public License
|
||||||
(GNU LGPL), which allows for flexible licensing of client
|
(GNU LGPL), which allows for flexible licensing of client
|
||||||
applications. GTK+ has a C-based object-oriented architecture that
|
applications. GTK+ has a C-based object-oriented architecture that
|
||||||
allows for maximum flexibility. Bindings for other languages have
|
allows for maximum flexibility. Bindings for many other languages have
|
||||||
been written, including C++, Objective-C, Guile/Scheme, Perl, Python,
|
been written, including C++, Objective-C, Guile/Scheme, Perl, Python,
|
||||||
TOM, Ada95, Free Pascal, and Eiffel.
|
TOM, Ada95, Free Pascal, and Eiffel.
|
||||||
</para>
|
</para>
|
||||||
@@ -66,8 +66,8 @@ output devices.
|
|||||||
<term>Pango</term>
|
<term>Pango</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Pango is a library for internationalized text handling. It centers
|
Pango is a library for internationalized text handling. It centers
|
||||||
around the #PangoLayout object, representing a paragraph of text.
|
around the PangoLayout object, representing a paragraph of text.
|
||||||
Pango provides the engine for #GtkTextView, #GtkLabel, #GtkEntry, and
|
Pango provides the engine for GtkTextView, GtkLabel, GtkEntry, and
|
||||||
other widgets that display text.
|
other widgets that display text.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -87,9 +87,9 @@ framework.
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>GdkPixbuf</term>
|
<term>GdkPixbuf</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
This is a small library which allows you to create #GdkPixbuf
|
This is a small library which allows you to create GdkPixbuf
|
||||||
("pixel buffer") objects from image data or image files.
|
("pixel buffer") objects from image data or image files.
|
||||||
Use a #GdkPixbuf in combination with #GtkImage to display images.
|
Use a GdkPixbuf in combination with GtkImage to display images.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -97,8 +97,8 @@ Use a #GdkPixbuf in combination with #GtkImage to display images.
|
|||||||
<term>GDK</term>
|
<term>GDK</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
GDK is the abstraction layer that allows GTK+ to support multiple
|
GDK is the abstraction layer that allows GTK+ to support multiple
|
||||||
windowing systems. GDK provides drawing and window system facilities
|
windowing systems. GDK provides window system facilities on X11, Windows,
|
||||||
on X11, Windows, and the Linux framebuffer device.
|
and OS X.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ on X11, Windows, and the Linux framebuffer device.
|
|||||||
<term>GTK+</term>
|
<term>GTK+</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
The GTK+ library itself contains <firstterm>widgets</firstterm>,
|
The GTK+ library itself contains <firstterm>widgets</firstterm>,
|
||||||
that is, GUI components such as #GtkButton or #GtkTextView.
|
that is, GUI components such as GtkButton or GtkTextView.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|||||||
@@ -5486,8 +5486,6 @@ GtkScrollType
|
|||||||
GtkSelectionMode
|
GtkSelectionMode
|
||||||
GtkShadowType
|
GtkShadowType
|
||||||
GtkStateType
|
GtkStateType
|
||||||
GtkSubmenuDirection
|
|
||||||
GtkSubmenuPlacement
|
|
||||||
GtkToolbarStyle
|
GtkToolbarStyle
|
||||||
GtkUpdateType
|
GtkUpdateType
|
||||||
GtkWindowPosition
|
GtkWindowPosition
|
||||||
|
|||||||
Reference in New Issue
Block a user