diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-13 19:27:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-13 19:27:10 +0900 |
commit | 776c3b3e9db39c21b62299a0082f5f9d18f5c6b9 (patch) | |
tree | 90d80b82cdb9ad886991c1b1fd039bf3d44e2057 /languages/cpp | |
parent | c83179688cf0aa148610cfc4e32ae6d83d8904b8 (diff) | |
download | tdevelop-776c3b3e9db39c21b62299a0082f5f9d18f5c6b9.tar.gz tdevelop-776c3b3e9db39c21b62299a0082f5f9d18f5c6b9.zip |
Updated gLib, GDK-pixbuf and GDK TDevelop documentation toc files. This relates to bug 1859.
Diffstat (limited to 'languages/cpp')
-rw-r--r-- | languages/cpp/doc/CMakeLists.txt | 2 | ||||
-rw-r--r-- | languages/cpp/doc/Makefile.am | 2 | ||||
-rw-r--r-- | languages/cpp/doc/gnome.toc (renamed from languages/cpp/doc/gnome1.toc) | 259 |
3 files changed, 157 insertions, 106 deletions
diff --git a/languages/cpp/doc/CMakeLists.txt b/languages/cpp/doc/CMakeLists.txt index 1d861559..0c15988d 100644 --- a/languages/cpp/doc/CMakeLists.txt +++ b/languages/cpp/doc/CMakeLists.txt @@ -14,7 +14,7 @@ install( FILES clanlib.toc cppannotations.toc gnome_bugs.toc - gnome1.toc + gnome.toc gnustep.toc kde2book.toc kdetemplates.toc diff --git a/languages/cpp/doc/Makefile.am b/languages/cpp/doc/Makefile.am index bedd0fdb..da9c97f1 100644 --- a/languages/cpp/doc/Makefile.am +++ b/languages/cpp/doc/Makefile.am @@ -4,7 +4,7 @@ toc_DATA = \ clanlib.toc \ cppannotations.toc \ gnome_bugs.toc \ - gnome1.toc \ + gnome.toc \ gnustep.toc \ kde2book.toc \ kdetemplates.toc \ diff --git a/languages/cpp/doc/gnome1.toc b/languages/cpp/doc/gnome.toc index 577d61af..0a38457a 100644 --- a/languages/cpp/doc/gnome1.toc +++ b/languages/cpp/doc/gnome.toc @@ -1,118 +1,169 @@ <!DOCTYPE tdeveloptoc> <tdeveloptoc> -<title>GNOME 1.0 API Reference</title> -<base href="http://developer.gnome.org/doc/API"/> -<tocsect1 name="GLib" url="glib/index.html"> - <tocsect2 name="GLib Fundamentals" url="glib/glib-fundamentals.html"> - <tocsect3 name="Basic Types" url="glib/glib-basic-types.html"/> - <tocsect3 name="Limits of Basic Types" url="glib/glib-limits-of-basic-types.html"/> - <tocsect3 name="Standard Macros" url="glib/glib-standard-macros.html"/> - <tocsect3 name="Type Conversion Macros" url="glib/glib-type-conversion-macros.html"/> - <tocsect3 name="Byte Order Macros" url="glib/glib-type-conversion-macros.html"/> - <tocsect3 name="Miscellaneous Macros" url="glib/glib-miscellaneous-macros.html"/> +<title>GNOME API Reference</title> +<base href="http://developer.gnome.org"/> +<tocsect1 name="GLib" url="glib/stable"> + <tocsect2 name="GLib Overview" url="glib/stable/glib.html"> + <tocsect3 name="Compiling the GLib package" url="glib/stable/glib-building.html"/> + <tocsect3 name="Cross-compiling the GLib package" url="glib/stable/glib-cross-compiling.html"/> + <tocsect3 name="Writing GLib Applications" url="glib/stable/glib-programming.html"/> + <tocsect3 name="Compiling GLib Applications" url="glib/stable/glib-compiling.html"/> + <tocsect3 name="Running GLib Applications" url="glib/stable/glib-running.html"/> + <tocsect3 name="Changes to GLib" url="glib/stable/glib-changes.html"/> + <tocsect3 name="Mailing lists and bug reports" url="glib/stable/glib-resources.html"/> </tocsect2> - <tocsect2 name="GLib Core Application Support" url="glib/glib-core.html"> - <tocsect3 name="The Main Event Loop" url="glib/glib-the-main-event-loop.html"/> - <tocsect3 name="Threads" url="glib/glib-threads.html"/> - <tocsect3 name="Dynamic Loading of Modules" url="glib/glib-dynamic-loading-of-modules.html"/> - <tocsect3 name="Memory Allocation" url="glib/glib-memory-allocation.html"/> - <tocsect3 name="IO Channels" url="glib/glib-io-channels.html"/> - <tocsect3 name="Message Output and Debugging Functions" url="glib/glib-warnings-and-assertions.html"/> - <tocsect3 name="Message Logging" url="glib/glib-message-logging.html"/> + <tocsect2 name="GLib Fundamentals" url="glib/stable/glib-fundamentals.html"> + <tocsect3 name="Version Information" url="glib/stable/glib-Version-Information.html"/> + <tocsect3 name="Basic Types" url="glib/stable/glib-Basic-Types.html"/> + <tocsect3 name="Standard Macros" url="glib/stable/glib-Standard-Macros.html"/> + <tocsect3 name="Type Conversion Macros" url="glib/stable/glib-Type-Conversion-Macros.html"/> + <tocsect3 name="Byte Order Macros" url="glib/stable/glib-Byte-Order-Macros.html"/> + <tocsect3 name="Numerical Definitions" url="glib/stable/glib-Numerical-Definitions.html"/> + <tocsect3 name="Miscellaneous Macros" url="glib/stable/glib-Miscellaneous-Macros.html"/> + <tocsect3 name="Atomic Operations" url="glib/stable/glib-Atomic-Operations.html"/> </tocsect2> - <tocsect2 name="GLib Utilities" url="glib/glib-utilities.html"> - <tocsect3 name="String Utility Functions" url="glib/glib-string-utility-functions.html"/> - <tocsect3 name="Date and Time Functions" url="glib/glib-date-and-time-functions.html"/> - <tocsect3 name="Hook Functions" url="glib/glib-hook-functions.html"/> - <tocsect3 name="Miscellaneous Utility Functions" url="glib/glib-miscellaneous-utility-functions.html"/> - <tocsect3 name="Lexical Scanner" url="glib/glib-lexical-scanner.html"/> - <tocsect3 name="Automatic String Completion" url="glib/glib-automatic-string-completion.html"/> - <tocsect3 name="Timers" url="glib/glib-timers.html"/> - <tocsect3 name="Windows Compatibility Functions" url="glib/glib-windows-compatability-functions.html"/> + <tocsect2 name="GLib Core Application Support" url="glib/stable/glib-core.html"> + <tocsect3 name="The Main Event Loop" url="glib/stable/glib-The-Main-Event-Loop.html"/> + <tocsect3 name="Threads" url="glib/stable/glib-Threads.html"/> + <tocsect3 name="Thread Pools" url="glib/stable/glib-Thread-Pools.html"/> + <tocsect3 name="Asynchronous Queues" url="glib/stable/glib-Asynchronous-Queues.html"/> + <tocsect3 name="Dynamic Loading of Modules" url="glib/stable/glib-Dynamic-Loading-of-Modules.html"/> + <tocsect3 name="Memory Allocation" url="glib/stable/glib-Memory-Allocation.html"/> + <tocsect3 name="Memory Slices" url="glib/stable/glib-Memory-Slices.html"/> + <tocsect3 name="IO Channels" url="glib/stable/glib-IO-Channels.html"/> + <tocsect3 name="Error Reporting" url="glib/stable/glib-Error-Reporting.html"/> + <tocsect3 name="Message Output and Debugging Functions" url="glib/stable/glib-Warnings-and-Assertions.html"/> + <tocsect3 name="Message Logging" url="glib/stable/glib-Message-Logging.html"/> </tocsect2> - <tocsect2 name="GLib Data Types" url="glib/glib-data-types.html"> - <tocsect3 name="Memory Chunks" url="glib/glib-memory-chunks.html"/> - <tocsect3 name="Doubly-Linked Lists" url="glib/glib-doubly-linked-lists.html"/> - <tocsect3 name="Singly-Linked Lists" url="glib/glib-singly-linked-lists.html"/> - <tocsect3 name="Hash Tables" url="glib/glib-hash-tables.html"/> - <tocsect3 name="Strings" url="glib/glib-strings.html"/> - <tocsect3 name="String Chunks" url="glib/glib-string-chunks.html"/> - <tocsect3 name="Arrays" url="glib/glib-arrays.html"/> - <tocsect3 name="Pointer Arrays" url="glib/glib-pointer-arrays.html"/> - <tocsect3 name="Byte Arrays" url="glib/glib-byte-arrays.html"/> - <tocsect3 name="Balanced Binary Trees" url="glib/glib-balanced-binary-trees.html"/> - <tocsect3 name="N-ary Trees" url="glib/glib-n-ary-trees.html"/> - <tocsect3 name="Quarks" url="glib/glib-quarks.html"/> - <tocsect3 name="Keyed Data Lists" url="glib/glib-keyed-data-lists.html"/> - <tocsect3 name="Datasets" url="glib/glib-datasets.html"/> - <tocsect3 name="Relations and Tuples" url="glib/glib-relations-and-tuples.html"/> - <tocsect3 name="Caches" url="glib/glib-caches.html"/> - <tocsect3 name="Memory Allocators" url="glib/glib-memory-allocators.html"/> + <tocsect2 name="GLib Utilities" url="glib/stable/glib-utilities.html"> + <tocsect3 name="String Utility Functions" url="glib/stable/glib-String-Utility-Functions.html"/> + <tocsect3 name="Character Set Conversion" url="glib/stable/glib-Character-Set-Conversion.html"/> + <tocsect3 name="Unicode Manipulation" url="glib/stable/glib-Unicode-Manipulation.html"/> + <tocsect3 name="Base64 Encoding" url="glib/stable/glib-Base64-Encoding.html"/> + <tocsect3 name="Data Checksums" url="glib/stable/glib-Data-Checksums.html"/> + <tocsect3 name="Secure HMAC Digests" url="glib/stable/glib-Data-HMACs.html"/> + <tocsect3 name="Internationalization" url="glib/stable/glib-I18N.html"/> + <tocsect3 name="Date and Time Functions" url="glib/stable/glib-Date-and-Time-Functions.html"/> + <tocsect3 name="GTimeZone" url="glib/stable/glib-GTimeZone.html"/> + <tocsect3 name="GDateTime" url="glib/stable/glib-GDateTime.html"/> + <tocsect3 name="Random Numbers" url="glib/stable/glib-Random-Numbers.html"/> + <tocsect3 name="Hook Functions" url="glib/stable/glib-Hook-Functions.html"/> + <tocsect3 name="Miscellaneous Utility Functions" url="glib/stable/glib-Miscellaneous-Utility-Functions.html"/> + <tocsect3 name="Lexical Scanner" url="glib/stable/glib-Lexical-Scanner.html"/> + <tocsect3 name="Timers" url="glib/stable/glib-Timers.html"/> + <tocsect3 name="Spawning Processes" url="glib/stable/glib-Spawning-Processes.html"/> + <tocsect3 name="File Utilities" url="glib/stable/glib-File-Utilities.html"/> + <tocsect3 name="URI Functions" url="glib/stable/glib-URI-Functions.html"/> + <tocsect3 name="Hostname Utilities" url="glib/stable/glib-Hostname-Utilities.html"/> + <tocsect3 name="Shell-related Utilities" url="glib/stable/glib-Shell-related-Utilities.html"/> + <tocsect3 name="Commandline option parser" url="glib/stable/glib-Commandline-option-parser.html"/> + <tocsect3 name="Glob-style pattern matching" url="glib/stable/glib-Glob-style-pattern-matching.html"/> + <tocsect3 name="Perl-compatible regular expressions" url="glib/stable/glib-Perl-compatible-regular-expressions.html"/> + <tocsect3 name="Regular expression syntax" url="glib/stable/glib-regex-syntax.html"/> + <tocsect3 name="Simple XML Subset Parser" url="glib/stable/glib-Simple-XML-Subset-Parser.html"/> + <tocsect3 name="Key-value file parser" url="glib/stable/glib-Key-value-file-parser.html"/> + <tocsect3 name="Bookmark file parser" url="glib/stable/glib-Bookmark-file-parser.html"/> + <tocsect3 name="Testing" url="glib/stable/glib-Testing.html"/> + <tocsect3 name="UNIX-specific utilities and integration" url="glib/stable/glib-UNIX-specific-utilities-and-integration.html"/> + <tocsect3 name="Windows Compatibility Functions" url="glib/stable/glib-Windows-Compatibility-Functions.html"/> + </tocsect2> + <tocsect2 name="GLib Data Types" url="glib/stable/glib-data-types.html"> + <tocsect3 name="Doubly-Linked Lists" url="glib/stable/glib-Doubly-Linked-Lists.html"/> + <tocsect3 name="Singly-Linked Lists" url="glib/stable/glib-Singly-Linked-Lists.html"/> + <tocsect3 name="Double-ended Queues" url="glib/stable/glib-Double-ended-Queues.html"/> + <tocsect3 name="Sequences" url="glib/stable/glib-Sequences.html"/> + <tocsect3 name="Trash Stacks" url="glib/stable/glib-Trash-Stacks.html"/> + <tocsect3 name="Hash Tables" url="glib/stable/glib-Hash-Tables.html"/> + <tocsect3 name="Strings" url="glib/stable/glib-Strings.html"/> + <tocsect3 name="String Chunks" url="glib/stable/glib-String-Chunks.html"/> + <tocsect3 name="Arrays" url="glib/stable/glib-Arrays.html"/> + <tocsect3 name="Pointer Arrays" url="glib/stable/glib-Pointer-Arrays.html"/> + <tocsect3 name="Byte Arrays" url="glib/stable/glib-Byte-Arrays.html"/> + <tocsect3 name="Balanced Binary Trees" url="glib/stable/glib-Balanced-Binary-Trees.html"/> + <tocsect3 name="N-ary Trees" url="glib/stable/glib-N-ary-Trees.html"/> + <tocsect3 name="Quarks" url="glib/stable/glib-Quarks.html"/> + <tocsect3 name="Keyed Data Lists" url="glib/stable/glib-Keyed-Data-Lists.html"/> + <tocsect3 name="Datasets" url="glib/stable/glib-Datasets.html"/> + <tocsect3 name="GVariantType" url="glib/stable/glib-GVariantType.html"/> + <tocsect3 name="GVariant" url="glib/stable/glib-GVariant.html"/> + <tocsect3 name="GVariant Format Strings" url="glib/stable/gvariant-format-strings.html"/> + <tocsect3 name="GVariant Text Format" url="glib/stable/gvariant-text.html"/> + </tocsect2> + <tocsect2 name="Deprecated APIs" url="glib/stable/deprecated.html"> + <tocsect3 name="Deprecated thread API" url="glib/stable/glib-Deprecated-Thread-APIs.html"/> + <tocsect3 name="Caches" url="glib/stable/glib-Caches.html"/> + <tocsect3 name="Relations and Tuples" url="glib/stable/glib-Relations-and-Tuples.html"/> + <tocsect3 name="Automatic String Completion" url="glib/stable/glib-Automatic-String-Completion.html"/> + </tocsect2> + <tocsect2 name="GLib Tools" url="glib/stable/tools.html"> + <tocsect3 name="glib-gettextize" url="glib/stable/glib-gettextize.html"/> + <tocsect3 name="gtester" url="glib/stable/gtester.html"/> + <tocsect3 name="gtester-report" url="glib/stable/gtester-report.html"/> </tocsect2> </tocsect1> -<tocsect1 name="GDK" url="gdk/index.html"> - <tocsect2 name="General" url="gdk/gdk-general.html"/> - <tocsect2 name="Points, Rectangles and Regions" url="gdk/gdk-points-rectangles-and-regions.html"/> - <tocsect2 name="Graphics Contexts" url="gdk/gdk-graphics-contexts.html"/> - <tocsect2 name="Drawing Primitives" url="gdk/gdk-drawing-primitives.html"/> - <tocsect2 name="Bitmaps and Pixmaps" url="gdk/gdk-bitmaps-and-pixmaps.html"/> - <tocsect2 name="Images" url="gdk/gdk-images.html"/> - <tocsect2 name="Colormaps and Colors" url="gdk/gdk-colormaps-and-colors.html"/> - <tocsect2 name="Color Contexts" url="gdk/gdk-color-contexts.html"/> - <tocsect2 name="Visuals" url="gdk/gdk-visuals.html"/> - <tocsect2 name="Fonts" url="gdk/gdk-fonts.html"/> - <tocsect2 name="Cursors" url="gdk/gdk-cursors.html"/> - <tocsect2 name="Windows" url="gdk/gdk-windows.html"/> - <tocsect2 name="Events" url="gdk/gdk-events.html"/> - <tocsect2 name="Event Structures" url="gdk/gdk-event-structures.html"/> - <tocsect2 name="Selections" url="gdk/gdk-selections.html"/> - <tocsect2 name="Drag and Drop" url="gdk/gdk-drag-and-drop.html"/> - <tocsect2 name="Properties and Atoms" url="gdk/gdk-properties-and-atoms.html"/> - <tocsect2 name="Threads" url="gdk/gdk-threads.html"/> - <tocsect2 name="Input" url="gdk/gdk-input.html"/> - <tocsect2 name="Input Devices" url="gdk/gdk-input-devices.html"/> - <tocsect2 name="Key Values" url="gdk/gdk-key-values.html"/> - <tocsect2 name="Input Methods" url="gdk/gdk-input-methods.html"/> - <tocsect2 name="Input Contexts" url="gdk/gdk-input-contexts.html"/> -</tocsect1> -<tocsect1 name="Gdk-Pixbuf" url="gdk-pixbuf/index.html"> - <tocsect2 name="API Reference" url="gdk-pixbuf/r27.html"> - <tocsect3 name="The GdkPixbuf Structure" url="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html"/> - <tocsect3 name="Reference Counting and Memory Mangement" url="gdk-pixbuf/gdk-pixbuf-refcounting.html"/> - <tocsect3 name="File Loading" url="gdk-pixbuf/gdk-pixbuf-file-loading.html"/> - <tocsect3 name="Image Data in Memory" url="gdk-pixbuf/gdk-pixbuf-creating.html"/> - <tocsect3 name="Rendering" url="gdk-pixbuf/gdk-pixbuf-rendering.html"/> - <tocsect3 name="Scaling" url="gdk-pixbuf/gdk-pixbuf-scaling.html"/> - <tocsect3 name="Drawables to Pixbufs" url="gdk-pixbuf/gdk-pixbuf-from-drawables.html"/> - <tocsect3 name="Utilities" url="gdk-pixbuf/gdk-pixbuf-util.html"/> - <tocsect3 name="Animations" url="gdk-pixbuf/gdk-pixbuf-animation.html"/> - <tocsect3 name="GdkPixbufLoader" url="gdk-pixbuf/gdkpixbufloader.html"/> - <tocsect3 name="GnomeCanvasPixbuf" url="gdk-pixbuf/gnomecanvaspixbuf.html"/> - <tocsect3 name="Xlib initialization" url="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html"/> - <tocsect3 name="Xlib Rendering" url="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html"/> - <tocsect3 name="X Drawables to Pixbufs" url="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html"/> - <tocsect3 name="XlibRGB" url="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html"/> + +<tocsect1 name="GDK-Pixbuf" url="gdk-pixbuf/stable/"> + <tocsect2 name="I. API Reference" url="gdk-pixbuf/stable/rn01.html"> + <tocsect3 name="Initialization and Versions" url="gdk-pixbuf/stable/gdk-pixbuf-Versioning.html"/> + <tocsect3 name="The GdkPixbuf Structure" url="gdk-pixbuf/stable/gdk-pixbuf-The-GdkPixbuf-Structure.html"/> + <tocsect3 name="Reference Counting and Memory Mangement" url="gdk-pixbuf/stable/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html"/> + <tocsect3 name="File Loading" url="gdk-pixbuf/stable/gdk-pixbuf-File-Loading.html"/> + <tocsect3 name="File saving" url="gdk-pixbuf/stable/gdk-pixbuf-File-saving.html"/> + <tocsect3 name="Image Data in Memory" url="gdk-pixbuf/stable/gdk-pixbuf-Image-Data-in-Memory.html"/> + <tocsect3 name="Inline data" url="gdk-pixbuf/stable/gdk-pixbuf-Inline-data.html"/> + <tocsect3 name="Scaling" url="gdk-pixbuf/stable/gdk-pixbuf-Scaling.html"/> + <tocsect3 name="Rendering" url="gdk-pixbuf/stable/gdk-pixbuf-gdk-pixbuf-rendering.html"/> + <tocsect3 name="Drawables to Pixbufs" url="gdk-pixbuf/stable/gdk-pixbuf-gdk-pixbuf-from-drawables.html"/> + <tocsect3 name="Utilities" url="gdk-pixbuf/stable/gdk-pixbuf-Utilities.html"/> + <tocsect3 name="Animations" url="gdk-pixbuf/stable/gdk-pixbuf-Animations.html"/> + <tocsect3 name="GdkPixbufLoader" url="gdk-pixbuf/stable/GdkPixbufLoader.html"/> + <tocsect3 name="Module Interface" url="gdk-pixbuf/stable/gdk-pixbuf-Module-Interface.html"/> + <tocsect3 name="gdk-pixbuf Xlib initialization" url="gdk-pixbuf/stable/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html"/> + <tocsect3 name="Xlib Rendering" url="gdk-pixbuf/stable/gdk-pixbuf-Xlib-Rendering.html"/> + <tocsect3 name="X Drawables to Pixbufs" url="gdk-pixbuf/stable/gdk-pixbuf-X-Drawables-to-Pixbufs.html"/> + <tocsect3 name="XlibRGB" url="gdk-pixbuf/stable/gdk-pixbuf-XlibRGB.html"/> </tocsect2> - <tocsect2 name="Porting applications from Imlib to gdk-pixbuf" url="gdk-pixbuf/a3652.html"> - <tocsect3 name="Introduction" url="gdk-pixbuf/a3652.html#AEN3662"/> - <tocsect3 name="Differences between Imlib and gdk-pixbuf" url="gdk-pixbuf/x3671.html"> - <tocsect4 name="Initialization" url="gdk-pixbuf/x3671.html#AEN3681"/> - <tocsect4 name="Memory management" url="gdk-pixbuf/x3671.html#AEN3694"/> - <tocsect4 name="The Rendering Process" url="gdk-pixbuf/x3671.html#AEN3712"/> - </tocsect3> - <tocsect3 name="Converting Applications to gdk-pixbuf" url="gdk-pixbuf/x3723.html"> - <tocsect4 name="Image loading and creation" url="gdk-pixbuf/x3723.html#AEN3729"/> - <tocsect4 name="Rendering Images" url="gdk-pixbuf/x3723.html#AEN3746"/> - <tocsect4 name="Scaling Images" url="gdk-pixbuf/x3723.html#AEN3759"/> - <tocsect4 name="Getting Image Data from a Drawable" url="gdk-pixbuf/x3723.html#AEN3776"/> - </tocsect3> + <tocsect2 name="II. Tools Reference" url="gdk-pixbuf/stable/rn02.html"> + <tocsect3 name="gdk-pixbuf-csource" url="gdk-pixbuf/stable/gdk-pixbuf-csource.html"/> + <tocsect3 name="gdk-pixbuf-query-loaders" url="gdk-pixbuf/stable/gdk-pixbuf-query-loaders.html"/> </tocsect2> - <tocsect2 name="Compiling the gdk-pixbuf library" url="gdk-pixbuf/compiling.html"> - <tocsect3 name="Building the Library" url="gdk-pixbuf/compiling.html#BUILDING"/> - <tocsect3 name="Extra Configuration Options" url="gdk-pixbuf/extra-configuration-options.html"/> +</tocsect1> + +<tocsect1 name="GDK" url="gdk3/stable"> + <tocsect2 name="I. API Reference" url="gdk3/stable/reference.html"> + <tocsect3 name="General" url="gdk3/stable/gdk3-General.html"/> + <tocsect3 name="GdkDisplayManager" url="gdk3/stable/GdkDisplayManager.html"/> + <tocsect3 name="GdkDisplay" url="gdk3/stable/GdkDisplay.html"/> + <tocsect3 name="GdkScreen" url="gdk3/stable/GdkScreen.html"/> + <tocsect3 name="GdkDeviceManager" url="gdk3/stable/GdkDeviceManager.html"/> + <tocsect3 name="GdkDevice" url="gdk3/stable/GdkDevice.html"/> + <tocsect3 name="Points and Rectangles" url="gdk3/stable/gdk3-Points-Rectangles-and-Regions.html"/> + <tocsect3 name="Pixbufs" url="gdk3/stable/gdk3-Pixbufs.html"/> + <tocsect3 name="RGBA Colors" url="gdk3/stable/gdk3-RGBA-Colors.html"/> + <tocsect3 name="Visuals" url="gdk3/stable/gdk3-Visuals.html"/> + <tocsect3 name="Cursors" url="gdk3/stable/gdk3-Cursors.html"/> + <tocsect3 name="Windows" url="gdk3/stable/gdk3-Windows.html"/> + <tocsect3 name="Frame clock" url="gdk3/stable/GdkFrameClock.html"/> + <tocsect3 name="Frame timings" url="gdk3/stable/gdk3-GdkFrameTimings.html"/> + <tocsect3 name="Events" url="gdk3/stable/gdk3-Events.html"/> + <tocsect3 name="Event Structures" url="gdk3/stable/gdk3-Event-Structures.html"/> + <tocsect3 name="Key Values" url="gdk3/stable/gdk3-Keyboard-Handling.html"/> + <tocsect3 name="Selections" url="gdk3/stable/gdk3-Selections.html"/> + <tocsect3 name="Drag And Drop" url="gdk3/stable/gdk3-Drag-and-Drop.html"/> + <tocsect3 name="Properties and Atoms" url="gdk3/stable/gdk3-Properties-and-Atoms.html"/> + <tocsect3 name="Threads" url="gdk3/stable/gdk3-Threads.html"/> + <tocsect3 name="Pango Interaction" url="gdk3/stable/gdk3-Pango-Interaction.html"/> + <tocsect3 name="Cairo Interaction" url="gdk3/stable/gdk3-Cairo-Interaction.html"/> + <tocsect3 name="X Window System Interaction" url="gdk3/stable/gdk3-X-Window-System-Interaction.html"/> + <tocsect3 name="Wayland Interaction" url="gdk3/stable/gdk3-Wayland-Interaction.html"/> + <tocsect3 name="Application launching" url="gdk3/stable/gdk3-Application-launching.html"/> + <tocsect3 name="Testing" url="gdk3/stable/gdk3-Testing.html"/> + </tocsect2> + <tocsect2 name="II. Deprecated" url="gdk3/stable/rn02.html"> + <tocsect3 name="Colors" url="gdk3/stable/gdk3-Colors.html"/> </tocsect2> - <tocsect2 name="License" url="gdk-pixbuf/license.html"/> </tocsect1> + <tocsect1 name="GTK+" url="gtk/index.html"> <tocsect2 name="GTK+" url="gtk/gtk.html"> <tocsect3 name="General" url="gtk/gtk-general.html"/> |