diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index bb1a8c42c5..ec232717c5 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -333,10 +333,6 @@ How to compile GTK+ itself --disable-Bsymbolic --enable-Bsymbolic - - --disable-shm - --enable-shm - --disable-xkb --enable-xkb @@ -448,17 +444,6 @@ How to compile GTK+ itself - - <systemitem>--disable-shm</systemitem> and - <systemitem>--enable-shm</systemitem> - - - 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'. - - - <systemitem>--disable-xkb</systemitem> and <systemitem>--enable-xkb</systemitem> diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index 60bf1af552..dc2c106e4c 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -19,11 +19,11 @@ GTK+ is a library for creating graphical user interfaces. It -works on many UNIX-like platforms, Windows, and on framebuffer -devices. GTK+ is released under the GNU Library General Public License +works on many UNIX-like platforms, Windows, and OS X. +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 +allows for maximum flexibility. Bindings for many other languages have been written, including C++, Objective-C, Guile/Scheme, Perl, Python, TOM, Ada95, Free Pascal, and Eiffel. @@ -66,8 +66,8 @@ output devices. Pango Pango is a library for internationalized text handling. It centers -around the #PangoLayout object, representing a paragraph of text. -Pango provides the engine for #GtkTextView, #GtkLabel, #GtkEntry, and +around the PangoLayout object, representing a paragraph of text. +Pango provides the engine for GtkTextView, GtkLabel, GtkEntry, and other widgets that display text. @@ -87,9 +87,9 @@ framework. GdkPixbuf -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. -Use a #GdkPixbuf in combination with #GtkImage to display images. +Use a GdkPixbuf in combination with GtkImage to display images. @@ -97,8 +97,8 @@ Use a #GdkPixbuf in combination with #GtkImage to display images. GDK GDK is the abstraction layer that allows GTK+ to support multiple -windowing systems. GDK provides drawing and window system facilities -on X11, Windows, and the Linux framebuffer device. +windowing systems. GDK provides window system facilities on X11, Windows, +and OS X. @@ -106,7 +106,7 @@ on X11, Windows, and the Linux framebuffer device. GTK+ The GTK+ library itself contains widgets, -that is, GUI components such as #GtkButton or #GtkTextView. +that is, GUI components such as GtkButton or GtkTextView. diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 3fb5c4d60a..06d862d5ca 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -5486,8 +5486,6 @@ GtkScrollType GtkSelectionMode GtkShadowType GtkStateType -GtkSubmenuDirection -GtkSubmenuPlacement GtkToolbarStyle GtkUpdateType GtkWindowPosition