summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-23 21:19:04 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-23 21:19:04 (GMT)
commit577c09bc1ea57e3fc5fe459ad91aafa4412b2297 (patch)
tree5fdcf480f545a75514783b155e3b23dea397eaf6 /abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
parent1552b1b0221ed6a7e26e486187be25031408b453 (diff)
downloadlinhes_pkgbuild-577c09bc1ea57e3fc5fe459ad91aafa4412b2297.zip
linhes_pkgbuild-577c09bc1ea57e3fc5fe459ad91aafa4412b2297.tar.gz
linhes_pkgbuild-577c09bc1ea57e3fc5fe459ad91aafa4412b2297.tar.bz2
adding in ghosd
Diffstat (limited to 'abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml')
-rw-r--r--abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml98
1 files changed, 98 insertions, 0 deletions
diff --git a/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml b/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
new file mode 100644
index 0000000..a0f740c
--- /dev/null
+++ b/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
@@ -0,0 +1,98 @@
+<!-- ##### SECTION Title ##### -->
+Basics
+
+<!-- ##### SECTION Short_Description ##### -->
+Creation, rendering, destruction.
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### STRUCT Ghosd ##### -->
+<para>
+An opaque Ghosd object. Think of it as the window that the content is
+displayed in.
+</para>
+
+
+<!-- ##### USER_FUNCTION GhosdRenderFunc ##### -->
+<para>
+The type of callback called when Ghosd needs to render the content.
+</para>
+
+@ghosd: A #Ghosd object.
+@cr: A #cairo_t to draw on.
+@user_data: User data that was passed to ghosd_set_render().
+
+
+<!-- ##### FUNCTION ghosd_new ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION ghosd_set_transparent ##### -->
+<para>
+
+</para>
+
+@ghosd:
+@transparent:
+
+
+<!-- ##### MACRO GHOSD_COORD_CENTER ##### -->
+<para>
+Pass this as a coordinate to ghosd_set_position() to center along that axis.
+</para>
+
+
+
+<!-- ##### FUNCTION ghosd_set_position ##### -->
+<para>
+
+</para>
+
+@ghosd:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION ghosd_set_render ##### -->
+<para>
+
+</para>
+
+@ghosd:
+@render_func:
+@data:
+
+
+<!-- ##### FUNCTION ghosd_render ##### -->
+<para>
+
+</para>
+
+@ghosd:
+
+
+<!-- ##### FUNCTION ghosd_show ##### -->
+<para>
+
+</para>
+
+@ghosd:
+
+