[glide] Add more to documentation
- From: Robert Carr <racarr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glide] Add more to documentation
- Date: Fri, 7 May 2010 19:36:06 +0000 (UTC)
commit 8cbddfa7aae2ac4f01ed4b9d207fb39625ff26ef
Author: Robert Carr <racarr Valentine localdomain>
Date: Fri May 7 14:19:55 2010 -0400
Add more to documentation
docs/reference/glide-docs.sgml | 8 +++++-
docs/reference/glide-sections.txt | 54 +++++++++++++++++++++++++++++++++++++
docs/reference/glide.types | 3 ++
3 files changed, 64 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/glide-docs.sgml b/docs/reference/glide-docs.sgml
index 6e1cdca..ba48419 100644
--- a/docs/reference/glide-docs.sgml
+++ b/docs/reference/glide-docs.sgml
@@ -27,10 +27,14 @@
<xi:include href="xml/glide-slide.xml"/>
<xi:include href="xml/glide-manipulator.xml"/>
</chapter>
+ <chapter id="document">
+ <title>Document Types</title>
+ <xi:include href="xml/glide-document.xml"/>
+ <xi:include href="xml/glide-theme.xml"/>
+ </chapter>
<chapter id="main-window">
<title>Main Window Types</title>
<xi:include href="xml/glide-window.xml"/>
- <xi:include href="xml/glide-document.xml"/>
<xi:include href="xml/glide-stage-manager.xml"/>
<xi:include href="xml/glide-slide-box.xml"/>
<xi:include href="xml/glide-slide-button.xml"/>
@@ -38,12 +42,14 @@
</chapter>
<chapter id="inspector">
<title>Inspector Window Types</title>
+ <xi:include href="xml/glide-inspector-window.xml"/>
<xi:include href="xml/glide-inspector-notebook.xml"/>
<xi:include href="xml/glide-inspector-text.xml"/>
<xi:include href="xml/glide-inspector-slide.xml"/>
<xi:include href="xml/glide-inspector-actor.xml"/>
<xi:include href="xml/glide-inspector-animation.xml"/>
<xi:include href="xml/glide-inspector-image.xml"/>
+ <xi:include href="xml/glide-inspector-shape.xml"/>
</chapter>
<chapter id="animations">
<title>Animation Files</title>
diff --git a/docs/reference/glide-sections.txt b/docs/reference/glide-sections.txt
index 71b96a4..84383ce 100644
--- a/docs/reference/glide-sections.txt
+++ b/docs/reference/glide-sections.txt
@@ -7,6 +7,21 @@ glide_init
</SECTION>
<SECTION>
+<FILE>glide-inspector-window</FILE>
+<TITLE>GlideInspectorWindow</title>
+glide_inspector_window_new
+glide_inspector_window_get_inspector
+<SUBSECTION Standard>
+GLIDE_INSPECTOR_WINDOW
+GLIDE_IS_INSPECTOR_WINDOW
+GLIDE_TYPE_INSPECTOR_WINDOW
+glide_inspector_window_get_type
+GLIDE_INSPECTOR_WINDOW_CLASS
+GLIDE_IS_INSPECTOR_WINDOW_CLASS
+GLIDE_INSPECTOR_WINDOW_GET_CLASS
+</SECTION>
+
+<SECTION>
<FILE>glide-slide</FILE>
<TITLE>GlideSlide</TITLE>
GlideSlideClass
@@ -444,6 +459,27 @@ GLIDE_IS_SHAPE_CLASS
GLIDE_SHAPE_GET_CLASS
</SECTION>
+<SECTION>
+<FILE>glide-theme</FILE>
+<TITLE>GlideTheme</TITLE>
+GlideTheme
+GlideThemeClass
+glide_theme_new
+glide_theme_get_path
+glide_theme_get_name
+glide_theme_get_default_background
+glide_theme_get_default_fontname
+glide_theme_get_default_color
+<SUBSECTION Standard>
+GLIDE_THEME
+GLIDE_IS_THEME
+GLIDE_TYPE_THEME
+glide_theme_get_type
+GLIDE_THEME_CLASS
+GLIDE_IS_THEME_CLASS
+GLIDE_THEME_GET_CLASS
+</SECTION>
+
<FILE>glide-image</FILE>
<TITLE>GlideImage</TITLE>
GlideImage
@@ -483,6 +519,24 @@ GLIDE_INSPECTOR_IMAGE_GET_CLASS
</SECTION>
<SECTION>
+<FILE>glide-inspector-shape</FILE>
+<TITLE>GlideInspectorShape</TITLE>
+GlideInspectorShape
+GlideInspectorShapeClass
+glide_inspector_shape_new
+glide_inspector_shape_get_actor
+glide_inspector_shape_set_actor
+<SUBSECTION Standard>
+GLIDE_INSPECTOR_SHAPE
+GLIDE_IS_INSPECTOR_SHAPE
+GLIDE_TYPE_INSPECTOR_SHAPE
+glide_inspector_shape_get_type
+GLIDE_INSPECTOR_SHAPE_CLASS
+GLIDE_IS_INSPECTOR_SHAPE_CLASS
+GLIDE_INSPECTOR_SHAPE_GET_CLASS
+</SECTION>
+
+<SECTION>
<FILE>glide-undo-manager</FILE>
<TITLE>GlideUndoManager</TITLE>
GlideUndoManagerPrivate
diff --git a/docs/reference/glide.types b/docs/reference/glide.types
index 59f86e6..af43d67 100644
--- a/docs/reference/glide.types
+++ b/docs/reference/glide.types
@@ -18,3 +18,6 @@ glide_text_get_type
glide_undo_manager_get_type
glide_window_get_type
glide_shape_get_type
+glide_theme_get_type
+glide_inspector_window_get_type
+glide_inspector_shape_get_type
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]