[Pkg-xfce-commits] r63 - in goodies/exo/trunk: . debian docs/reference docs/reference/html docs/reference/tmpl docs/reference/xml

Yves-Alexis Perez corsac-guest at costa.debian.org
Tue Nov 27 17:23:14 UTC 2007


Author: corsac-guest
Date: 2005-04-25 17:31:54 +0000 (Mon, 25 Apr 2005)
New Revision: 63

Added:
   goodies/exo/trunk/debian/
   goodies/exo/trunk/debian/changelog
   goodies/exo/trunk/debian/compat
   goodies/exo/trunk/debian/control
   goodies/exo/trunk/debian/copyright
   goodies/exo/trunk/debian/dirs
   goodies/exo/trunk/debian/docs
   goodies/exo/trunk/debian/libexo0.3-0.install
   goodies/exo/trunk/debian/libexo0.3-dev.install
   goodies/exo/trunk/debian/python2.3-exo0.3.examples
   goodies/exo/trunk/debian/python2.3-exo0.3.install
   goodies/exo/trunk/debian/python2.3-exo0.3.postinst
   goodies/exo/trunk/debian/python2.3-exo0.3.prerm
   goodies/exo/trunk/debian/rules
   goodies/exo/trunk/docs/reference/exo-decl-list.txt
   goodies/exo/trunk/docs/reference/exo-decl.txt
   goodies/exo/trunk/docs/reference/exo-undocumented.txt
   goodies/exo/trunk/docs/reference/xml/exo-doc.bottom
   goodies/exo/trunk/docs/reference/xml/object_index.sgml
   goodies/exo/trunk/docs/reference/xml/tree_index.sgml
Modified:
   goodies/exo/trunk/config.guess
   goodies/exo/trunk/config.sub
   goodies/exo/trunk/docs/reference/html/ExoCellRendererEllipsizedText.html
   goodies/exo/trunk/docs/reference/html/ExoEllipsizedLabel.html
   goodies/exo/trunk/docs/reference/html/ExoIconBar.html
   goodies/exo/trunk/docs/reference/html/ExoIconView.html
   goodies/exo/trunk/docs/reference/html/ExoToolbarsEditor.html
   goodies/exo/trunk/docs/reference/html/ExoToolbarsEditorDialog.html
   goodies/exo/trunk/docs/reference/html/ExoToolbarsModel.html
   goodies/exo/trunk/docs/reference/html/ExoToolbarsView.html
   goodies/exo/trunk/docs/reference/html/ExoXsessionClient.html
   goodies/exo/trunk/docs/reference/html/exo-Binding-Properties-Functions.html
   goodies/exo/trunk/docs/reference/html/exo-Extensions-to-GObject.html
   goodies/exo/trunk/docs/reference/html/exo-Extensions-to-Pango.html
   goodies/exo/trunk/docs/reference/html/exo-Extensions-to-gdk-pixbuf.html
   goodies/exo/trunk/docs/reference/html/exo-MD5-functions.html
   goodies/exo/trunk/docs/reference/html/exo-String-Utility-Functions.html
   goodies/exo/trunk/docs/reference/html/exo-Version-Information.html
   goodies/exo/trunk/docs/reference/html/exo-extensions.html
   goodies/exo/trunk/docs/reference/html/exo-miscelleanous.html
   goodies/exo/trunk/docs/reference/html/exo-overview.html
   goodies/exo/trunk/docs/reference/html/exo-toolbars.html
   goodies/exo/trunk/docs/reference/html/exo-widgets.html
   goodies/exo/trunk/docs/reference/html/exo.devhelp
   goodies/exo/trunk/docs/reference/html/index.html
   goodies/exo/trunk/docs/reference/html/index.sgml
   goodies/exo/trunk/docs/reference/html/ix01.html
   goodies/exo/trunk/docs/reference/tmpl/exo-cell-renderer-ellipsized-text.sgml
   goodies/exo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml
   goodies/exo/trunk/docs/reference/tmpl/exo-toolbars-editor.sgml
   goodies/exo/trunk/docs/reference/tmpl/exo-unused.sgml
   goodies/exo/trunk/docs/reference/xml/exo-cell-renderer-ellipsized-text.xml
   goodies/exo/trunk/docs/reference/xml/exo-ellipsized-label.xml
Log:
Load newtrunk into goodies/exo/trunk.


Modified: goodies/exo/trunk/config.guess
===================================================================
--- goodies/exo/trunk/config.guess	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/config.guess	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2004-03-12'
+timestamp='2005-03-24'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -53,7 +53,7 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
@@ -203,15 +203,15 @@
     amiga:OpenBSD:*:*)
 	echo m68k-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
-    arc:OpenBSD:*:*)
-	echo mipsel-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
     cats:OpenBSD:*:*)
 	echo arm-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
     hp300:OpenBSD:*:*)
 	echo m68k-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
+    luna88k:OpenBSD:*:*)
+    	echo m88k-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
     mac68k:OpenBSD:*:*)
 	echo m68k-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
@@ -227,21 +227,12 @@
     mvmeppc:OpenBSD:*:*)
 	echo powerpc-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
-    pegasos:OpenBSD:*:*)
-	echo powerpc-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
-    pmax:OpenBSD:*:*)
-	echo mipsel-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
     sgi:OpenBSD:*:*)
-	echo mipseb-unknown-openbsd${UNAME_RELEASE}
+	echo mips64-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
     sun3:OpenBSD:*:*)
 	echo m68k-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
-    wgrisc:OpenBSD:*:*)
-	echo mipsel-unknown-openbsd${UNAME_RELEASE}
-	exit 0 ;;
     *:OpenBSD:*:*)
 	echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
 	exit 0 ;;
@@ -307,9 +298,6 @@
 	# 1.2 uses "1.2" for uname -r.
 	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
 	exit 0 ;;
-    Alpha*:OpenVMS:*:*)
-	echo alpha-hp-vms
-	exit 0 ;;
     Alpha\ *:Windows_NT*:*)
 	# How do we know it's Interix rather than the generic POSIX subsystem?
 	# Should we change UNAME_MACHINE based on the output of uname instead
@@ -331,6 +319,9 @@
     *:OS/390:*:*)
 	echo i370-ibm-openedition
 	exit 0 ;;
+    *:z/VM:*:*)
+	echo s390-ibm-zvmoe
+	exit 0 ;;
     *:OS400:*:*)
         echo powerpc-ibm-os400
 	exit 0 ;;
@@ -354,7 +345,7 @@
     DRS?6000:unix:4.0:6*)
 	echo sparc-icl-nx6
 	exit 0 ;;
-    DRS?6000:UNIX_SV:4.2*:7*)
+    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
 	case `/usr/bin/uname -p` in
 	    sparc) echo sparc-icl-nx7 && exit 0 ;;
 	esac ;;
@@ -764,7 +755,7 @@
 	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 	exit 0 ;;
     *:UNICOS/mp:*:*)
-	echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
 	exit 0 ;;
     F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
 	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
@@ -787,21 +778,7 @@
 	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
 	exit 0 ;;
     *:FreeBSD:*:*)
-	# Determine whether the default compiler uses glibc.
-	eval $set_cc_for_build
-	sed 's/^	//' << EOF >$dummy.c
-	#include <features.h>
-	#if __GLIBC__ >= 2
-	LIBC=gnu
-	#else
-	LIBC=
-	#endif
-EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
-	# FreeBSD's kernel, but not the complete OS.
-	case ${LIBC} in gnu) kernel_only='k' ;; esac
-	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
+	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
 	exit 0 ;;
     i*:CYGWIN*:*)
 	echo ${UNAME_MACHINE}-pc-cygwin
@@ -827,6 +804,9 @@
     i*:UWIN*:*)
 	echo ${UNAME_MACHINE}-pc-uwin
 	exit 0 ;;
+    amd64:CYGWIN*:*:*)
+	echo x86_64-unknown-cygwin
+	exit 0 ;;
     p*:CYGWIN*:*)
 	echo powerpcle-unknown-cygwin
 	exit 0 ;;
@@ -850,6 +830,12 @@
     cris:Linux:*:*)
 	echo cris-axis-linux-gnu
 	exit 0 ;;
+    crisv32:Linux:*:*)
+	echo crisv32-axis-linux-gnu
+	exit 0 ;;
+    frv:Linux:*:*)
+    	echo frv-unknown-linux-gnu
+	exit 0 ;;
     ia64:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit 0 ;;
@@ -1096,9 +1082,9 @@
     M680?0:D-NIX:5.3:*)
 	echo m68k-diab-dnix
 	exit 0 ;;
-    M68*:*:R3V[567]*:*)
+    M68*:*:R3V[5678]*:*)
 	test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
-    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0)
+    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
 	OS_REL=''
 	test -r /etc/.relid \
 	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
@@ -1196,9 +1182,10 @@
 	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
 	exit 0 ;;
     *:Darwin:*:*)
-	case `uname -p` in
+	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
+	case $UNAME_PROCESSOR in
 	    *86) UNAME_PROCESSOR=i686 ;;
-	    powerpc) UNAME_PROCESSOR=powerpc ;;
+	    unknown) UNAME_PROCESSOR=powerpc ;;
 	esac
 	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
 	exit 0 ;;
@@ -1213,6 +1200,9 @@
     *:QNX:*:4*)
 	echo i386-pc-qnx
 	exit 0 ;;
+    NSE-?:NONSTOP_KERNEL:*:*)
+	echo nse-tandem-nsk${UNAME_RELEASE}
+	exit 0 ;;
     NSR-?:NONSTOP_KERNEL:*:*)
 	echo nsr-tandem-nsk${UNAME_RELEASE}
 	exit 0 ;;
@@ -1260,6 +1250,16 @@
     *:DragonFly:*:*)
 	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
 	exit 0 ;;
+    *:*VMS:*:*)
+    	UNAME_MACHINE=`(uname -p) 2>/dev/null`
+	case "${UNAME_MACHINE}" in
+	    A*) echo alpha-dec-vms && exit 0 ;;
+	    I*) echo ia64-dec-vms && exit 0 ;;
+	    V*) echo vax-dec-vms && exit 0 ;;
+	esac ;;
+    *:XENIX:*:SysV)
+	echo i386-pc-xenix
+	exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
@@ -1419,7 +1419,9 @@
 the operating system you are using. It is advised that you
 download the most up to date version of the config scripts from
 
-    ftp://ftp.gnu.org/pub/gnu/config/
+  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
+and
+  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
 
 If the version you run ($0) is already up to date, please
 send the following data and any information you think might be


Property changes on: goodies/exo/trunk/config.guess
___________________________________________________________________
Name: svn:executable
   - 
   + *

Modified: goodies/exo/trunk/config.sub
===================================================================
--- goodies/exo/trunk/config.sub	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/config.sub	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2004-03-12'
+timestamp='2005-02-10'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -70,7 +70,7 @@
 version="\
 GNU config.sub ($timestamp)
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
@@ -145,7 +145,7 @@
 	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
 	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
 	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-	-apple | -axis)
+	-apple | -axis | -knuth | -cray)
 		os=
 		basic_machine=$1
 		;;
@@ -237,7 +237,7 @@
 	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 	| i370 | i860 | i960 | ia64 \
 	| ip2k | iq2000 \
-	| m32r | m32rle | m68000 | m68k | m88k | mcore \
+	| m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
 	| mips | mipsbe | mipseb | mipsel | mipsle \
 	| mips16 \
 	| mips64 | mips64el \
@@ -267,7 +267,7 @@
 	| tahoe | thumb | tic4x | tic80 | tron \
 	| v850 | v850e \
 	| we32k \
-	| x86 | xscale | xstormy16 | xtensa \
+	| x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
 	| z8k)
 		basic_machine=$basic_machine-unknown
 		;;
@@ -300,7 +300,7 @@
 	| avr-* \
 	| bs2000-* \
 	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
-	| clipper-* | cydra-* \
+	| clipper-* | craynv-* | cydra-* \
 	| d10v-* | d30v-* | dlx-* \
 	| elxsi-* \
 	| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
@@ -310,7 +310,7 @@
 	| ip2k-* | iq2000-* \
 	| m32r-* | m32rle-* \
 	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
-	| m88110-* | m88k-* | mcore-* \
+	| m88110-* | m88k-* | maxq-* | mcore-* \
 	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
 	| mips16-* \
 	| mips64-* | mips64el-* \
@@ -326,8 +326,9 @@
 	| mipsisa64sb1-* | mipsisa64sb1el-* \
 	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
 	| mipstx39-* | mipstx39el-* \
+	| mmix-* \
 	| msp430-* \
-	| none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
+	| none-* | np1-* | ns16k-* | ns32k-* \
 	| orion-* \
 	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
 	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
@@ -342,8 +343,8 @@
 	| tron-* \
 	| v850-* | v850e-* | vax-* \
 	| we32k-* \
-	| x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
-	| xtensa-* \
+	| x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+	| xstormy16-* | xtensa-* \
 	| ymp-* \
 	| z8k-*)
 		;;
@@ -445,6 +446,10 @@
 		basic_machine=j90-cray
 		os=-unicos
 		;;
+	craynv)
+		basic_machine=craynv-cray
+		os=-unicosmp
+		;;
 	cr16c)
 		basic_machine=cr16c-unknown
 		os=-elf
@@ -452,6 +457,9 @@
 	crds | unos)
 		basic_machine=m68k-crds
 		;;
+	crisv32 | crisv32-* | etraxfs*)
+		basic_machine=crisv32-axis
+		;;
 	cris | cris-* | etrax*)
 		basic_machine=cris-axis
 		;;
@@ -481,6 +489,10 @@
 		basic_machine=m88k-motorola
 		os=-sysv3
 		;;
+	djgpp)
+		basic_machine=i586-pc
+		os=-msdosdjgpp
+		;;
 	dpx20 | dpx20-*)
 		basic_machine=rs6000-bull
 		os=-bosx
@@ -659,10 +671,6 @@
 	mips3*)
 		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
 		;;
-	mmix*)
-		basic_machine=mmix-knuth
-		os=-mmixware
-		;;
 	monitor)
 		basic_machine=m68k-rom68k
 		os=-coff
@@ -743,10 +751,6 @@
 	np1)
 		basic_machine=np1-gould
 		;;
-	nv1)
-		basic_machine=nv1-cray
-		os=-unicosmp
-		;;
 	nsr-tandem)
 		basic_machine=nsr-tandem
 		;;
@@ -1029,6 +1033,10 @@
 		basic_machine=hppa1.1-winbond
 		os=-proelf
 		;;
+	xbox)
+		basic_machine=i686-pc
+		os=-mingw32
+		;;
 	xps | xps100)
 		basic_machine=xps100-honeywell
 		;;
@@ -1059,6 +1067,9 @@
 	romp)
 		basic_machine=romp-ibm
 		;;
+	mmix)
+		basic_machine=mmix-knuth
+		;;
 	rs6000)
 		basic_machine=rs6000-ibm
 		;;
@@ -1294,6 +1305,9 @@
 	-kaos*)
 		os=-kaos
 		;;
+	-zvmoe)
+		os=-zvmoe
+		;;
 	-none)
 		;;
 	*)
@@ -1374,6 +1388,9 @@
 	*-ibm)
 		os=-aix
 		;;
+    	*-knuth)
+		os=-mmixware
+		;;
 	*-wec)
 		os=-proelf
 		;;


Property changes on: goodies/exo/trunk/config.sub
___________________________________________________________________
Name: svn:executable
   - 
   + *

Added: goodies/exo/trunk/debian/changelog
===================================================================
--- goodies/exo/trunk/debian/changelog	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/changelog	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,6 @@
+exo (0.3.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Yves-Alexis Perez <yaperez at corsac.net>  Tue, 19 Apr 2005 21:44:36 +0200
+

Added: goodies/exo/trunk/debian/compat
===================================================================
--- goodies/exo/trunk/debian/compat	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/compat	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1 @@
+4

Added: goodies/exo/trunk/debian/control
===================================================================
--- goodies/exo/trunk/debian/control	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/control	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,51 @@
+Source: exo
+Priority: optional
+Maintainer: Yves-Alexis Perez <yaperez at corsac.net>
+Build-Depends: debhelper (>= 4.0.0), libxfcegui4-dev (>= 4.2.0), gtk-doc-tools, python2.3-dev, python, python2.3-numeric, python-gtk2-dev, libstartup-notification0-dev
+Standards-Version: 3.6.1
+Section: libs
+
+Package: libexo0.3-dev
+Section: libdevel
+Architecture: any
+Depends: libexo0.3-0 (= ${Source-Version}), libxfcegui4-dev (>= 4.2.0)
+Description: Development files for libexo0.3-0
+ This package contains the headers and the static library
+ for libexo0.3-0.
+ .
+ Homepage: http://libexo.os-cillation.com/
+
+Package: libexo0.3-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Library with extensions to Xfce (by os-cillation).
+ This package contains libexo, an extension library for Xfce
+ with focus on application development.
+ .
+ Homepage: http://libexo.os-cillation.com/
+
+Package: python-exo0.3
+Section: python
+Architecture: all
+Depends: python2.3-exo0.3 (= ${Source-Version})
+Description: Python bindings for libexo0.3-0
+ This archive contains modules that allow you to use libexo0.3
+ in Python programs. It contains the bindings for the new version
+ 0.3 of the library.
+ .
+ This package is a dependency package, which selects the right
+ package for the default Python version (currently v2.3).
+ .
+ Homepage: http://libexo.os-cillation.com/
+
+Package: python2.3-exo0.3
+Section: python
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, python2.3-gtk2, python2.3-numericDescription: Python bindings for libexo0.3-0
+ This archive contains modules that allow you to use libexo0.3
+ in Python programs. It contains the bindings for the new version
+ 0.3 of the library.
+ .
+ Homepage: http://libexo.os-cillation.com/
+

Added: goodies/exo/trunk/debian/copyright
===================================================================
--- goodies/exo/trunk/debian/copyright	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/copyright	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,14 @@
+This package was debianized by Yves-Alexis Perez <yaperez at corsac.net> on
+Tue, 19 Apr 2005 21:44:36 +0200.
+
+It was downloaded from http://www.os-cillation.com/
+
+Upstream Author is Benedikt Meurer <benny at xfce.org>
+
+This software is copyright (c) 2004-2005 by Benedikt Meurer, os-cillation.
+
+You are free to distribute this software under the terms of
+the GNU General Public License.
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.
+

Added: goodies/exo/trunk/debian/dirs
===================================================================
--- goodies/exo/trunk/debian/dirs	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/dirs	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: goodies/exo/trunk/debian/docs
===================================================================
--- goodies/exo/trunk/debian/docs	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/docs	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO

Added: goodies/exo/trunk/debian/libexo0.3-0.install
===================================================================
--- goodies/exo/trunk/debian/libexo0.3-0.install	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/libexo0.3-0.install	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,2 @@
+usr/lib/lib*.so.*
+usr/share/locale/*/*/*.mo

Added: goodies/exo/trunk/debian/libexo0.3-dev.install
===================================================================
--- goodies/exo/trunk/debian/libexo0.3-dev.install	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/libexo0.3-dev.install	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,6 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/lib/*.la
+usr/share/gtk-doc/html/exo-0.3/*

Added: goodies/exo/trunk/debian/python2.3-exo0.3.examples
===================================================================
--- goodies/exo/trunk/debian/python2.3-exo0.3.examples	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/python2.3-exo0.3.examples	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,4 @@
+python/examples/README
+python/examples/ellipsizing.py
+python/examples/toolbars.py
+python/examples/toolbars.ui

Added: goodies/exo/trunk/debian/python2.3-exo0.3.install
===================================================================
--- goodies/exo/trunk/debian/python2.3-exo0.3.install	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/python2.3-exo0.3.install	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,2 @@
+usr/lib/python*.*/site-packages/*
+usr/share/pygtk/2.0/defs/*

Added: goodies/exo/trunk/debian/python2.3-exo0.3.postinst
===================================================================
--- goodies/exo/trunk/debian/python2.3-exo0.3.postinst	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/python2.3-exo0.3.postinst	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,33 @@
+#!/bin/bash -e
+#
+# Debian postinst script for Python x.y hierarchical modules
+# Written by Gregor Hoffleit <flight at debian.org>
+# Extended by Matthias Klose <doko at debian.org>
+# Modified by Benedikt Meurer <bm at os-cillation.de>
+#
+
+PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'`
+PV=`dpkg --listfiles $PACKAGE | sed -n -e '/^\/usr\/lib\/python.*\//{
+  s,/usr/lib/python\([0-9][0-9.]*\)/.*,\1,p
+  q
+}'`
+
+case "$1" in
+    configure|abort-upgrade|abort-remove|abort-deconfigure)
+	# Get the priority of this packages pygtk.py module
+    	pyver=`echo $PACKAGE|sed -ne 's/python\([0-9]\)\.\([0-9]\).*/\1\2/p'`
+	priority=$((100 + ${pyver:-0}))
+
+    	# Install the pygtk.py alternative
+	update-alternatives \
+	  --install /usr/lib/python$PV/site-packages/pyexo.py py${PV}exo.py \
+	  /usr/lib/python$PV/site-packages/pyexo.py.$PACKAGE $priority
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#

Added: goodies/exo/trunk/debian/python2.3-exo0.3.prerm
===================================================================
--- goodies/exo/trunk/debian/python2.3-exo0.3.prerm	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/python2.3-exo0.3.prerm	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,20 @@
+#!/bin/bash -e
+#
+# Debian prerm script for Python x.y hierarchical modules
+# Written by Gregor Hoffleit <flight at debian.org>
+# Extended by Matthias Klose <doko at debian.org>
+# Modified by Benedikt Meurer <bm at os-cillation.de>
+#
+
+PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'`
+PV=`dpkg --listfiles $PACKAGE | sed -n -e '/^\/usr\/lib\/python.*\//{
+  s,/usr/lib/python\([0-9][0-9.]*\)/.*,\1,p
+  q
+}'`
+
+if [ "$1" != "upgrade" ]; then
+	update-alternatives --remove py${PV}exo.py \
+		/usr/lib/python$PV/site-packages/pyexo.py.$PACKAGE
+fi
+
+#DEBHELPER#

Added: goodies/exo/trunk/debian/rules
===================================================================
--- goodies/exo/trunk/debian/rules	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/debian/rules	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,120 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+# determine current exo version
+EXOVERS=$(shell sed -ne 's/^Package: libexo\([0-9]\{1,\}\.[0-9]\{1,\}\)-[0-9]\{1,\}/\1/p' debian/control)
+
+# determine python version in use
+PYVERS=$(shell sed -ne 's/^Build-Depends:.*python\([0-9]\{1,\}\.[0-9]\{1,\}\)-dev.*/\1/p' debian/control)
+
+# determine library package name
+LIBRARY_PKGNAME=$(shell sed -ne 's/^Package: \(libexo[0-9]\{1,\}\.[0-9]\{1,\}-[0-9]\{1,\}\)/\1/p' debian/control)
+
+# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
+version=`ls exo/.libs/lib*.so.* | \
+ awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
+major=`ls exo/.libs/lib*.so.* | \
+ awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final --enable-gtk-doc --enable-python
+
+
+build: build-stamp
+build-stamp:  config.status
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+	# rename the exo gtk-docs directory to avoid conflicting -dev
+	# packages
+	(cd $(CURDIR)/debian/tmp/usr/share/gtk-doc/html \
+	 && mv exo exo-$(EXOVERS))
+
+	# move the pyexo.py away, will be managed as an alternative
+	(cd $(CURDIR)/debian/tmp/usr/lib/python$(PYVERS)/site-packages \
+	 && mv pyexo.py pyexo.py.python$(PYVERS)-exo$(EXOVERS))
+
+	# delete unused static library
+	rm -f $(CURDIR)/debian/tmp/usr/lib/python$(PYVERS)/site-packages/exo-$(EXOVERS)/_exo.a
+
+	# delete all pre-compiled python files
+	find $(CURDIR)/debian/tmp -name '*.py[co]' -exec rm -f '{}' ';'
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_install --list-missing --sourcedir=debian/tmp
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_python
+	dh_installdeb
+	dh_shlibdeps -L $(LIBRARY_PKGNAME) -l debian/$(LIBRARY_PKGNAME)/usr/lib
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: goodies/exo/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: goodies/exo/trunk/docs/reference/exo-decl-list.txt
===================================================================
--- goodies/exo/trunk/docs/reference/exo-decl-list.txt	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/exo-decl-list.txt	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,310 @@
+<SECTION>
+<FILE>exo-cell-renderer-ellipsized-text</FILE>
+ExoCellRendererEllipsizedTextPrivate
+<TITLE>ExoCellRendererEllipsizedText</TITLE>
+exo_cell_renderer_ellipsized_text_new
+<SUBSECTION Standard>
+EXO_CELL_RENDERER_ELLIPSIZED_TEXT
+EXO_IS_CELL_RENDERER_ELLIPSIZED_TEXT
+EXO_TYPE_CELL_RENDERER_ELLIPSIZED_TEXT
+exo_cell_renderer_ellipsized_text_get_type
+EXO_CELL_RENDERER_ELLIPSIZED_TEXT_CLASS
+EXO_IS_CELL_RENDERER_ELLIPSIZED_TEXT_CLASS
+EXO_CELL_RENDERER_ELLIPSIZED_TEXT_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>exo-ellipsized-label</FILE>
+ExoEllipsizedLabelPrivate
+<TITLE>ExoEllipsizedLabel</TITLE>
+exo_ellipsized_label_new
+exo_ellipsized_label_get_ellipsize
+exo_ellipsized_label_set_ellipsize
+<SUBSECTION Standard>
+EXO_ELLIPSIZED_LABEL
+EXO_IS_ELLIPSIZED_LABEL
+EXO_TYPE_ELLIPSIZED_LABEL
+exo_ellipsized_label_get_type
+EXO_ELLIPSIZED_LABEL_CLASS
+EXO_IS_ELLIPSIZED_LABEL_CLASS
+EXO_ELLIPSIZED_LABEL_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>exo-icon-bar</FILE>
+ExoIconBarPrivate
+<TITLE>ExoIconBar</TITLE>
+exo_icon_bar_new
+exo_icon_bar_new_with_model
+exo_icon_bar_get_model
+exo_icon_bar_set_model
+exo_icon_bar_get_pixbuf_column
+exo_icon_bar_set_pixbuf_column
+exo_icon_bar_get_text_column
+exo_icon_bar_set_text_column
+exo_icon_bar_get_orientation
+exo_icon_bar_set_orientation
+exo_icon_bar_get_active
+exo_icon_bar_set_active
+exo_icon_bar_get_active_iter
+exo_icon_bar_set_active_iter
+<SUBSECTION Standard>
+EXO_ICON_BAR
+EXO_IS_ICON_BAR
+EXO_TYPE_ICON_BAR
+exo_icon_bar_get_type
+EXO_ICON_BAR_CLASS
+EXO_IS_ICON_BAR_CLASS
+EXO_ICON_BAR_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>exo-icon-view</FILE>
+ExoIconViewPrivate
+ExoIconViewForeachFunc
+<TITLE>ExoIconView</TITLE>
+exo_icon_view_new
+exo_icon_view_new_with_model
+exo_icon_view_set_model
+exo_icon_view_get_model
+exo_icon_view_set_text_column
+exo_icon_view_get_text_column
+exo_icon_view_set_markup_column
+exo_icon_view_get_markup_column
+exo_icon_view_set_pixbuf_column
+exo_icon_view_get_pixbuf_column
+exo_icon_view_set_orientation
+exo_icon_view_get_orientation
+exo_icon_view_get_path_at_pos
+exo_icon_view_selected_foreach
+exo_icon_view_set_selection_mode
+exo_icon_view_get_selection_mode
+exo_icon_view_select_path
+exo_icon_view_unselect_path
+exo_icon_view_path_is_selected
+exo_icon_view_get_selected_items
+exo_icon_view_select_all
+exo_icon_view_unselect_all
+exo_icon_view_item_activated
+<SUBSECTION Standard>
+EXO_ICON_VIEW
+EXO_IS_ICON_VIEW
+EXO_TYPE_ICON_VIEW
+exo_icon_view_get_type
+EXO_ICON_VIEW_CLASS
+EXO_IS_ICON_VIEW_CLASS
+EXO_ICON_VIEW_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>exo-toolbars-editor</FILE>
+ExoToolbarsEditorPrivate
+<TITLE>ExoToolbarsEditor</TITLE>
+exo_toolbars_editor_new
+exo_toolbars_editor_new_with_model
+exo_toolbars_editor_get_model
+exo_toolbars_editor_set_model
+exo_toolbars_editor_get_ui_manager
+exo_toolbars_editor_set_ui_manager
+<SUBSECTION Standard>
+EXO_TOOLBARS_EDITOR
+EXO_IS_TOOLBARS_EDITOR
+EXO_TYPE_TOOLBARS_EDITOR
+exo_toolbars_editor_get_type
+EXO_TOOLBARS_EDITOR_CLASS
+EXO_IS_TOOLBARS_EDITOR_CLASS
+EXO_TOOLBARS_EDITOR_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>exo-toolbars-editor-dialog</FILE>
+ExoToolbarsEditorDialogPrivate
+<TITLE>ExoToolbarsEditorDialog</TITLE>
+exo_toolbars_editor_dialog_new_with_model
+<SUBSECTION Standard>
+EXO_TOOLBARS_EDITOR_DIALOG
+EXO_IS_TOOLBARS_EDITOR_DIALOG
+EXO_TYPE_TOOLBARS_EDITOR_DIALOG
+exo_toolbars_editor_dialog_get_type
+EXO_TOOLBARS_EDITOR_DIALOG_CLASS
+EXO_IS_TOOLBARS_EDITOR_DIALOG_CLASS
+EXO_TOOLBARS_EDITOR_DIALOG_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>exo-toolbars-model</FILE>
+ExoToolbarsModelPrivate
+ExoToolbarsModelFlags
+EXO_TOOLBARS_ITEM_TYPE
+<TITLE>ExoToolbarsModel</TITLE>
+exo_toolbars_model_new
+exo_toolbars_model_set_actions
+exo_toolbars_model_get_actions
+exo_toolbars_model_load_from_file
+exo_toolbars_model_save_to_file
+exo_toolbars_model_get_flags
+exo_toolbars_model_set_flags
+exo_toolbars_model_get_style
+exo_toolbars_model_set_style
+exo_toolbars_model_unset_style
+exo_toolbars_model_get_item_type
+exo_toolbars_model_get_item_id
+exo_toolbars_model_get_item_data
+exo_toolbars_model_add_item
+exo_toolbars_model_add_separator
+exo_toolbars_model_add_toolbar
+exo_toolbars_model_move_item
+exo_toolbars_model_remove_item
+exo_toolbars_model_remove_toolbar
+exo_toolbars_model_n_items
+exo_toolbars_model_item_nth
+exo_toolbars_model_n_toolbars
+exo_toolbars_model_toolbar_nth
+<SUBSECTION Standard>
+EXO_TOOLBARS_MODEL
+EXO_IS_TOOLBARS_MODEL
+EXO_TYPE_TOOLBARS_MODEL
+exo_toolbars_model_get_type
+EXO_TOOLBARS_MODEL_CLASS
+EXO_IS_TOOLBARS_MODEL_CLASS
+EXO_TOOLBARS_MODEL_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>exo-toolbars-view</FILE>
+ExoToolbarsViewPrivate
+<TITLE>ExoToolbarsView</TITLE>
+exo_toolbars_view_new
+exo_toolbars_view_new_with_model
+exo_toolbars_view_get_editing
+exo_toolbars_view_set_editing
+exo_toolbars_view_get_model
+exo_toolbars_view_set_model
+exo_toolbars_view_get_ui_manager
+exo_toolbars_view_set_ui_manager
+<SUBSECTION Standard>
+EXO_TOOLBARS_VIEW
+EXO_IS_TOOLBARS_VIEW
+EXO_TYPE_TOOLBARS_VIEW
+exo_toolbars_view_get_type
+EXO_TOOLBARS_VIEW_CLASS
+EXO_IS_TOOLBARS_VIEW_CLASS
+EXO_TOOLBARS_VIEW_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>exo-xsession-client</FILE>
+ExoXsessionClientPrivate
+<TITLE>ExoXsessionClient</TITLE>
+exo_xsession_client_new_with_group
+exo_xsession_client_get_group
+exo_xsession_client_set_group
+exo_xsession_client_get_restart_command
+exo_xsession_client_set_restart_command
+<SUBSECTION Standard>
+EXO_XSESSION_CLIENT
+EXO_IS_XSESSION_CLIENT
+EXO_TYPE_XSESSION_CLIENT
+exo_xsession_client_get_type
+EXO_XSESSION_CLIENT_CLASS
+EXO_IS_XSESSION_CLIENT_CLASS
+EXO_XSESSION_CLIENT_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>exo-enum-types</FILE>
+exo_pango_ellipsize_mode_get_type
+EXO_TYPE_PANGO_ELLIPSIZE_MODE
+exo_toolbars_model_flags_get_type
+EXO_TYPE_TOOLBARS_MODEL_FLAGS
+</SECTION>
+
+<SECTION>
+<FILE>exo-binding</FILE>
+ExoBindingBase
+ExoBindingLink
+ExoBinding
+ExoMutualBinding
+ExoBindingTransform
+exo_binding_new
+exo_binding_new_full
+exo_binding_new_with_negation
+exo_binding_unbind
+exo_mutual_binding_new
+exo_mutual_binding_new_full
+exo_mutual_binding_new_with_negation
+exo_mutual_binding_unbind
+</SECTION>
+
+<SECTION>
+<FILE>exo-gdk-pixbuf-extensions</FILE>
+exo_gdk_pixbuf_scale_ratio
+</SECTION>
+
+<SECTION>
+<FILE>exo-gtk-extensions</FILE>
+exo_gtk_object_destroy_later
+exo_gtk_radio_action_set_current_value
+</SECTION>
+
+<SECTION>
+<FILE>exo-gobject-extensions</FILE>
+exo_g_value_transform_negate
+</SECTION>
+
+<SECTION>
+<FILE>exo-md5</FILE>
+EXO_TYPE_MD5_DIGEST
+ExoMd5Digest
+exo_md5_digest_get_type
+exo_str_get_md5_digest
+exo_str_get_md5_str
+exo_md5_str_to_digest
+exo_md5_digest_to_str
+exo_md5_digest_dup
+exo_md5_digest_free
+exo_md5_digest_hash
+exo_md5_digest_equal
+</SECTION>
+
+<SECTION>
+<FILE>exo-pango-extensions</FILE>
+ExoPangoEllipsizeMode
+exo_pango_layout_set_text_ellipsized
+</SECTION>
+
+<SECTION>
+<FILE>exo-string</FILE>
+exo_str_elide_underscores
+exo_str_is_equal
+exo_strndupv
+</SECTION>
+
+<SECTION>
+<FILE>exo</FILE>
+EXO_INSIDE_EXO_H
+</SECTION>
+
+<SECTION>
+<FILE>exo-config</FILE>
+EXO_MAJOR_VERSION
+EXO_MINOR_VERSION
+EXO_MICRO_VERSION
+EXO_CHECK_VERSION
+exo_major_version
+exo_minor_version
+exo_micro_version
+</SECTION>
+
+<SECTION>
+<FILE>exo-marshal</FILE>
+</SECTION>
+
+<SECTION>
+<FILE>exo-private</FILE>
+</SECTION>
+
+<SECTION>
+<FILE>exo-toolbars-private</FILE>
+</SECTION>
+

Added: goodies/exo/trunk/docs/reference/exo-decl.txt
===================================================================
--- goodies/exo/trunk/docs/reference/exo-decl.txt	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/exo-decl.txt	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,1293 @@
+<FUNCTION>
+<NAME>exo_pango_ellipsize_mode_get_type</NAME>
+<RETURNS>GType </RETURNS>
+void
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_PANGO_ELLIPSIZE_MODE</NAME>
+#define EXO_TYPE_PANGO_ELLIPSIZE_MODE (exo_pango_ellipsize_mode_get_type())
+</MACRO>
+<FUNCTION>
+<NAME>exo_toolbars_model_flags_get_type</NAME>
+<RETURNS>GType </RETURNS>
+void
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_TOOLBARS_MODEL_FLAGS</NAME>
+#define EXO_TYPE_TOOLBARS_MODEL_FLAGS (exo_toolbars_model_flags_get_type())
+</MACRO>
+<STRUCT>
+<NAME>ExoBindingBase</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoBindingLink</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoBinding</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoMutualBinding</NAME>
+</STRUCT>
+<USER_FUNCTION>
+<NAME>ExoBindingTransform</NAME>
+<RETURNS>gboolean </RETURNS>
+const GValue *src_value,
+                                           GValue       *dst_value,
+                                           gpointer      user_data
+</USER_FUNCTION>
+<STRUCT>
+<NAME>ExoBindingBase</NAME>
+struct _ExoBindingBase
+{
+  GDestroyNotify  destroy;
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoBindingLink</NAME>
+struct _ExoBindingLink
+{
+  GObject             *dst_object;
+  GParamSpec          *dst_pspec;
+  gulong               dst_handler; /* only set for mutual bindings */
+  gulong               handler;
+  ExoBindingTransform  transform;
+  gpointer             user_data;
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoBinding</NAME>
+struct _ExoBinding
+{
+  GObject         *src_object;
+  ExoBindingBase   base;
+  ExoBindingLink   link;
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoMutualBinding</NAME>
+struct _ExoMutualBinding
+{
+  ExoBindingBase  base;
+  ExoBindingLink  direct;
+  ExoBindingLink  reverse;
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_binding_new</NAME>
+<RETURNS>ExoBinding        *</RETURNS>
+GObject            *src_object,const gchar        *src_property,GObject            *dst_object,const gchar        *dst_property
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_binding_new_full</NAME>
+<RETURNS>ExoBinding        *</RETURNS>
+GObject            *src_object,const gchar        *src_property,GObject            *dst_object,const gchar        *dst_property,ExoBindingTransform transform,GDestroyNotify      destroy_notify,gpointer            user_data
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_binding_new_with_negation</NAME>
+<RETURNS>ExoBinding        *</RETURNS>
+GObject            *src_object,const gchar        *src_property,GObject            *dst_object,const gchar        *dst_property
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_binding_unbind</NAME>
+<RETURNS>void               </RETURNS>
+ExoBinding         *binding
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_mutual_binding_new</NAME>
+<RETURNS>ExoMutualBinding  *</RETURNS>
+GObject            *object1,const gchar        *property1,GObject            *object2,const gchar        *property2
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_mutual_binding_new_full</NAME>
+<RETURNS>ExoMutualBinding  *</RETURNS>
+GObject            *object1,const gchar        *property1,GObject            *object2,const gchar        *property2,ExoBindingTransform transform,ExoBindingTransform reverse_transform,GDestroyNotify      destroy_notify,gpointer            user_data
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_mutual_binding_new_with_negation</NAME>
+<RETURNS>ExoMutualBinding  *</RETURNS>
+GObject            *object1,const gchar        *property1,GObject            *object2,const gchar        *property2
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_mutual_binding_unbind</NAME>
+<RETURNS>void               </RETURNS>
+ExoMutualBinding   *binding
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_CELL_RENDERER_ELLIPSIZED_TEXT</NAME>
+#define EXO_TYPE_CELL_RENDERER_ELLIPSIZED_TEXT            (exo_cell_renderer_ellipsized_text_get_type ())
+</MACRO>
+<MACRO>
+<NAME>EXO_CELL_RENDERER_ELLIPSIZED_TEXT</NAME>
+#define EXO_CELL_RENDERER_ELLIPSIZED_TEXT(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_CELL_RENDERER_ELLIPSIZED_TEXT, ExoCellRendererEllipsizedText))
+</MACRO>
+<MACRO>
+<NAME>EXO_CELL_RENDERER_ELLIPSIZED_TEXT_CLASS</NAME>
+#define EXO_CELL_RENDERER_ELLIPSIZED_TEXT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((obj), EXO_TYPE_CELL_RENDERER_ELLIPSIZED_TEXT, ExoCellRendererEllipsizedTextClass))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_CELL_RENDERER_ELLIPSIZED_TEXT</NAME>
+#define EXO_IS_CELL_RENDERER_ELLIPSIZED_TEXT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_CELL_RENDERER_ELLIPSIZED_TEXT))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_CELL_RENDERER_ELLIPSIZED_TEXT_CLASS</NAME>
+#define EXO_IS_CELL_RENDERER_ELLIPSIZED_TEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), EXO_TYPE_CELL_RENDERER_ELLIPSIZED_TEXT))
+</MACRO>
+<MACRO>
+<NAME>EXO_CELL_RENDERER_ELLIPSIZED_TEXT_GET_CLASS</NAME>
+#define EXO_CELL_RENDERER_ELLIPSIZED_TEXT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_CELL_RENDERER_ELLIPSIZED_TEXT, ExoCellRendererEllipsizedTextClass))
+</MACRO>
+<STRUCT>
+<NAME>ExoCellRendererEllipsizedText</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoCellRendererEllipsizedTextClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoCellRendererEllipsizedTextPrivate</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoCellRendererEllipsizedTextClass</NAME>
+struct _ExoCellRendererEllipsizedTextClass
+{
+  GtkCellRendererTextClass __parent__;
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoCellRendererEllipsizedText</NAME>
+struct _ExoCellRendererEllipsizedText
+{
+  GtkCellRendererText __parent__;
+
+  /*< private >*/
+  ExoCellRendererEllipsizedTextPrivate *priv;
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_cell_renderer_ellipsized_text_get_type</NAME>
+<RETURNS>GType            </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_cell_renderer_ellipsized_text_new</NAME>
+<RETURNS>GtkCellRenderer *</RETURNS>
+void
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_ELLIPSIZED_LABEL</NAME>
+#define EXO_TYPE_ELLIPSIZED_LABEL            (exo_ellipsized_label_get_type ())
+</MACRO>
+<MACRO>
+<NAME>EXO_ELLIPSIZED_LABEL</NAME>
+#define EXO_ELLIPSIZED_LABEL(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_ELLIPSIZED_LABEL, ExoEllipsizedLabel))
+</MACRO>
+<MACRO>
+<NAME>EXO_ELLIPSIZED_LABEL_CLASS</NAME>
+#define EXO_ELLIPSIZED_LABEL_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), EXO_TYPE_ELLIPSIZED_LABEL, ExoEllipsizedLabelClass))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_ELLIPSIZED_LABEL</NAME>
+#define EXO_IS_ELLIPSIZED_LABEL(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_ELLIPSIZED_LABEL))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_ELLIPSIZED_LABEL_CLASS</NAME>
+#define EXO_IS_ELLIPSIZED_LABEL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EXO_TYPE_ELLIPSIZED_LABEL))
+</MACRO>
+<MACRO>
+<NAME>EXO_ELLIPSIZED_LABEL_GET_CLASS</NAME>
+#define EXO_ELLIPSIZED_LABEL_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_ELLIPSIZED_LABEL, ExoEllipsizedLabelClass))
+</MACRO>
+<STRUCT>
+<NAME>ExoEllipsizedLabelPrivate</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoEllipsizedLabelClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoEllipsizedLabel</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoEllipsizedLabelClass</NAME>
+struct _ExoEllipsizedLabelClass
+{
+  GtkLabelClass __parent__;
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoEllipsizedLabel</NAME>
+struct _ExoEllipsizedLabel
+{
+  GtkLabel __parent__;
+
+  /*< private >*/
+  ExoEllipsizedLabelPrivate *priv;
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_ellipsized_label_get_type</NAME>
+<RETURNS>GType                 </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_ellipsized_label_new</NAME>
+<RETURNS>GtkWidget            *</RETURNS>
+const gchar           *text
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_ellipsized_label_get_ellipsize</NAME>
+<RETURNS>ExoPangoEllipsizeMode </RETURNS>
+ExoEllipsizedLabel    *label
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_ellipsized_label_set_ellipsize</NAME>
+<RETURNS>void                  </RETURNS>
+ExoEllipsizedLabel    *label,ExoPangoEllipsizeMode  mode
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_gdk_pixbuf_scale_ratio</NAME>
+<RETURNS>GdkPixbuf *</RETURNS>
+GdkPixbuf *source,gint       dest_size
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_gtk_object_destroy_later</NAME>
+<RETURNS>void </RETURNS>
+GtkObject      *object
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_gtk_radio_action_set_current_value</NAME>
+<RETURNS>void </RETURNS>
+GtkRadioAction *action,gint            current_value
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_g_value_transform_negate</NAME>
+<RETURNS>gboolean  </RETURNS>
+const GValue *src_value,GValue       *dst_value
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_ICON_BAR</NAME>
+#define EXO_TYPE_ICON_BAR             (exo_icon_bar_get_type ())
+</MACRO>
+<MACRO>
+<NAME>EXO_ICON_BAR</NAME>
+#define EXO_ICON_BAR(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_ICON_BAR, ExoIconBar))
+</MACRO>
+<MACRO>
+<NAME>EXO_ICON_BAR_CLASS</NAME>
+#define EXO_ICON_BAR_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), EXO_TYPE_ICON_BAR, ExoIconBarClass))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_ICON_BAR</NAME>
+#define EXO_IS_ICON_BAR(obj)          (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_ICON_BAR))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_ICON_BAR_CLASS</NAME>
+#define EXO_IS_ICON_BAR_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((obj), EXO_TYPE_ICON_BAR))
+</MACRO>
+<MACRO>
+<NAME>EXO_ICON_BAR_GET_CLASS</NAME>
+#define EXO_ICON_BAR_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_ICON_BAR, ExoIconBarClass))
+</MACRO>
+<STRUCT>
+<NAME>ExoIconBarPrivate</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoIconBarClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoIconBar</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoIconBarClass</NAME>
+struct _ExoIconBarClass
+{
+  GtkContainerClass __parent__;
+
+  /* signals */
+  void  (*set_scroll_adjustments)  (ExoIconBar    *icon_bar,
+                                    GtkAdjustment *hadjustment,
+                                    GtkAdjustment *vadjustment);
+  void  (*selection_changed)       (ExoIconBar *icon_bar);
+
+  void  (*reserved1) (void);
+  void  (*reserved2) (void);
+  void  (*reserved3) (void);
+  void  (*reserved4) (void);
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoIconBar</NAME>
+struct _ExoIconBar
+{
+  GtkContainer       __parent__;
+
+  /*< private >*/
+  ExoIconBarPrivate *priv;
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_icon_bar_get_type</NAME>
+<RETURNS>GType           </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_new</NAME>
+<RETURNS>GtkWidget      *</RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_new_with_model</NAME>
+<RETURNS>GtkWidget      *</RETURNS>
+GtkTreeModel   *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_get_model</NAME>
+<RETURNS>GtkTreeModel   *</RETURNS>
+ExoIconBar     *icon_bar
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_set_model</NAME>
+<RETURNS>void            </RETURNS>
+ExoIconBar     *icon_bar,GtkTreeModel   *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_get_pixbuf_column</NAME>
+<RETURNS>gint            </RETURNS>
+ExoIconBar     *icon_bar
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_set_pixbuf_column</NAME>
+<RETURNS>void            </RETURNS>
+ExoIconBar     *icon_bar,gint            column
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_get_text_column</NAME>
+<RETURNS>gint            </RETURNS>
+ExoIconBar     *icon_bar
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_set_text_column</NAME>
+<RETURNS>void            </RETURNS>
+ExoIconBar     *icon_bar,gint            column
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_get_orientation</NAME>
+<RETURNS>GtkOrientation  </RETURNS>
+ExoIconBar     *icon_bar
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_set_orientation</NAME>
+<RETURNS>void            </RETURNS>
+ExoIconBar     *icon_bar,GtkOrientation  orientation
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_get_active</NAME>
+<RETURNS>gint            </RETURNS>
+ExoIconBar     *icon_bar
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_set_active</NAME>
+<RETURNS>void            </RETURNS>
+ExoIconBar     *icon_bar,gint            index
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_get_active_iter</NAME>
+<RETURNS>gboolean        </RETURNS>
+ExoIconBar     *icon_bar,GtkTreeIter    *iter
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_bar_set_active_iter</NAME>
+<RETURNS>void            </RETURNS>
+ExoIconBar     *icon_bar,GtkTreeIter    *iter
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_ICON_VIEW</NAME>
+#define EXO_TYPE_ICON_VIEW             (exo_icon_view_get_type ())
+</MACRO>
+<MACRO>
+<NAME>EXO_ICON_VIEW</NAME>
+#define EXO_ICON_VIEW(obj)		          (GTK_CHECK_CAST ((obj), EXO_TYPE_ICON_VIEW, ExoIconView))
+</MACRO>
+<MACRO>
+<NAME>EXO_ICON_VIEW_CLASS</NAME>
+#define EXO_ICON_VIEW_CLASS(klass)	    (GTK_CHECK_CLASS_CAST ((klass), EXO_TYPE_ICON_VIEW, ExoIconViewClass))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_ICON_VIEW</NAME>
+#define EXO_IS_ICON_VIEW(obj)		      (GTK_CHECK_TYPE ((obj), EXO_TYPE_ICON_VIEW))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_ICON_VIEW_CLASS</NAME>
+#define EXO_IS_ICON_VIEW_CLASS(klass)	(GTK_CHECK_CLASS_TYPE ((klass), EXO_TYPE_ICON_VIEW))
+</MACRO>
+<MACRO>
+<NAME>EXO_ICON_VIEW_GET_CLASS</NAME>
+#define EXO_ICON_VIEW_GET_CLASS(obj)   (GTK_CHECK_GET_CLASS ((obj), EXO_TYPE_ICON_VIEW, ExoIconViewClass))
+</MACRO>
+<STRUCT>
+<NAME>ExoIconView</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoIconViewClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoIconViewPrivate</NAME>
+</STRUCT>
+<USER_FUNCTION>
+<NAME>ExoIconViewForeachFunc</NAME>
+<RETURNS>void </RETURNS>
+ExoIconView     *icon_view,
+					                                GtkTreePath      *path,
+					                                gpointer          data
+</USER_FUNCTION>
+<STRUCT>
+<NAME>ExoIconView</NAME>
+struct _ExoIconView
+{
+  GtkContainer parent;
+
+  /*< private >*/
+  ExoIconViewPrivate *priv;
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoIconViewClass</NAME>
+struct _ExoIconViewClass
+{
+  GtkContainerClass parent_class;
+
+  void    (*set_scroll_adjustments) (ExoIconView     *icon_view,
+				                             GtkAdjustment    *hadjustment,
+				                             GtkAdjustment    *vadjustment);
+  
+  void    (*item_activated)         (ExoIconView     *icon_view,
+				                             GtkTreePath      *path);
+  void    (*selection_changed)      (ExoIconView     *icon_view);
+
+  /* Key binding signals */
+  void    (*select_all)             (ExoIconView     *icon_view);
+  void    (*unselect_all)           (ExoIconView     *icon_view);
+  void    (*select_cursor_item)     (ExoIconView     *icon_view);
+  void    (*toggle_cursor_item)     (ExoIconView     *icon_view);
+  gboolean (*move_cursor)           (ExoIconView     *icon_view,
+				                             GtkMovementStep   step,
+				                             gint              count);
+  gboolean (*activate_cursor_item)  (ExoIconView     *icon_view);
+
+  void  (*reserved1)  (void);
+  void  (*reserved2)  (void);
+  void  (*reserved3)  (void);
+  void  (*reserved4)  (void);
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_icon_view_get_type</NAME>
+<RETURNS>GType      </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_new</NAME>
+<RETURNS>GtkWidget *</RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_new_with_model</NAME>
+<RETURNS>GtkWidget *</RETURNS>
+GtkTreeModel *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_set_model</NAME>
+<RETURNS>void          </RETURNS>
+ExoIconView *icon_view,GtkTreeModel *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_get_model</NAME>
+<RETURNS>GtkTreeModel *</RETURNS>
+ExoIconView *icon_view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_set_text_column</NAME>
+<RETURNS>void          </RETURNS>
+ExoIconView *icon_view,gint          column
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_get_text_column</NAME>
+<RETURNS>gint          </RETURNS>
+ExoIconView *icon_view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_set_markup_column</NAME>
+<RETURNS>void          </RETURNS>
+ExoIconView *icon_view,gint          column
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_get_markup_column</NAME>
+<RETURNS>gint          </RETURNS>
+ExoIconView *icon_view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_set_pixbuf_column</NAME>
+<RETURNS>void          </RETURNS>
+ExoIconView *icon_view,gint          column
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_get_pixbuf_column</NAME>
+<RETURNS>gint          </RETURNS>
+ExoIconView *icon_view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_set_orientation</NAME>
+<RETURNS>void           </RETURNS>
+ExoIconView   *icon_view,GtkOrientation  orientation
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_get_orientation</NAME>
+<RETURNS>GtkOrientation </RETURNS>
+ExoIconView   *icon_view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_get_path_at_pos</NAME>
+<RETURNS>GtkTreePath *</RETURNS>
+ExoIconView           *icon_view,gint                    x,gint                    y
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_selected_foreach</NAME>
+<RETURNS>void             </RETURNS>
+ExoIconView           *icon_view,ExoIconViewForeachFunc func,gpointer                data
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_set_selection_mode</NAME>
+<RETURNS>void             </RETURNS>
+ExoIconView           *icon_view,GtkSelectionMode        mode
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_get_selection_mode</NAME>
+<RETURNS>GtkSelectionMode </RETURNS>
+ExoIconView           *icon_view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_select_path</NAME>
+<RETURNS>void             </RETURNS>
+ExoIconView           *icon_view,GtkTreePath            *path
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_unselect_path</NAME>
+<RETURNS>void             </RETURNS>
+ExoIconView           *icon_view,GtkTreePath            *path
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_path_is_selected</NAME>
+<RETURNS>gboolean         </RETURNS>
+ExoIconView           *icon_view,GtkTreePath            *path
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_get_selected_items</NAME>
+<RETURNS>GList           *</RETURNS>
+ExoIconView           *icon_view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_select_all</NAME>
+<RETURNS>void             </RETURNS>
+ExoIconView           *icon_view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_unselect_all</NAME>
+<RETURNS>void             </RETURNS>
+ExoIconView           *icon_view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_icon_view_item_activated</NAME>
+<RETURNS>void             </RETURNS>
+ExoIconView           *icon_view,GtkTreePath            *path
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_MD5_DIGEST</NAME>
+#define EXO_TYPE_MD5_DIGEST (exo_md5_digest_get_type ())
+</MACRO>
+<STRUCT>
+<NAME>ExoMd5Digest</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoMd5Digest</NAME>
+struct _ExoMd5Digest
+{
+  guchar digest[16];
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_md5_digest_get_type</NAME>
+<RETURNS>GType         </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_str_get_md5_digest</NAME>
+<RETURNS>ExoMd5Digest *</RETURNS>
+const gchar        *contents
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_str_get_md5_str</NAME>
+<RETURNS>gchar        *</RETURNS>
+const gchar        *contents
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_md5_str_to_digest</NAME>
+<RETURNS>ExoMd5Digest *</RETURNS>
+const gchar        *str_digest
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_md5_digest_to_str</NAME>
+<RETURNS>gchar        *</RETURNS>
+const ExoMd5Digest *digest
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_md5_digest_dup</NAME>
+<RETURNS>ExoMd5Digest *</RETURNS>
+const ExoMd5Digest *digest
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_md5_digest_free</NAME>
+<RETURNS>void          </RETURNS>
+ExoMd5Digest       *digest
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_md5_digest_hash</NAME>
+<RETURNS>guint         </RETURNS>
+gconstpointer       digest
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_md5_digest_equal</NAME>
+<RETURNS>gboolean      </RETURNS>
+gconstpointer       digest1,gconstpointer       digest2
+</FUNCTION>
+<ENUM>
+<NAME>ExoPangoEllipsizeMode</NAME>
+typedef enum /*< enum,prefix=EXO_PANGO_ELLIPSIZE_MODE >*/
+{
+  EXO_PANGO_ELLIPSIZE_NONE,
+  EXO_PANGO_ELLIPSIZE_START,
+  EXO_PANGO_ELLIPSIZE_MIDDLE,
+  EXO_PANGO_ELLIPSIZE_END,
+} ExoPangoEllipsizeMode;
+</ENUM>
+<FUNCTION>
+<NAME>exo_pango_layout_set_text_ellipsized</NAME>
+<RETURNS>gboolean  </RETURNS>
+PangoLayout           *layout,const char            *string,int                    width,ExoPangoEllipsizeMode  mode
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_str_elide_underscores</NAME>
+<RETURNS>gchar    *</RETURNS>
+const gchar *text
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_str_is_equal</NAME>
+<RETURNS>gboolean  </RETURNS>
+const gchar *a,const gchar *b
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_strndupv</NAME>
+<RETURNS>gchar   **</RETURNS>
+gchar      **strv,gint         num
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_TOOLBARS_EDITOR</NAME>
+#define EXO_TYPE_TOOLBARS_EDITOR            (exo_toolbars_editor_get_type ())
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_EDITOR</NAME>
+#define EXO_TOOLBARS_EDITOR(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_TOOLBARS_EDITOR, ExoToolbarsEditor))
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_EDITOR_CLASS</NAME>
+#define EXO_TOOLBARS_EDITOR_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), EXO_TYPE_TOOLBARS_EDITOR, ExoToolbarsEditorClass))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_TOOLBARS_EDITOR</NAME>
+#define EXO_IS_TOOLBARS_EDITOR(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_TOOLBARS_EDITOR))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_TOOLBARS_EDITOR_CLASS</NAME>
+#define EXO_IS_TOOLBARS_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EXO_TYPE_TOOLBARS_EDITOR))
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_EDITOR_GET_CLASS</NAME>
+#define EXO_TOOLBARS_EDITOR_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_TOOLBARS_EDITOR, ExoToolbarsEditorClass))
+</MACRO>
+<STRUCT>
+<NAME>ExoToolbarsEditorPrivate</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsEditorClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsEditor</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsEditorClass</NAME>
+struct _ExoToolbarsEditorClass
+{
+  GtkVBoxClass __parent__;
+
+  void  (*reserved1)  (void);
+  void  (*reserved2)  (void);
+  void  (*reserved3)  (void);
+  void  (*reserved4)  (void);
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsEditor</NAME>
+struct _ExoToolbarsEditor
+{
+  GtkVBox __parent__;
+
+  /*< private >*/
+  ExoToolbarsEditorPrivate *priv;
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_toolbars_editor_get_type</NAME>
+<RETURNS>GType             </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_editor_new</NAME>
+<RETURNS>GtkWidget        *</RETURNS>
+GtkUIManager       *ui_manager
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_editor_new_with_model</NAME>
+<RETURNS>GtkWidget        *</RETURNS>
+GtkUIManager       *ui_manager,ExoToolbarsModel   *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_editor_get_model</NAME>
+<RETURNS>ExoToolbarsModel *</RETURNS>
+ExoToolbarsEditor  *editor
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_editor_set_model</NAME>
+<RETURNS>void              </RETURNS>
+ExoToolbarsEditor  *editor,ExoToolbarsModel   *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_editor_get_ui_manager</NAME>
+<RETURNS>GtkUIManager     *</RETURNS>
+ExoToolbarsEditor  *editor
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_editor_set_ui_manager</NAME>
+<RETURNS>void              </RETURNS>
+ExoToolbarsEditor  *editor,GtkUIManager       *ui_manager
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_TOOLBARS_EDITOR_DIALOG</NAME>
+#define EXO_TYPE_TOOLBARS_EDITOR_DIALOG             (exo_toolbars_editor_dialog_get_type ())
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_EDITOR_DIALOG</NAME>
+#define EXO_TOOLBARS_EDITOR_DIALOG(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_TOOLBARS_EDITOR_DIALOG, ExoToolbarsEditorDialog))
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_EDITOR_DIALOG_CLASS</NAME>
+#define EXO_TOOLBARS_EDITOR_DIALOG_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), EXO_TYPE_TOOLBARS_EDITOR_DIALOG, ExoToolbarEditorDialog))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_TOOLBARS_EDITOR_DIALOG</NAME>
+#define EXO_IS_TOOLBARS_EDITOR_DIALOG(obj)          (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_TOOLBARS_EDITOR_DIALOG))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_TOOLBARS_EDITOR_DIALOG_CLASS</NAME>
+#define EXO_IS_TOOLBARS_EDITOR_DIALOG_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), EXO_TYPE_TOOLBARS_EDITOR_DIALOG))
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_EDITOR_DIALOG_GET_CLASS</NAME>
+#define EXO_TOOLBARS_EDITOR_DIALOG_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_TOOLBARS_EDITOR_DIALOG, ExoToolbarsEditorDialog))
+</MACRO>
+<STRUCT>
+<NAME>ExoToolbarsEditorDialogPrivate</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsEditorDialogClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsEditorDialog</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsEditorDialogClass</NAME>
+struct _ExoToolbarsEditorDialogClass
+{
+  GtkDialogClass __parent__;
+
+  void  (*reserved1)  (void);
+  void  (*reserved2)  (void);
+  void  (*reserved3)  (void);
+  void  (*reserved4)  (void);
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsEditorDialog</NAME>
+struct _ExoToolbarsEditorDialog
+{
+  GtkDialog                       __parent__;
+  ExoToolbarsEditorDialogPrivate *priv;
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_toolbars_editor_dialog_get_type</NAME>
+<RETURNS>GType      </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_editor_dialog_new_with_model</NAME>
+<RETURNS>GtkWidget *</RETURNS>
+GtkUIManager     *ui_manager,ExoToolbarsModel *model
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_TOOLBARS_MODEL</NAME>
+#define EXO_TYPE_TOOLBARS_MODEL             (exo_toolbars_model_get_type ())
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_MODEL</NAME>
+#define EXO_TOOLBARS_MODEL(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_TOOLBARS_MODEL, ExoToolbarsModel))
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_MODEL_CLASS</NAME>
+#define EXO_TOOLBARS_MODEL_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), EXO_TYPE_TOOLBARS_MODEL, ExoToolbarsModelClass))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_TOOLBARS_MODEL</NAME>
+#define EXO_IS_TOOLBARS_MODEL(obj)          (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_TOOLBARS_MODEL))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_TOOLBARS_MODEL_CLASS</NAME>
+#define EXO_IS_TOOLBARS_MODEL_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), EXO_TYPE_TOOLBARS_MODEL))
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_MODEL_GET_CLASS</NAME>
+#define EXO_TOOLBARS_MODEL_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_TOOLBARS_MODEL, ExoToolbarsModelClass))
+</MACRO>
+<STRUCT>
+<NAME>ExoToolbarsModelPrivate</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsModelClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsModel</NAME>
+</STRUCT>
+<ENUM>
+<NAME>ExoToolbarsModelFlags</NAME>
+typedef enum
+{
+  EXO_TOOLBARS_MODEL_NOT_REMOVABLE      = 1 << 0,
+  EXO_TOOLBARS_MODEL_ACCEPT_ITEMS_ONLY  = 1 << 1,
+  EXO_TOOLBARS_MODEL_OVERRIDE_STYLE     = 1 << 2,
+} ExoToolbarsModelFlags;
+</ENUM>
+<MACRO>
+<NAME>EXO_TOOLBARS_ITEM_TYPE</NAME>
+#define EXO_TOOLBARS_ITEM_TYPE "application/x-exo-toolbars-item"
+</MACRO>
+<STRUCT>
+<NAME>ExoToolbarsModelClass</NAME>
+struct _ExoToolbarsModelClass
+{
+  GObjectClass  __parent__;
+
+  /* Virtual Table */
+  gboolean     (*add_item)  (ExoToolbarsModel *model,
+                             gint              toolbar_position,
+                             gint              item_position,
+                             const gchar      *id,
+                             const gchar      *type);
+
+  void   (*reserved1)  (void);
+  void   (*reserved2)  (void);
+  void   (*reserved3)  (void);
+  void   (*reserved4)  (void);
+
+  /* Signals */
+  void   (*item_added)        (ExoToolbarsModel *model,
+                               gint              toolbar_position,
+                               gint              item_position);
+  void   (*item_removed)      (ExoToolbarsModel *model,
+                               gint              toolbar_position,
+                               gint              item_position);
+  void   (*toolbar_added)     (ExoToolbarsModel *model,
+                               gint              toolbar_position);
+  void   (*toolbar_changed)   (ExoToolbarsModel *model,
+                               gint              toolbar_position);
+  void   (*toolbar_removed)   (ExoToolbarsModel *model,
+                               gint              toolbar_position);
+  gchar *(*get_item_type)     (ExoToolbarsModel *model,
+                               GdkAtom           dnd_type);
+  gchar *(*get_item_id)       (ExoToolbarsModel *model,
+                               const gchar      *type,
+                               const gchar      *data);
+  gchar *(*get_item_data)     (ExoToolbarsModel *model,
+                               const gchar      *type,
+                               const gchar      *id);
+
+  void   (*reserved5)  (void);
+  void   (*reserved6)  (void);
+  void   (*reserved7)  (void);
+  void   (*reserved8)  (void);
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsModel</NAME>
+struct _ExoToolbarsModel
+{
+  GObject                  __parent__;
+
+  /*< private >*/
+  ExoToolbarsModelPrivate *priv;
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_toolbars_model_get_type</NAME>
+<RETURNS>GType                 </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_new</NAME>
+<RETURNS>ExoToolbarsModel     *</RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_set_actions</NAME>
+<RETURNS>void                  </RETURNS>
+ExoToolbarsModel      *model,gchar                **actions,guint                  n_actions
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_get_actions</NAME>
+<RETURNS>gchar               **</RETURNS>
+ExoToolbarsModel      *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_load_from_file</NAME>
+<RETURNS>gboolean              </RETURNS>
+ExoToolbarsModel      *model,const gchar           *filename,GError               **error
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_save_to_file</NAME>
+<RETURNS>gboolean              </RETURNS>
+ExoToolbarsModel      *model,const gchar           *filename,GError               **error
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_get_flags</NAME>
+<RETURNS>ExoToolbarsModelFlags </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_set_flags</NAME>
+<RETURNS>void                  </RETURNS>
+ExoToolbarsModel      *model,ExoToolbarsModelFlags  flags,gint                   toolbar_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_get_style</NAME>
+<RETURNS>GtkToolbarStyle       </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_set_style</NAME>
+<RETURNS>void                  </RETURNS>
+ExoToolbarsModel      *model,GtkToolbarStyle        style,gint                   toolbar_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_unset_style</NAME>
+<RETURNS>void                  </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_get_item_type</NAME>
+<RETURNS>gchar                *</RETURNS>
+ExoToolbarsModel      *model,GdkAtom                dnd_type
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_get_item_id</NAME>
+<RETURNS>gchar                *</RETURNS>
+ExoToolbarsModel      *model,const gchar           *type,const gchar           *name
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_get_item_data</NAME>
+<RETURNS>gchar                *</RETURNS>
+ExoToolbarsModel      *model,const gchar           *type,const gchar           *id
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_add_item</NAME>
+<RETURNS>gboolean              </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position,gint                   item_position,const gchar           *id,const gchar           *type
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_add_separator</NAME>
+<RETURNS>void                  </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position,gint                   item_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_add_toolbar</NAME>
+<RETURNS>gint                  </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position,const gchar           *name
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_move_item</NAME>
+<RETURNS>void                  </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position,gint                   item_position,gint                   new_toolbar_position,gint                   new_item_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_remove_item</NAME>
+<RETURNS>void                  </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position,gint                   item_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_remove_toolbar</NAME>
+<RETURNS>void                  </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_n_items</NAME>
+<RETURNS>gint                  </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_item_nth</NAME>
+<RETURNS>void                  </RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position,gint                   item_position,gboolean              *is_separator,const gchar          **id,const gchar          **type
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_n_toolbars</NAME>
+<RETURNS>gint                  </RETURNS>
+ExoToolbarsModel      *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_model_toolbar_nth</NAME>
+<RETURNS>const gchar          *</RETURNS>
+ExoToolbarsModel      *model,gint                   toolbar_position
+</FUNCTION>
+<MACRO>
+<NAME>EXO_TYPE_TOOLBARS_VIEW</NAME>
+#define EXO_TYPE_TOOLBARS_VIEW            (exo_toolbars_view_get_type ())
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_VIEW</NAME>
+#define EXO_TOOLBARS_VIEW(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_TOOLBARS_VIEW, ExoToolbarsView))
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_VIEW_CLASS</NAME>
+#define EXO_TOOLBARS_VIEW_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), EXO_TYPE_TOOLBARS_VIEW, ExoToolbarsViewClass))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_TOOLBARS_VIEW</NAME>
+#define EXO_IS_TOOLBARS_VIEW(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_TOOLBARS_VIEW))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_TOOLBARS_VIEW_CLASS</NAME>
+#define EXO_IS_TOOLBARS_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EXO_TYPE_TOOLBARS_VIEW))
+</MACRO>
+<MACRO>
+<NAME>EXO_TOOLBARS_VIEW_GET_CLASS</NAME>
+#define EXO_TOOLBARS_VIEW_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_TOOLBARS_VIEW, ExoToolbarsViewClass))
+</MACRO>
+<STRUCT>
+<NAME>ExoToolbarsViewPrivate</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsViewClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsView</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsViewClass</NAME>
+struct _ExoToolbarsViewClass
+{
+  GtkVBoxClass __parent__;
+
+  /* signals */
+  void  (*action_request) (ExoToolbarsView  *view,
+                           const gchar      *action_name);
+  void  (*customize)      (ExoToolbarsView  *view);
+
+  void  (*reserved1)      (void);
+  void  (*reserved2)      (void);
+  void  (*reserved3)      (void);
+  void  (*reserved4)      (void);
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoToolbarsView</NAME>
+struct _ExoToolbarsView
+{
+  GtkVBox __parent__;
+
+  /*< private >*/
+  ExoToolbarsViewPrivate *priv;
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_toolbars_view_get_type</NAME>
+<RETURNS>GType             </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_view_new</NAME>
+<RETURNS>GtkWidget        *</RETURNS>
+GtkUIManager         *ui_manager
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_view_new_with_model</NAME>
+<RETURNS>GtkWidget        *</RETURNS>
+GtkUIManager         *ui_manager,ExoToolbarsModel     *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_view_get_editing</NAME>
+<RETURNS>gboolean          </RETURNS>
+ExoToolbarsView      *view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_view_set_editing</NAME>
+<RETURNS>void              </RETURNS>
+ExoToolbarsView      *view,gboolean              editing
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_view_get_model</NAME>
+<RETURNS>ExoToolbarsModel *</RETURNS>
+ExoToolbarsView      *view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_view_set_model</NAME>
+<RETURNS>void              </RETURNS>
+ExoToolbarsView      *view,ExoToolbarsModel     *model
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_view_get_ui_manager</NAME>
+<RETURNS>GtkUIManager     *</RETURNS>
+ExoToolbarsView      *view
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_toolbars_view_set_ui_manager</NAME>
+<RETURNS>void              </RETURNS>
+ExoToolbarsView      *view,GtkUIManager         *ui_manager
+</FUNCTION>
+<STRUCT>
+<NAME>ExoXsessionClientPrivate</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoXsessionClientClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>ExoXsessionClient</NAME>
+</STRUCT>
+<MACRO>
+<NAME>EXO_TYPE_XSESSION_CLIENT</NAME>
+#define EXO_TYPE_XSESSION_CLIENT            (exo_xsession_client_get_type ())
+</MACRO>
+<MACRO>
+<NAME>EXO_XSESSION_CLIENT</NAME>
+#define EXO_XSESSION_CLIENT(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_XSESSION_CLIENT, ExoXsessionClient))
+</MACRO>
+<MACRO>
+<NAME>EXO_XSESSION_CLIENT_CLASS</NAME>
+#define EXO_XSESSION_CLIENT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), EXO_TYPE_XSESSION_CLIENT, ExoXsessionClientClass))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_XSESSION_CLIENT</NAME>
+#define EXO_IS_XSESSION_CLIENT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_XSESSION_CLIENT))
+</MACRO>
+<MACRO>
+<NAME>EXO_IS_XSESSION_CLIENT_CLASS</NAME>
+#define EXO_IS_XSESSION_CLIENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EXO_TYPE_XSESSION_CLIENT))
+</MACRO>
+<MACRO>
+<NAME>EXO_XSESSION_CLIENT_GET_CLASS</NAME>
+#define EXO_XSESSION_CLIENT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_XSESSION_CLIENT, ExoXsessionClientClass))
+</MACRO>
+<STRUCT>
+<NAME>ExoXsessionClientClass</NAME>
+struct _ExoXsessionClientClass
+{
+  GObjectClass __parent__;
+
+  /* signals */
+  void (*save_yourself) (ExoXsessionClient *client);
+
+  void (*reserved1) (void);
+  void (*reserved2) (void);
+};
+</STRUCT>
+<STRUCT>
+<NAME>ExoXsessionClient</NAME>
+struct _ExoXsessionClient
+{
+  GObject __parent__;
+
+  /*< private >*/
+  ExoXsessionClientPrivate *priv;
+};
+</STRUCT>
+<FUNCTION>
+<NAME>exo_xsession_client_get_type</NAME>
+<RETURNS>GType              </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_xsession_client_new_with_group</NAME>
+<RETURNS>ExoXsessionClient *</RETURNS>
+GdkWindow          *leader
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_xsession_client_get_group</NAME>
+<RETURNS>GdkWindow         *</RETURNS>
+ExoXsessionClient  *client
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_xsession_client_set_group</NAME>
+<RETURNS>void               </RETURNS>
+ExoXsessionClient  *client,GdkWindow          *leader
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_xsession_client_get_restart_command</NAME>
+<RETURNS>gboolean           </RETURNS>
+ExoXsessionClient  *client,gchar            ***argv,gint               *argc
+</FUNCTION>
+<FUNCTION>
+<NAME>exo_xsession_client_set_restart_command</NAME>
+<RETURNS>void               </RETURNS>
+ExoXsessionClient  *client,gchar             **argv,gint                argc
+</FUNCTION>
+<MACRO>
+<NAME>EXO_INSIDE_EXO_H</NAME>
+#define EXO_INSIDE_EXO_H
+</MACRO>
+<MACRO>
+<NAME>EXO_MAJOR_VERSION</NAME>
+#define EXO_MAJOR_VERSION 0
+</MACRO>
+<MACRO>
+<NAME>EXO_MINOR_VERSION</NAME>
+#define EXO_MINOR_VERSION 3
+</MACRO>
+<MACRO>
+<NAME>EXO_MICRO_VERSION</NAME>
+#define EXO_MICRO_VERSION 0
+</MACRO>
+<MACRO>
+<NAME>EXO_CHECK_VERSION</NAME>
+#define EXO_CHECK_VERSION(major,minor,micro) \
+  (EXO_MAJOR_VERSION > (major) \
+   || (EXO_MAJOR_VERSION == (major) \
+       && EXO_MINOR_VERSION > (minor)) \
+   || (EXO_MAJOR_VERSION == (major) \
+       && EXO_MINOR_VERSION == (minor) \
+       && EXO_MICRO_VERSION >= (micro)))
+</MACRO>
+<VARIABLE>
+<NAME>exo_major_version</NAME>
+extern const guint exo_major_version;
+</VARIABLE>
+<VARIABLE>
+<NAME>exo_minor_version</NAME>
+extern const guint exo_minor_version;
+</VARIABLE>
+<VARIABLE>
+<NAME>exo_micro_version</NAME>
+extern const guint exo_micro_version;
+</VARIABLE>

Added: goodies/exo/trunk/docs/reference/exo-undocumented.txt
===================================================================
--- goodies/exo/trunk/docs/reference/exo-undocumented.txt	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/exo-undocumented.txt	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,35 @@
+84% symbol docs coverage.
+149 symbols documented.
+29 not documented.
+
+
+EXO_TOOLBARS_ITEM_TYPE
+ExoCellRendererEllipsizedText
+ExoEllipsizedLabel
+ExoIconBar
+ExoIconView::activate-cursor-item
+ExoIconView::item-activated
+ExoIconView::move-cursor
+ExoIconView::select-all
+ExoIconView::select-cursor-item
+ExoIconView::selection-changed
+ExoIconView::set-scroll-adjustments
+ExoIconView::toggle-cursor-item
+ExoIconView::unselect-all
+ExoIconViewForeachFunc
+ExoMd5Digest
+ExoPangoEllipsizeMode
+ExoToolbarsEditor
+ExoToolbarsEditorDialog
+ExoToolbarsModel
+ExoToolbarsModelFlags
+ExoToolbarsView
+ExoXsessionClient
+exo_icon_bar_new
+exo_toolbars_view_get_editing
+exo_toolbars_view_get_ui_manager
+exo_toolbars_view_set_model
+exo_toolbars_view_set_ui_manager
+exo_xsession_client_get_group
+exo_xsession_client_set_group
+

Modified: goodies/exo/trunk/docs/reference/html/ExoCellRendererEllipsizedText.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ExoCellRendererEllipsizedText.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ExoCellRendererEllipsizedText.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoCellRendererEllipsizedText</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="prev" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="next" href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-widgets.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoEllipsizedLabel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoCellRendererEllipsizedText"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoCellRendererEllipsizedText</span></h2><p>ExoCellRendererEllipsizedText &#8212; Renders text in a cell and optionally ellipsizes the text.</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoCellRendererEllipsizedText</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="prev" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="next" href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-widgets.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoEllipsizedLabel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoCellRendererEllipsizedText"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoCellRendererEllipsizedText</span></h2><p>ExoCellRendererEllipsizedText &#8212; Renders text in a cell and optionally ellipsizes the text.</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -8,18 +8,14 @@
                                             (void);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2623261"></a><h2>Object Hierarchy</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2543856"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
   GObject
    +----GtkObject
          +----GtkCellRenderer
                +----GtkCellRendererText
                      +----ExoCellRendererEllipsizedText
-</pre></div><div class="refsect1" lang="en"><a name="id2623296"></a><h2>Properties</h2><pre class="synopsis">
-
-  "<a href="ExoCellRendererEllipsizedText.html#ExoCellRendererEllipsizedText--ellipsize">ellipsize</a>"            <a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a>  : Read / Write
-  "<a href="ExoCellRendererEllipsizedText.html#ExoCellRendererEllipsizedText--ellipsize-set">ellipsize-set</a>"        gboolean              : Read / Write
-</pre></div><div class="refsect1" lang="en"><a name="id2623336"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2543899"></a><h2>Description</h2><p>
 The <a href="ExoCellRendererEllipsizedText.html" title="ExoCellRendererEllipsizedText"><span class="type">ExoCellRendererEllipsizedText</span></a> renders a given text in its
 cell, using the font, color and style information provided by
 its properties (which are actually inherited from <span class="type">GtkCellRendererText</span>).
@@ -31,18 +27,18 @@
 has the "ellipsize" property and reuses the built-in functionality
 if available. For Gtk+ 2.4, it uses the <a href="exo-Extensions-to-Pango.html" title="Extensions to Pango">Pango Extensions</a> to
 ellipsize text properly.
-</p></div><div class="refsect1" lang="en"><a name="id2623380"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2623385"></a><h3><a name="ExoCellRendererEllipsizedText-struct"></a>ExoCellRendererEllipsizedText</h3><a class="indexterm" name="id2623397"></a><pre class="programlisting">typedef struct _ExoCellRendererEllipsizedText ExoCellRendererEllipsizedText;</pre><p>
+</p></div><div class="refsect1" lang="en"><a name="id2543965"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2543971"></a><h3><a name="ExoCellRendererEllipsizedText-struct"></a>ExoCellRendererEllipsizedText</h3><a class="indexterm" name="id2543983"></a><pre class="programlisting">typedef struct _ExoCellRendererEllipsizedText ExoCellRendererEllipsizedText;</pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2623411"></a><h3><a name="exo-cell-renderer-ellipsized-text-new"></a>exo_cell_renderer_ellipsized_text_new ()</h3><a class="indexterm" name="id2623492"></a><pre class="programlisting">GtkCellRenderer* exo_cell_renderer_ellipsized_text_new
+</p></div><hr><div class="refsect2" lang="en"><a name="id2544000"></a><h3><a name="exo-cell-renderer-ellipsized-text-new"></a>exo_cell_renderer_ellipsized_text_new ()</h3><a class="indexterm" name="id2544011"></a><pre class="programlisting">GtkCellRenderer* exo_cell_renderer_ellipsized_text_new
                                             (void);</pre><p>
 Creates a new <a href="ExoCellRendererEllipsizedText.html" title="ExoCellRendererEllipsizedText"><span class="type">ExoCellRendererEllipsizedText</span></a>. Adjust how text is
 drawn using object properties. Object properties can be set globally
-(with <code class="function">g_object_set()</code>). Also, with <span class="type">GtkTreeViewColumn</span>, you can bind a
+(with <tt class="function">g_object_set()</tt>). Also, with <span class="type">GtkTreeViewColumn</span>, you can bind a
 property to a value in a <span class="type">GtkTreeModel</span>. For example, you can bind the
 "text" property on the cell renderer to a string value in the model,
 thus rendering a different string in each row of the <span class="type">GtkTreeView</span>.</p><p>
 
 </p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The new cell renderer.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2623564"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2623570"></a><h3><a name="ExoCellRendererEllipsizedText--ellipsize"></a>The "<code class="literal">ellipsize</code>" property</h3><pre class="programlisting">  "ellipsize"            <a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a>  : Read / Write</pre><p>The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string, if at all.</p><p>Default value: EXO_PANGO_ELLIPSIZE_NONE</p></div><hr><div class="refsect2" lang="en"><a name="id2623605"></a><h3><a name="ExoCellRendererEllipsizedText--ellipsize-set"></a>The "<code class="literal">ellipsize-set</code>" property</h3><pre class="programlisting">  "ellipsize-set"        gboolean              : Read / Write</pre><p>Whether this tag affects the ellipsize mode.</p><p>Default value: FALSE</p></div></div><div class="refsect1" lang="en"><a name="id2623641"></a><h2>See Also</h2><p>
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2544106"></a><h2>See Also</h2><p>
 <a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRendererText.html" target="_top">GtkCellRendererText</a>, <a href="exo-Extensions-to-Pango.html" title="Extensions to Pango">Exo Pango Extensions</a>
 </p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-widgets.html"><b>&lt;&lt; Part III. Additional widgets</b></a></td><td align="right"><a accesskey="n" href="ExoEllipsizedLabel.html"><b>ExoEllipsizedLabel &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/ExoEllipsizedLabel.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ExoEllipsizedLabel.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ExoEllipsizedLabel.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoEllipsizedLabel</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="prev" href="ExoCellRendererEllipsizedText.html" title="ExoCellRendererEllipsizedText"><link rel="next" href="ExoIconBar.html" title="ExoIconBar"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoCellRendererEllipsizedText.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoIconBar.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoEllipsizedLabel"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoEllipsizedLabel</span></h2><p>ExoEllipsizedLabel &#8212; A widget that automatically ellipsizes text</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoEllipsizedLabel</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="prev" href="ExoCellRendererEllipsizedText.html" title="ExoCellRendererEllipsizedText"><link rel="next" href="ExoIconBar.html" title="ExoIconBar"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoCellRendererEllipsizedText.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoIconBar.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoEllipsizedLabel"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoEllipsizedLabel</span></h2><p>ExoEllipsizedLabel &#8212; A widget that automatically ellipsizes text</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -12,7 +12,7 @@
                                              <a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a> mode);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2624353"></a><h2>Object Hierarchy</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2544590"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
   GObject
    +----GtkObject
@@ -20,12 +20,9 @@
                +----GtkMisc
                      +----GtkLabel
                            +----ExoEllipsizedLabel
-</pre></div><div class="refsect1" lang="en"><a name="id2624460"></a><h2>Implemented Interfaces</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2544640"></a><h2>Implemented Interfaces</h2><p>
 ExoEllipsizedLabel implements
- AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2624476"></a><h2>Properties</h2><pre class="synopsis">
-
-  "<a href="ExoEllipsizedLabel.html#ExoEllipsizedLabel--ellipsize">ellipsize</a>"            <a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a>  : Read / Write
-</pre></div><div class="refsect1" lang="en"><a name="id2624499"></a><h2>Description</h2><p>
+ AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2544658"></a><h2>Description</h2><p>
 <a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><span class="type">ExoEllipsizedLabel</span></a> extends the standard <span class="type">GtkLabel</span> class present in
 Gtk+ 2.4 with the ability to automatically ellipsize text with
 "...".
@@ -34,44 +31,33 @@
 2.5 or above and uses the native ellipsizing support of Gtk+ 2.5
 or above in that case. So its safe to use <a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><span class="type">ExoEllipsizedLabel</span></a>
 with every Gtk+ version above 2.4.
-</p></div><div class="refsect1" lang="en"><a name="id2624538"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2624544"></a><h3><a name="ExoEllipsizedLabel-struct"></a>ExoEllipsizedLabel</h3><a class="indexterm" name="id2624552"></a><pre class="programlisting">typedef struct _ExoEllipsizedLabel ExoEllipsizedLabel;</pre><p>
+</p></div><div class="refsect1" lang="en"><a name="id2544709"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2544714"></a><h3><a name="ExoEllipsizedLabel-struct"></a>ExoEllipsizedLabel</h3><a class="indexterm" name="id2544726"></a><pre class="programlisting">typedef struct _ExoEllipsizedLabel ExoEllipsizedLabel;</pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2624567"></a><h3><a name="exo-ellipsized-label-new"></a>exo_ellipsized_label_new ()</h3><a class="indexterm" name="id2624576"></a><pre class="programlisting">GtkWidget*  exo_ellipsized_label_new        (const gchar *text);</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2544741"></a><h3><a name="exo-ellipsized-label-new"></a>exo_ellipsized_label_new ()</h3><a class="indexterm" name="id2544752"></a><pre class="programlisting">GtkWidget*  exo_ellipsized_label_new        (const gchar *text);</pre><p>
 Creates a new <a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><span class="type">ExoEllipsizedLabel</span></a> with the given
-text inside it. You can pass <code class="literal">NULL</code> to get an
+text inside it. You can pass <tt class="literal">NULL</tt> to get an
 empty label widget.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>text</code></em> :</span></td><td> The text of the label.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>text</tt></i> :</span></td><td> The text of the label.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The new <a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><span class="type">ExoEllipsizedLabel</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2624649"></a><h3><a name="exo-ellipsized-label-get-ellipsize"></a>exo_ellipsized_label_get_ellipsize ()</h3><a class="indexterm" name="id2624662"></a><pre class="programlisting"><a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a> exo_ellipsized_label_get_ellipsize
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2544837"></a><h3><a name="exo-ellipsized-label-get-ellipsize"></a>exo_ellipsized_label_get_ellipsize ()</h3><a class="indexterm" name="id2544849"></a><pre class="programlisting"><a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a> exo_ellipsized_label_get_ellipsize
                                             (<a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel">ExoEllipsizedLabel</a> *label);</pre><p>
-Returns the ellipsizing position of the <em class="parameter"><code>label</code></em>.
-See <a href="ExoEllipsizedLabel.html#exo-ellipsized-label-set-ellipsize"><code class="function">exo_ellipsized_label_set_ellipsize()</code></a>.</p><p>
+Returns the ellipsizing position of the <i class="parameter"><tt>label</tt></i>.
+See <a href="ExoEllipsizedLabel.html#exo-ellipsized-label-set-ellipsize"><tt class="function">exo_ellipsized_label_set_ellipsize()</tt></a>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>label</code></em> :</span></td><td> An <a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><span class="type">ExoEllipsizedLabel</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>label</tt></i> :</span></td><td> An <a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><span class="type">ExoEllipsizedLabel</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> An <a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode"><span class="type">ExoPangoEllipsizeMode</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2624747"></a><h3><a name="exo-ellipsized-label-set-ellipsize"></a>exo_ellipsized_label_set_ellipsize ()</h3><a class="indexterm" name="id2624760"></a><pre class="programlisting">void        exo_ellipsized_label_set_ellipsize
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2544946"></a><h3><a name="exo-ellipsized-label-set-ellipsize"></a>exo_ellipsized_label_set_ellipsize ()</h3><a class="indexterm" name="id2544958"></a><pre class="programlisting">void        exo_ellipsized_label_set_ellipsize
                                             (<a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel">ExoEllipsizedLabel</a> *label,
                                              <a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a> mode);</pre><p>
 Sets the mode used to ellipsize (add an ellipsis: "...") to the
 text if there is not enough space to render the entire string.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>label</code></em> :</span></td><td> An <a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><span class="type">ExoEllipsizedLabel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>mode</code></em> :</span></td><td>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>label</tt></i> :</span></td><td> An <a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><span class="type">ExoEllipsizedLabel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>mode</tt></i> :</span></td><td>
 
 
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2624900"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2624905"></a><h3><a name="ExoEllipsizedLabel--ellipsize"></a>The "<code class="literal">ellipsize</code>" property</h3><pre class="programlisting">  "ellipsize"            <a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a>  : Read / Write</pre><p>
-The preferred place to ellipsize the string, if the label does not have 
-enough room to display the entire string, specified as a <span class="type">ExoPangoEllisizeMode</span>. 
-</p><p>
-Note that setting this property to a value other than <code class="literal">EXO_PANGO_ELLIPSIZE_NONE</code> 
-has the side-effect that the label requests only enough space to display the
-ellipsis "...". Ellipsizing labels must be packed in a container which 
-ensures that the label gets a reasonable size allocated. In particular, 
-this means that ellipsizing labels don't work well in notebook tabs, unless
-the tab's ::tab-expand property is set to <code class="literal">TRUE</code>.</p><p>
-
-</p><p>Default value: EXO_PANGO_ELLIPSIZE_NONE</p></div></div><div class="refsect1" lang="en"><a name="id2624963"></a><h2>See Also</h2><p>
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2545042"></a><h2>See Also</h2><p>
 <a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkLabel.html" target="_top">GtkLabel</a>, <a href="exo-Extensions-to-Pango.html" title="Extensions to Pango">Exo
 Pango Extensions</a>
 </p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoCellRendererEllipsizedText.html"><b>&lt;&lt; ExoCellRendererEllipsizedText</b></a></td><td align="right"><a accesskey="n" href="ExoIconBar.html"><b>ExoIconBar &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/ExoIconBar.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ExoIconBar.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ExoIconBar.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoIconBar</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="prev" href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><link rel="next" href="ExoIconView.html" title="ExoIconView"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoEllipsizedLabel.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoIconView.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoIconBar"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoIconBar</span></h2><p>ExoIconBar &#8212; A widget for displaying icon bars</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoIconBar</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="prev" href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel"><link rel="next" href="ExoIconView.html" title="ExoIconView"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoEllipsizedLabel.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoIconView.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoIconBar"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoIconBar</span></h2><p>ExoIconBar &#8212; A widget for displaying icon bars</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -27,23 +27,23 @@
                                              GtkTreeIter *iter);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2626094"></a><h2>Object Hierarchy</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2546071"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
   GObject
    +----GtkObject
          +----GtkWidget
                +----GtkContainer
                      +----ExoIconBar
-</pre></div><div class="refsect1" lang="en"><a name="id2626129"></a><h2>Implemented Interfaces</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2546113"></a><h2>Implemented Interfaces</h2><p>
 ExoIconBar implements
- AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2626144"></a><h2>Properties</h2><pre class="synopsis">
+ AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2546131"></a><h2>Properties</h2><pre class="synopsis">
 
   "<a href="ExoIconBar.html#ExoIconBar--active">active</a>"               gint                  : Read / Write
   "<a href="ExoIconBar.html#ExoIconBar--model">model</a>"                GtkTreeModel          : Read / Write
   "<a href="ExoIconBar.html#ExoIconBar--orientation">orientation</a>"          GtkOrientation        : Read / Write
   "<a href="ExoIconBar.html#ExoIconBar--pixbuf-column">pixbuf-column</a>"        gint                  : Read / Write
   "<a href="ExoIconBar.html#ExoIconBar--text-column">text-column</a>"          gint                  : Read / Write
-</pre></div><div class="refsect1" lang="en"><a name="id2626214"></a><h2>Style Properties</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2546228"></a><h2>Style Properties</h2><pre class="synopsis">
 
   "<a href="ExoIconBar.html#ExoIconBar--active-item-border-color">active-item-border-color</a>" GdkColor              : Read
   "<a href="ExoIconBar.html#ExoIconBar--active-item-fill-color">active-item-fill-color</a>" GdkColor              : Read
@@ -51,7 +51,7 @@
   "<a href="ExoIconBar.html#ExoIconBar--cursor-item-border-color">cursor-item-border-color</a>" GdkColor              : Read
   "<a href="ExoIconBar.html#ExoIconBar--cursor-item-fill-color">cursor-item-fill-color</a>" GdkColor              : Read
   "<a href="ExoIconBar.html#ExoIconBar--cursor-item-text-color">cursor-item-text-color</a>" GdkColor              : Read
-</pre></div><div class="refsect1" lang="en"><a name="id2626451"></a><h2>Signal Prototypes</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2546344"></a><h2>Signal Prototypes</h2><pre class="synopsis">
 
 "<a href="ExoIconBar.html#ExoIconBar-selection-changed">selection-changed</a>"
             void        user_function      (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
@@ -61,10 +61,10 @@
                                             GtkAdjustment *hadjustment,
                                             GtkAdjustment *vadjustment,
                                             gpointer user_data);
-</pre></div><div class="refsect1" lang="en"><a name="id2626523"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2546438"></a><h2>Description</h2><p>
 A widget that displays any object that implements the <span class="type">GtkTreeModel</span> interface
 in an icon bar.
-</p><div class="example"><a name="id2626539"></a><p class="title"><b>Example 1. 
+</p><div class="example"><a name="id2546457"></a><p class="title"><b>Example 1. 
   Creating a new <span class="structname">ExoIconBar</span> with a <span class="structname">GtkListStore</span>
 </b></p><pre class="programlisting">
 enum
@@ -95,144 +95,144 @@
 
   /* add the bar to your GUI now... */
 }
-</pre></div></div><div class="refsect1" lang="en"><a name="id2626558"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2625472"></a><h3><a name="ExoIconBar-struct"></a>ExoIconBar</h3><a class="indexterm" name="id2625480"></a><pre class="programlisting">typedef struct _ExoIconBar ExoIconBar;</pre><p>
+</pre></div></div><div class="refsect1" lang="en"><a name="id2545540"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2545546"></a><h3><a name="ExoIconBar-struct"></a>ExoIconBar</h3><a class="indexterm" name="id2545557"></a><pre class="programlisting">typedef struct _ExoIconBar ExoIconBar;</pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2625495"></a><h3><a name="exo-icon-bar-new"></a>exo_icon_bar_new ()</h3><a class="indexterm" name="id2625504"></a><pre class="programlisting">GtkWidget*  exo_icon_bar_new                (void);</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2545571"></a><h3><a name="exo-icon-bar-new"></a>exo_icon_bar_new ()</h3><a class="indexterm" name="id2545582"></a><pre class="programlisting">GtkWidget*  exo_icon_bar_new                (void);</pre><p>
 </p><p>
 
 </p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> a newly allocated <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2625546"></a><h3><a name="exo-icon-bar-new-with-model"></a>exo_icon_bar_new_with_model ()</h3><a class="indexterm" name="id2625555"></a><pre class="programlisting">GtkWidget*  exo_icon_bar_new_with_model     (GtkTreeModel *model);</pre><p>
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2545629"></a><h3><a name="exo-icon-bar-new-with-model"></a>exo_icon_bar_new_with_model ()</h3><a class="indexterm" name="id2545641"></a><pre class="programlisting">GtkWidget*  exo_icon_bar_new_with_model     (GtkTreeModel *model);</pre><p>
 Creates a new <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a> and associates it with
-<em class="parameter"><code>model</code></em>.</p><p>
+<i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> A <span class="type">GtkTreeModel</span>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> A <span class="type">GtkTreeModel</span>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> a newly allocated <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>, which
-              is associated with <em class="parameter"><code>model</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2625640"></a><h3><a name="exo-icon-bar-get-model"></a>exo_icon_bar_get_model ()</h3><a class="indexterm" name="id2625649"></a><pre class="programlisting">GtkTreeModel* exo_icon_bar_get_model        (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
-Returns the model the <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a> is based on. Returns <code class="literal">NULL</code> if
+              is associated with <i class="parameter"><tt>model</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2546822"></a><h3><a name="exo-icon-bar-get-model"></a>exo_icon_bar_get_model ()</h3><a class="indexterm" name="id2546834"></a><pre class="programlisting">GtkTreeModel* exo_icon_bar_get_model        (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
+Returns the model the <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a> is based on. Returns <tt class="literal">NULL</tt> if
 the model is unset.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> A <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkTreeModel</span>, or <code class="literal">NULL</code> if none is currently being used.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2626963"></a><h3><a name="exo-icon-bar-set-model"></a>exo_icon_bar_set_model ()</h3><a class="indexterm" name="id2626971"></a><pre class="programlisting">void        exo_icon_bar_set_model          (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> A <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkTreeModel</span>, or <tt class="literal">NULL</tt> if none is currently being used.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2546931"></a><h3><a name="exo-icon-bar-set-model"></a>exo_icon_bar_set_model ()</h3><a class="indexterm" name="id2546942"></a><pre class="programlisting">void        exo_icon_bar_set_model          (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
                                              GtkTreeModel *model);</pre><p>
-Sets the model for a <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>. If the <em class="parameter"><code>icon_bar</code></em> already has a model
-set, it will remove it before settings the new model. If <em class="parameter"><code>model</code></em> is <code class="literal">NULL</code>,
+Sets the model for a <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>. If the <i class="parameter"><tt>icon_bar</tt></i> already has a model
+set, it will remove it before settings the new model. If <i class="parameter"><tt>model</tt></i> is <tt class="literal">NULL</tt>,
 then it will unset the old model.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> A <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> A <span class="type">GtkTreeModel</span> or <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2627077"></a><h3><a name="exo-icon-bar-get-pixbuf-column"></a>exo_icon_bar_get_pixbuf_column ()</h3><a class="indexterm" name="id2627086"></a><pre class="programlisting">gint        exo_icon_bar_get_pixbuf_column  (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
-Returns the column with pixbufs for <em class="parameter"><code>icon_bar</code></em>.</p><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> A <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> A <span class="type">GtkTreeModel</span> or <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547063"></a><h3><a name="exo-icon-bar-get-pixbuf-column"></a>exo_icon_bar_get_pixbuf_column ()</h3><a class="indexterm" name="id2547075"></a><pre class="programlisting">gint        exo_icon_bar_get_pixbuf_column  (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
+Returns the column with pixbufs for <i class="parameter"><tt>icon_bar</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the pixbuf column, or -1 if it's unset.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2627223"></a><h3><a name="exo-icon-bar-set-pixbuf-column"></a>exo_icon_bar_set_pixbuf_column ()</h3><a class="indexterm" name="id2627233"></a><pre class="programlisting">void        exo_icon_bar_set_pixbuf_column  (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547150"></a><h3><a name="exo-icon-bar-set-pixbuf-column"></a>exo_icon_bar_set_pixbuf_column ()</h3><a class="indexterm" name="id2547161"></a><pre class="programlisting">void        exo_icon_bar_set_pixbuf_column  (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
                                              gint column);</pre><p>
-Sets the column with pixbufs for <em class="parameter"><code>icon_bar</code></em> to be <em class="parameter"><code>column</code></em>. The pixbuf
+Sets the column with pixbufs for <i class="parameter"><tt>icon_bar</tt></i> to be <i class="parameter"><tt>column</tt></i>. The pixbuf
 column must be of type <span class="type">GDK_TYPE_PIXBUF</span>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>column</code></em> :</span></td><td> A column in the currently used model.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2627392"></a><h3><a name="exo-icon-bar-get-text-column"></a>exo_icon_bar_get_text_column ()</h3><a class="indexterm" name="id2627400"></a><pre class="programlisting">gint        exo_icon_bar_get_text_column    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
-Returns the column with text for <em class="parameter"><code>icon_bar</code></em>.</p><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>column</tt></i> :</span></td><td> A column in the currently used model.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547264"></a><h3><a name="exo-icon-bar-get-text-column"></a>exo_icon_bar_get_text_column ()</h3><a class="indexterm" name="id2547276"></a><pre class="programlisting">gint        exo_icon_bar_get_text_column    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
+Returns the column with text for <i class="parameter"><tt>icon_bar</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the text column, or -1 if it's unset.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2627468"></a><h3><a name="exo-icon-bar-set-text-column"></a>exo_icon_bar_set_text_column ()</h3><a class="indexterm" name="id2627477"></a><pre class="programlisting">void        exo_icon_bar_set_text_column    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547350"></a><h3><a name="exo-icon-bar-set-text-column"></a>exo_icon_bar_set_text_column ()</h3><a class="indexterm" name="id2547362"></a><pre class="programlisting">void        exo_icon_bar_set_text_column    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
                                              gint column);</pre><p>
-Sets the column with text for <em class="parameter"><code>icon_bar</code></em> to be <em class="parameter"><code>column</code></em>. The
+Sets the column with text for <i class="parameter"><tt>icon_bar</tt></i> to be <i class="parameter"><tt>column</tt></i>. The
 text column must be of type <span class="type">G_TYPE_STRING</span>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>column</code></em> :</span></td><td> A column in the currently used model or -1 to
-             use no text in <em class="parameter"><code>icon_bar</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2627571"></a><h3><a name="exo-icon-bar-get-orientation"></a>exo_icon_bar_get_orientation ()</h3><a class="indexterm" name="id2627579"></a><pre class="programlisting">GtkOrientation exo_icon_bar_get_orientation (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>column</tt></i> :</span></td><td> A column in the currently used model or -1 to
+             use no text in <i class="parameter"><tt>icon_bar</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547471"></a><h3><a name="exo-icon-bar-get-orientation"></a>exo_icon_bar_get_orientation ()</h3><a class="indexterm" name="id2547482"></a><pre class="programlisting">GtkOrientation exo_icon_bar_get_orientation (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
 Retrieves the current orientation of the toolbar. See
-<a href="ExoIconBar.html#exo-icon-bar-set-orientation"><code class="function">exo_icon_bar_set_orientation()</code></a>.</p><p>
+<a href="ExoIconBar.html#exo-icon-bar-set-orientation"><tt class="function">exo_icon_bar_set_orientation()</tt></a>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The orientation of <em class="parameter"><code>icon_bar</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2627654"></a><h3><a name="exo-icon-bar-set-orientation"></a>exo_icon_bar_set_orientation ()</h3><a class="indexterm" name="id2627662"></a><pre class="programlisting">void        exo_icon_bar_set_orientation    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The orientation of <i class="parameter"><tt>icon_bar</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547569"></a><h3><a name="exo-icon-bar-set-orientation"></a>exo_icon_bar_set_orientation ()</h3><a class="indexterm" name="id2547581"></a><pre class="programlisting">void        exo_icon_bar_set_orientation    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
                                              GtkOrientation orientation);</pre><p>
-Sets whether the <em class="parameter"><code>icon_bar</code></em> should appear horizontally
+Sets whether the <i class="parameter"><tt>icon_bar</tt></i> should appear horizontally
 or vertically.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>orientation</code></em> :</span></td><td> A new <span class="type">GtkOrientation</span>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2627746"></a><h3><a name="exo-icon-bar-get-active"></a>exo_icon_bar_get_active ()</h3><a class="indexterm" name="id2627754"></a><pre class="programlisting">gint        exo_icon_bar_get_active         (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>orientation</tt></i> :</span></td><td> A new <span class="type">GtkOrientation</span>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547675"></a><h3><a name="exo-icon-bar-get-active"></a>exo_icon_bar_get_active ()</h3><a class="indexterm" name="id2547686"></a><pre class="programlisting">gint        exo_icon_bar_get_active         (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre><p>
 Returns the index of the currently active item, or -1 if there's no
 active item.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> An integer which is the index of the currently active item,
               or -1 if there's no active item.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2627815"></a><h3><a name="exo-icon-bar-set-active"></a>exo_icon_bar_set_active ()</h3><a class="indexterm" name="id2627824"></a><pre class="programlisting">void        exo_icon_bar_set_active         (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547757"></a><h3><a name="exo-icon-bar-set-active"></a>exo_icon_bar_set_active ()</h3><a class="indexterm" name="id2547768"></a><pre class="programlisting">void        exo_icon_bar_set_active         (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
                                              gint index);</pre><p>
-Sets the active item of <em class="parameter"><code>icon_bar</code></em> to be the item at <em class="parameter"><code>index</code></em>.</p><p>
+Sets the active item of <i class="parameter"><tt>icon_bar</tt></i> to be the item at <i class="parameter"><tt>index</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>index</code></em> :</span></td><td> An index in the model passed during construction,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>index</tt></i> :</span></td><td> An index in the model passed during construction,
              or -1 to have no active item.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2627905"></a><h3><a name="exo-icon-bar-get-active-iter"></a>exo_icon_bar_get_active_iter ()</h3><a class="indexterm" name="id2627913"></a><pre class="programlisting">gboolean    exo_icon_bar_get_active_iter    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547861"></a><h3><a name="exo-icon-bar-get-active-iter"></a>exo_icon_bar_get_active_iter ()</h3><a class="indexterm" name="id2547872"></a><pre class="programlisting">gboolean    exo_icon_bar_get_active_iter    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
                                              GtkTreeIter *iter);</pre><p>
-Sets <em class="parameter"><code>iter</code></em> to point to the current active item, if it exists.</p><p>
+Sets <i class="parameter"><tt>iter</tt></i> to point to the current active item, if it exists.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>iter</code></em> :</span></td><td> An uninitialized <span class="type">GtkTreeIter</span>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> if <em class="parameter"><code>iter</code></em> was set.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2628085"></a><h3><a name="exo-icon-bar-set-active-iter"></a>exo_icon_bar_set_active_iter ()</h3><a class="indexterm" name="id2628093"></a><pre class="programlisting">void        exo_icon_bar_set_active_iter    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>iter</tt></i> :</span></td><td> An uninitialized <span class="type">GtkTreeIter</span>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if <i class="parameter"><tt>iter</tt></i> was set.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2547988"></a><h3><a name="exo-icon-bar-set-active-iter"></a>exo_icon_bar_set_active_iter ()</h3><a class="indexterm" name="id2548000"></a><pre class="programlisting">void        exo_icon_bar_set_active_iter    (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
                                              GtkTreeIter *iter);</pre><p>
-Sets the current active item to be the one referenced by <em class="parameter"><code>iter</code></em>. <em class="parameter"><code>iter</code></em>
+Sets the current active item to be the one referenced by <i class="parameter"><tt>iter</tt></i>. <i class="parameter"><tt>iter</tt></i>
 must correspond to a path of depth one.
 </p><p>
-This can only be called if <em class="parameter"><code>icon_bar</code></em> is associated with <span class="type">GtkTreeModel</span>.</p><p>
+This can only be called if <i class="parameter"><tt>icon_bar</tt></i> is associated with <span class="type">GtkTreeModel</span>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>iter</code></em> :</span></td><td> The <span class="type">GtkTreeIter</span>.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2628267"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2628273"></a><h3><a name="ExoIconBar--active"></a>The "<code class="literal">active</code>" property</h3><pre class="programlisting">  "active"               gint                  : Read / Write</pre><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> An <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>iter</tt></i> :</span></td><td> The <span class="type">GtkTreeIter</span>.
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2548120"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2548125"></a><h3><a name="ExoIconBar--active"></a>The "<tt class="literal">active</tt>" property</h3><pre class="programlisting">  "active"               gint                  : Read / Write</pre><p>
 The item which is currently active.
 </p><p>
 Allowed values: &gt;= -1
 </p><p>
 Default value: -1</p><p>
 
-</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div><hr><div class="refsect2" lang="en"><a name="id2628320"></a><h3><a name="ExoIconBar--model"></a>The "<code class="literal">model</code>" property</h3><pre class="programlisting">  "model"                GtkTreeModel          : Read / Write</pre><p>
+</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div><hr><div class="refsect2" lang="en"><a name="id2548177"></a><h3><a name="ExoIconBar--model"></a>The "<tt class="literal">model</tt>" property</h3><pre class="programlisting">  "model"                GtkTreeModel          : Read / Write</pre><p>
 The model for the icon bar.</p><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2628349"></a><h3><a name="ExoIconBar--orientation"></a>The "<code class="literal">orientation</code>" property</h3><pre class="programlisting">  "orientation"          GtkOrientation        : Read / Write</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2548213"></a><h3><a name="ExoIconBar--orientation"></a>The "<tt class="literal">orientation</tt>" property</h3><pre class="programlisting">  "orientation"          GtkOrientation        : Read / Write</pre><p>
 The orientation of the icon bar.
 </p><p>
-Default value: <code class="literal">GTK_ORIENTATION_VERTICAL</code></p><p>
+Default value: <tt class="literal">GTK_ORIENTATION_VERTICAL</tt></p><p>
 
-</p><p>Default value: GTK_ORIENTATION_VERTICAL</p></div><hr><div class="refsect2" lang="en"><a name="id2628393"></a><h3><a name="ExoIconBar--pixbuf-column"></a>The "<code class="literal">pixbuf-column</code>" property</h3><pre class="programlisting">  "pixbuf-column"        gint                  : Read / Write</pre><p>
+</p><p>Default value: GTK_ORIENTATION_VERTICAL</p></div><hr><div class="refsect2" lang="en"><a name="id2548264"></a><h3><a name="ExoIconBar--pixbuf-column"></a>The "<tt class="literal">pixbuf-column</tt>" property</h3><pre class="programlisting">  "pixbuf-column"        gint                  : Read / Write</pre><p>
 The ::pixbuf-column property contains the number of the model column
 containing the pixbufs which are displyed. The pixbuf column must be
 of type <span class="type">GDK_TYPE_PIXBUF</span>. Setting this property to -1 turns off the
 display of pixbufs.</p><p>
 
-</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div><hr><div class="refsect2" lang="en"><a name="id2628440"></a><h3><a name="ExoIconBar--text-column"></a>The "<code class="literal">text-column</code>" property</h3><pre class="programlisting">  "text-column"          gint                  : Read / Write</pre><p>
+</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div><hr><div class="refsect2" lang="en"><a name="id2548320"></a><h3><a name="ExoIconBar--text-column"></a>The "<tt class="literal">text-column</tt>" property</h3><pre class="programlisting">  "text-column"          gint                  : Read / Write</pre><p>
 The ::text-column property contains the number of the model column
 containing the texts which are displayed. The text column must be
 of type <span class="type">G_TYPE_STRING</span>. If this property is set to -1, no texts
 are displayed.</p><p>
 
-</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div></div><div class="refsect1" lang="en"><a name="id2628488"></a><h2>Style Properties</h2><div class="refsect2" lang="en"><a name="id2628493"></a><h3><a name="ExoIconBar--active-item-border-color"></a>The "<code class="literal">active-item-border-color</code>" style property</h3><pre class="programlisting">  "active-item-border-color" GdkColor              : Read</pre><p>Active item border color.</p></div><hr><div class="refsect2" lang="en"><a name="id2628525"></a><h3><a name="ExoIconBar--active-item-fill-color"></a>The "<code class="literal">active-item-fill-color</code>" style property</h3><pre class="programlisting">  "active-item-fill-color" GdkColor              : Read</pre><p>Active item fill color.</p></div><hr><div class="refsect2" lang="en"><a name="id2628557"></a><h3><a name="ExoIconBar--active-item-text-color"></a>The "<code class="literal">active-item-text-color</code>" style property</h3><pre class="programlisting">  "active-item-text-color" GdkColor              : Read</pre><p>Active item text color.</p></div><hr><div class="refsect2" lang="en"><a name="id2628589"></a><h3><a name="ExoIconBar--cursor-item-border-color"></a>The "<code class="literal">cursor-item-border-color</code>" style property</h3><pre class="programlisting">  "cursor-item-border-color" GdkColor              : Read</pre><p>Cursor item border color.</p></div><hr><div class="refsect2" lang="en"><a name="id2628621"></a><h3><a name="ExoIconBar--cursor-item-fill-color"></a>The "<code class="literal">cursor-item-fill-color</code>" style property</h3><pre class="programlisting">  "cursor-item-fill-color" GdkColor              : Read</pre><p>Cursor item fill color.</p></div><hr><div class="refsect2" lang="en"><a name="id2628653"></a><h3><a name="ExoIconBar--cursor-item-text-color"></a>The "<code class="literal">cursor-item-text-color</code>" style property</h3><pre class="programlisting">  "cursor-item-text-color" GdkColor              : Read</pre><p>Cursor item text color.</p></div></div><div class="refsect1" lang="en"><a name="id2628686"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2628692"></a><h3><a name="ExoIconBar-selection-changed"></a>The "selection-changed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
+</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div></div><div class="refsect1" lang="en"><a name="id2548377"></a><h2>Style Properties</h2><div class="refsect2" lang="en"><a name="id2548383"></a><h3><a name="ExoIconBar--active-item-border-color"></a>The "<tt class="literal">active-item-border-color</tt>" style property</h3><pre class="programlisting">  "active-item-border-color" GdkColor              : Read</pre><p>Active item border color.</p></div><hr><div class="refsect2" lang="en"><a name="id2548418"></a><h3><a name="ExoIconBar--active-item-fill-color"></a>The "<tt class="literal">active-item-fill-color</tt>" style property</h3><pre class="programlisting">  "active-item-fill-color" GdkColor              : Read</pre><p>Active item fill color.</p></div><hr><div class="refsect2" lang="en"><a name="id2548453"></a><h3><a name="ExoIconBar--active-item-text-color"></a>The "<tt class="literal">active-item-text-color</tt>" style property</h3><pre class="programlisting">  "active-item-text-color" GdkColor              : Read</pre><p>Active item text color.</p></div><hr><div class="refsect2" lang="en"><a name="id2548487"></a><h3><a name="ExoIconBar--cursor-item-border-color"></a>The "<tt class="literal">cursor-item-border-color</tt>" style property</h3><pre class="programlisting">  "cursor-item-border-color" GdkColor              : Read</pre><p>Cursor item border color.</p></div><hr><div class="refsect2" lang="en"><a name="id2548522"></a><h3><a name="ExoIconBar--cursor-item-fill-color"></a>The "<tt class="literal">cursor-item-fill-color</tt>" style property</h3><pre class="programlisting">  "cursor-item-fill-color" GdkColor              : Read</pre><p>Cursor item fill color.</p></div><hr><div class="refsect2" lang="en"><a name="id2548557"></a><h3><a name="ExoIconBar--cursor-item-text-color"></a>The "<tt class="literal">cursor-item-text-color</tt>" style property</h3><pre class="programlisting">  "cursor-item-text-color" GdkColor              : Read</pre><p>Cursor item text color.</p></div></div><div class="refsect1" lang="en"><a name="id2548593"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2548598"></a><h3><a name="ExoIconBar-selection-changed"></a>The "selection-changed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
                                             gpointer user_data);</pre><p>
 This signal is emitted whenever the currently selected icon
 changes.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> The <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2628765"></a><h3><a name="ExoIconBar-set-scroll-adjustments"></a>The "set-scroll-adjustments" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> The <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2548682"></a><h3><a name="ExoIconBar-set-scroll-adjustments"></a>The "set-scroll-adjustments" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
                                             GtkAdjustment *hadjustment,
                                             GtkAdjustment *vadjustment,
                                             gpointer user_data);</pre><p>
 Used internally to make the <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a> scrollable.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_bar</code></em> :</span></td><td> The <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>hadjustment</code></em> :</span></td><td> The horizontal adjustment.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>vadjustment</code></em> :</span></td><td> The vertical adjustment.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2628888"></a><h2>See Also</h2><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_bar</tt></i> :</span></td><td> The <a href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>hadjustment</tt></i> :</span></td><td> The horizontal adjustment.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>vadjustment</tt></i> :</span></td><td> The vertical adjustment.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2548821"></a><h2>See Also</h2><p>
 <a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeModel.html" target="_top">GtkTreeModel</a>,
 <a href="http://developer.gnome.org/doc/API/2.0/gtk/TreeWidget.html" target="_top">Tree and List Widget Overview</a>
 </p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoEllipsizedLabel.html"><b>&lt;&lt; ExoEllipsizedLabel</b></a></td><td align="right"><a accesskey="n" href="ExoIconView.html"><b>ExoIconView &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/ExoIconView.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ExoIconView.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ExoIconView.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoIconView</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="prev" href="ExoIconBar.html" title="ExoIconBar"><link rel="next" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoIconBar.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-extensions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoIconView"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoIconView</span></h2><p>ExoIconView &#8212; A widget which displays a list of icons in a grid</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoIconView</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="prev" href="ExoIconBar.html" title="ExoIconBar"><link rel="next" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoIconBar.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-extensions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoIconView"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoIconView</span></h2><p>ExoIconView &#8212; A widget which displays a list of icons in a grid</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -50,16 +50,16 @@
                                              GtkTreePath *path);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2632519"></a><h2>Object Hierarchy</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2552298"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
   GObject
    +----GtkObject
          +----GtkWidget
                +----GtkContainer
                      +----ExoIconView
-</pre></div><div class="refsect1" lang="en"><a name="id2632553"></a><h2>Implemented Interfaces</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2552339"></a><h2>Implemented Interfaces</h2><p>
 ExoIconView implements
- AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2632568"></a><h2>Properties</h2><pre class="synopsis">
+ AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2552357"></a><h2>Properties</h2><pre class="synopsis">
 
   "<a href="ExoIconView.html#ExoIconView--markup-column">markup-column</a>"        gint                  : Read / Write
   "<a href="ExoIconView.html#ExoIconView--model">model</a>"                GtkTreeModel          : Read / Write
@@ -67,11 +67,11 @@
   "<a href="ExoIconView.html#ExoIconView--pixbuf-column">pixbuf-column</a>"        gint                  : Read / Write
   "<a href="ExoIconView.html#ExoIconView--selection-mode">selection-mode</a>"       GtkSelectionMode      : Read / Write
   "<a href="ExoIconView.html#ExoIconView--text-column">text-column</a>"          gint                  : Read / Write
-</pre></div><div class="refsect1" lang="en"><a name="id2632717"></a><h2>Style Properties</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2552471"></a><h2>Style Properties</h2><pre class="synopsis">
 
   "<a href="ExoIconView.html#ExoIconView--selection-box-alpha">selection-box-alpha</a>"  guchar                : Read
   "<a href="ExoIconView.html#ExoIconView--selection-box-color">selection-box-color</a>"  GdkColor              : Read
-</pre></div><div class="refsect1" lang="en"><a name="id2632758"></a><h2>Signal Prototypes</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2552518"></a><h2>Signal Prototypes</h2><pre class="synopsis">
 
 "<a href="ExoIconView.html#ExoIconView-activate-cursor-item">activate-cursor-item</a>"
             gboolean    user_function      (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
@@ -105,159 +105,159 @@
 "<a href="ExoIconView.html#ExoIconView-unselect-all">unselect-all</a>"
             void        user_function      (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             gpointer user_data);
-</pre></div><div class="refsect1" lang="en"><a name="id2633146"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2552860"></a><h2>Description</h2><p>
   <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a> provides an alternative view on a list model.
   It displays the model as a grid of icons with labels. Like
   <span class="type">GtkTreeView</span>, it allows to select one or multiple items 
-  (depending on the selection mode, see <a href="ExoIconView.html#exo-icon-view-set-selection-mode"><code class="function">exo_icon_view_set_selection_mode()</code></a>).
+  (depending on the selection mode, see <a href="ExoIconView.html#exo-icon-view-set-selection-mode"><tt class="function">exo_icon_view_set_selection_mode()</tt></a>).
   In addition to selection with the arrow keys, <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a> supports
   rubberband selection, which is controlled by dragging the pointer.
-</p></div><div class="refsect1" lang="en"><a name="id2633188"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2633193"></a><h3><a name="ExoIconView-struct"></a>ExoIconView</h3><a class="indexterm" name="id2633202"></a><pre class="programlisting">typedef struct _ExoIconView ExoIconView;</pre><p>
+</p></div><div class="refsect1" lang="en"><a name="id2552910"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2552916"></a><h3><a name="ExoIconView-struct"></a>ExoIconView</h3><a class="indexterm" name="id2552926"></a><pre class="programlisting">typedef struct _ExoIconView ExoIconView;</pre><p>
   The <span class="structname">ExoIconView</span> struct contains only
   private fields and should not be directly accessed.
-</p></div><hr><div class="refsect2" lang="en"><a name="id2633220"></a><h3><a name="exo-icon-view-new"></a>exo_icon_view_new ()</h3><a class="indexterm" name="id2633228"></a><pre class="programlisting">GtkWidget*  exo_icon_view_new               (void);</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2552946"></a><h3><a name="exo-icon-view-new"></a>exo_icon_view_new ()</h3><a class="indexterm" name="id2552958"></a><pre class="programlisting">GtkWidget*  exo_icon_view_new               (void);</pre><p>
 Creates a new <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a> widget</p><p>
 
 </p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly created <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a> widget
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633277"></a><h3><a name="exo-icon-view-new-with-model"></a>exo_icon_view_new_with_model ()</h3><a class="indexterm" name="id2633286"></a><pre class="programlisting">GtkWidget*  exo_icon_view_new_with_model    (GtkTreeModel *model);</pre><p>
-Creates a new <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a> widget with the model <em class="parameter"><code>model</code></em>.</p><p>
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553013"></a><h3><a name="exo-icon-view-new-with-model"></a>exo_icon_view_new_with_model ()</h3><a class="indexterm" name="id2553024"></a><pre class="programlisting">GtkWidget*  exo_icon_view_new_with_model    (GtkTreeModel *model);</pre><p>
+Creates a new <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a> widget with the model <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> The model.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> The model.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly created <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a> widget.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633358"></a><h3><a name="exo-icon-view-get-model"></a>exo_icon_view_get_model ()</h3><a class="indexterm" name="id2633367"></a><pre class="programlisting">GtkTreeModel* exo_icon_view_get_model       (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
-Returns the model the <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a> is based on.  Returns <code class="literal">NULL</code> if the
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553108"></a><h3><a name="exo-icon-view-get-model"></a>exo_icon_view_get_model ()</h3><a class="indexterm" name="id2553119"></a><pre class="programlisting">GtkTreeModel* exo_icon_view_get_model       (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
+Returns the model the <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a> is based on.  Returns <tt class="literal">NULL</tt> if the
 model is unset.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> a <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkTreeModel</span>, or <code class="literal">NULL</code> if none is currently being used.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633452"></a><h3><a name="exo-icon-view-set-model"></a>exo_icon_view_set_model ()</h3><a class="indexterm" name="id2633529"></a><pre class="programlisting">void        exo_icon_view_set_model         (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> a <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkTreeModel</span>, or <tt class="literal">NULL</tt> if none is currently being used.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553216"></a><h3><a name="exo-icon-view-set-model"></a>exo_icon_view_set_model ()</h3><a class="indexterm" name="id2553227"></a><pre class="programlisting">void        exo_icon_view_set_model         (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              GtkTreeModel *model);</pre><p>
 Sets the model for a <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.  
-If the <em class="parameter"><code>icon_view</code></em> already has a model set, it will remove 
-it before setting the new model.  If <em class="parameter"><code>model</code></em> is <code class="literal">NULL</code>, then
+If the <i class="parameter"><tt>icon_view</tt></i> already has a model set, it will remove 
+it before setting the new model.  If <i class="parameter"><tt>model</tt></i> is <tt class="literal">NULL</tt>, then
 it will unset the old model.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> The model.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633623"></a><h3><a name="exo-icon-view-get-text-column"></a>exo_icon_view_get_text_column ()</h3><a class="indexterm" name="id2633633"></a><pre class="programlisting">gint        exo_icon_view_get_text_column   (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
-Returns the column with text for <em class="parameter"><code>icon_view</code></em>.</p><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> The model.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553334"></a><h3><a name="exo-icon-view-get-text-column"></a>exo_icon_view_get_text_column ()</h3><a class="indexterm" name="id2553346"></a><pre class="programlisting">gint        exo_icon_view_get_text_column   (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
+Returns the column with text for <i class="parameter"><tt>icon_view</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the text column, or -1 if it's unset.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633701"></a><h3><a name="exo-icon-view-set-text-column"></a>exo_icon_view_set_text_column ()</h3><a class="indexterm" name="id2633710"></a><pre class="programlisting">void        exo_icon_view_set_text_column   (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553420"></a><h3><a name="exo-icon-view-set-text-column"></a>exo_icon_view_set_text_column ()</h3><a class="indexterm" name="id2553432"></a><pre class="programlisting">void        exo_icon_view_set_text_column   (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              gint column);</pre><p>
-Sets the column with text for <em class="parameter"><code>icon_view</code></em> to be <em class="parameter"><code>column</code></em>. The text
+Sets the column with text for <i class="parameter"><tt>icon_view</tt></i> to be <i class="parameter"><tt>column</tt></i>. The text
 column must be of type <span class="type">G_TYPE_STRING</span>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>column</code></em> :</span></td><td> A column in the currently used model.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633868"></a><h3><a name="exo-icon-view-get-markup-column"></a>exo_icon_view_get_markup_column ()</h3><a class="indexterm" name="id2633878"></a><pre class="programlisting">gint        exo_icon_view_get_markup_column (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
-Returns the column with markup text for <em class="parameter"><code>icon_view</code></em>.</p><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>column</tt></i> :</span></td><td> A column in the currently used model.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553532"></a><h3><a name="exo-icon-view-get-markup-column"></a>exo_icon_view_get_markup_column ()</h3><a class="indexterm" name="id2553544"></a><pre class="programlisting">gint        exo_icon_view_get_markup_column (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
+Returns the column with markup text for <i class="parameter"><tt>icon_view</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the markup column, or -1 if it's unset.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2633946"></a><h3><a name="exo-icon-view-set-markup-column"></a>exo_icon_view_set_markup_column ()</h3><a class="indexterm" name="id2633956"></a><pre class="programlisting">void        exo_icon_view_set_markup_column (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553618"></a><h3><a name="exo-icon-view-set-markup-column"></a>exo_icon_view_set_markup_column ()</h3><a class="indexterm" name="id2553630"></a><pre class="programlisting">void        exo_icon_view_set_markup_column (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              gint column);</pre><p>
-Sets the column with markup information for <em class="parameter"><code>icon_view</code></em> to be
-<em class="parameter"><code>column</code></em>. The markup column must be of type <span class="type">G_TYPE_STRING</span>.
+Sets the column with markup information for <i class="parameter"><tt>icon_view</tt></i> to be
+<i class="parameter"><tt>column</tt></i>. The markup column must be of type <span class="type">G_TYPE_STRING</span>.
 If the markup column is set to something, it overrides
-the text column set by <a href="ExoIconView.html#exo-icon-view-set-text-column"><code class="function">exo_icon_view_set_text_column()</code></a>.</p><p>
+the text column set by <a href="ExoIconView.html#exo-icon-view-set-text-column"><tt class="function">exo_icon_view_set_text_column()</tt></a>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>column</code></em> :</span></td><td> A column in the currently used model.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634055"></a><h3><a name="exo-icon-view-get-pixbuf-column"></a>exo_icon_view_get_pixbuf_column ()</h3><a class="indexterm" name="id2634065"></a><pre class="programlisting">gint        exo_icon_view_get_pixbuf_column (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
-Returns the column with pixbufs for <em class="parameter"><code>icon_view</code></em>.</p><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>column</tt></i> :</span></td><td> A column in the currently used model.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553743"></a><h3><a name="exo-icon-view-get-pixbuf-column"></a>exo_icon_view_get_pixbuf_column ()</h3><a class="indexterm" name="id2553755"></a><pre class="programlisting">gint        exo_icon_view_get_pixbuf_column (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
+Returns the column with pixbufs for <i class="parameter"><tt>icon_view</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the pixbuf column, or -1 if it's unset.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634133"></a><h3><a name="exo-icon-view-set-pixbuf-column"></a>exo_icon_view_set_pixbuf_column ()</h3><a class="indexterm" name="id2634142"></a><pre class="programlisting">void        exo_icon_view_set_pixbuf_column (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553830"></a><h3><a name="exo-icon-view-set-pixbuf-column"></a>exo_icon_view_set_pixbuf_column ()</h3><a class="indexterm" name="id2553841"></a><pre class="programlisting">void        exo_icon_view_set_pixbuf_column (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              gint column);</pre><p>
-Sets the column with pixbufs for <em class="parameter"><code>icon_view</code></em> to be <em class="parameter"><code>column</code></em>. The pixbuf
+Sets the column with pixbufs for <i class="parameter"><tt>icon_view</tt></i> to be <i class="parameter"><tt>column</tt></i>. The pixbuf
 column must be of type <span class="type">GDK_TYPE_PIXBUF</span></p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>column</code></em> :</span></td><td> A column in the currently used model.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634232"></a><h3><a name="exo-icon-view-get-orientation"></a>exo_icon_view_get_orientation ()</h3><a class="indexterm" name="id2634242"></a><pre class="programlisting">GtkOrientation exo_icon_view_get_orientation
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>column</tt></i> :</span></td><td> A column in the currently used model.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2553941"></a><h3><a name="exo-icon-view-get-orientation"></a>exo_icon_view_get_orientation ()</h3><a class="indexterm" name="id2553952"></a><pre class="programlisting">GtkOrientation exo_icon_view_get_orientation
                                             (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
 Returns the value of the ::orientation property which determines 
 whether the labels are drawn beside the icons instead of below.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> a <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> a <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the relative position of texts and icons 
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634302"></a><h3><a name="exo-icon-view-set-orientation"></a>exo_icon_view_set_orientation ()</h3><a class="indexterm" name="id2634312"></a><pre class="programlisting">void        exo_icon_view_set_orientation   (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2554024"></a><h3><a name="exo-icon-view-set-orientation"></a>exo_icon_view_set_orientation ()</h3><a class="indexterm" name="id2554035"></a><pre class="programlisting">void        exo_icon_view_set_orientation   (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              GtkOrientation orientation);</pre><p>
 Sets the ::orientation property which determines whether the labels 
 are drawn beside the icons instead of below.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> a <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>orientation</code></em> :</span></td><td> the relative position of texts and icons 
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634384"></a><h3><a name="exo-icon-view-get-selection-mode"></a>exo_icon_view_get_selection_mode ()</h3><a class="indexterm" name="id2634396"></a><pre class="programlisting">GtkSelectionMode exo_icon_view_get_selection_mode
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> a <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>orientation</tt></i> :</span></td><td> the relative position of texts and icons 
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2554117"></a><h3><a name="exo-icon-view-get-selection-mode"></a>exo_icon_view_get_selection_mode ()</h3><a class="indexterm" name="id2554129"></a><pre class="programlisting">GtkSelectionMode exo_icon_view_get_selection_mode
                                             (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
-Gets the selection mode of the <em class="parameter"><code>icon_view</code></em>.</p><p>
+Gets the selection mode of the <i class="parameter"><tt>icon_view</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the current selection mode
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634464"></a><h3><a name="exo-icon-view-set-selection-mode"></a>exo_icon_view_set_selection_mode ()</h3><a class="indexterm" name="id2634476"></a><pre class="programlisting">void        exo_icon_view_set_selection_mode
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2554204"></a><h3><a name="exo-icon-view-set-selection-mode"></a>exo_icon_view_set_selection_mode ()</h3><a class="indexterm" name="id2554216"></a><pre class="programlisting">void        exo_icon_view_set_selection_mode
                                             (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              GtkSelectionMode mode);</pre><p>
-Sets the selection mode of the <em class="parameter"><code>icon_view</code></em>.</p><p>
+Sets the selection mode of the <i class="parameter"><tt>icon_view</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>mode</code></em> :</span></td><td> The selection mode
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634553"></a><h3><a name="exo-icon-view-get-path-at-pos"></a>exo_icon_view_get_path_at_pos ()</h3><a class="indexterm" name="id2634563"></a><pre class="programlisting">GtkTreePath* exo_icon_view_get_path_at_pos  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>mode</tt></i> :</span></td><td> The selection mode
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2554303"></a><h3><a name="exo-icon-view-get-path-at-pos"></a>exo_icon_view_get_path_at_pos ()</h3><a class="indexterm" name="id2554314"></a><pre class="programlisting">GtkTreePath* exo_icon_view_get_path_at_pos  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              gint x,
                                              gint y);</pre><p>
-Finds the path at the point (<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>), relative to widget coordinates.</p><p>
+Finds the path at the point (<i class="parameter"><tt>x</tt></i>, <i class="parameter"><tt>y</tt></i>), relative to widget coordinates.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>x</code></em> :</span></td><td> The x position to be identified
-</td></tr><tr><td><span class="term"><em class="parameter"><code>y</code></em> :</span></td><td> The y position to be identified
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <span class="type">GtkTreePath</span> corresponding to the icon or <code class="literal">NULL</code>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>x</tt></i> :</span></td><td> The x position to be identified
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>y</tt></i> :</span></td><td> The y position to be identified
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <span class="type">GtkTreePath</span> corresponding to the icon or <tt class="literal">NULL</tt>
 if no icon exists at that position.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634757"></a><h3><a name="ExoIconViewForeachFunc"></a>ExoIconViewForeachFunc ()</h3><a class="indexterm" name="id2634765"></a><pre class="programlisting">void        (*ExoIconViewForeachFunc)       (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2554452"></a><h3><a name="ExoIconViewForeachFunc"></a>ExoIconViewForeachFunc ()</h3><a class="indexterm" name="id2554463"></a><pre class="programlisting">void        (*ExoIconViewForeachFunc)       (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              GtkTreePath *path,
                                              gpointer data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>path</code></em> :</span></td><td>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>data</code></em> :</span></td><td>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>path</tt></i> :</span></td><td>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i> :</span></td><td>
 
 
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2634914"></a><h3><a name="exo-icon-view-selected-foreach"></a>exo_icon_view_selected_foreach ()</h3><a class="indexterm" name="id2634923"></a><pre class="programlisting">void        exo_icon_view_selected_foreach  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2554551"></a><h3><a name="exo-icon-view-selected-foreach"></a>exo_icon_view_selected_foreach ()</h3><a class="indexterm" name="id2554563"></a><pre class="programlisting">void        exo_icon_view_selected_foreach  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              <a href="ExoIconView.html#ExoIconViewForeachFunc">ExoIconViewForeachFunc</a> func,
                                              gpointer data);</pre><p>
 Calls a function for each selected icon. Note that the model or
 selection cannot be modified from within this function.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>func</code></em> :</span></td><td> The funcion to call for each selected icon.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>data</code></em> :</span></td><td> User data to pass to the function.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635015"></a><h3><a name="exo-icon-view-select-path"></a>exo_icon_view_select_path ()</h3><a class="indexterm" name="id2635024"></a><pre class="programlisting">void        exo_icon_view_select_path       (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>func</tt></i> :</span></td><td> The funcion to call for each selected icon.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>data</tt></i> :</span></td><td> User data to pass to the function.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2554668"></a><h3><a name="exo-icon-view-select-path"></a>exo_icon_view_select_path ()</h3><a class="indexterm" name="id2554679"></a><pre class="programlisting">void        exo_icon_view_select_path       (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              GtkTreePath *path);</pre><p>
-Selects the row at <em class="parameter"><code>path</code></em>.</p><p>
+Selects the row at <i class="parameter"><tt>path</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>path</code></em> :</span></td><td> The <span class="type">GtkTreePath</span> to be selected.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635106"></a><h3><a name="exo-icon-view-unselect-path"></a>exo_icon_view_unselect_path ()</h3><a class="indexterm" name="id2635114"></a><pre class="programlisting">void        exo_icon_view_unselect_path     (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>path</tt></i> :</span></td><td> The <span class="type">GtkTreePath</span> to be selected.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2554772"></a><h3><a name="exo-icon-view-unselect-path"></a>exo_icon_view_unselect_path ()</h3><a class="indexterm" name="id2554784"></a><pre class="programlisting">void        exo_icon_view_unselect_path     (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              GtkTreePath *path);</pre><p>
-Unselects the row at <em class="parameter"><code>path</code></em>.</p><p>
+Unselects the row at <i class="parameter"><tt>path</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>path</code></em> :</span></td><td> The <span class="type">GtkTreePath</span> to be unselected.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635196"></a><h3><a name="exo-icon-view-path-is-selected"></a>exo_icon_view_path_is_selected ()</h3><a class="indexterm" name="id2635206"></a><pre class="programlisting">gboolean    exo_icon_view_path_is_selected  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>path</tt></i> :</span></td><td> The <span class="type">GtkTreePath</span> to be unselected.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2554876"></a><h3><a name="exo-icon-view-path-is-selected"></a>exo_icon_view_path_is_selected ()</h3><a class="indexterm" name="id2554888"></a><pre class="programlisting">gboolean    exo_icon_view_path_is_selected  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              GtkTreePath *path);</pre><p>
-Returns <code class="literal">TRUE</code> if the icon pointed to by <em class="parameter"><code>path</code></em> is currently
-selected. If <em class="parameter"><code>icon</code></em> does not point to a valid location, <code class="literal">FALSE</code> is returned.</p><p>
+Returns <tt class="literal">TRUE</tt> if the icon pointed to by <i class="parameter"><tt>path</tt></i> is currently
+selected. If <i class="parameter"><tt>icon</tt></i> does not point to a valid location, <tt class="literal">FALSE</tt> is returned.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>path</code></em> :</span></td><td> A <span class="type">GtkTreePath</span> to check selection on.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> if <em class="parameter"><code>path</code></em> is selected.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635325"></a><h3><a name="exo-icon-view-get-selected-items"></a>exo_icon_view_get_selected_items ()</h3><a class="indexterm" name="id2635338"></a><pre class="programlisting">GList*      exo_icon_view_get_selected_items
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>path</tt></i> :</span></td><td> A <span class="type">GtkTreePath</span> to check selection on.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if <i class="parameter"><tt>path</tt></i> is selected.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2555022"></a><h3><a name="exo-icon-view-get-selected-items"></a>exo_icon_view_get_selected_items ()</h3><a class="indexterm" name="id2555035"></a><pre class="programlisting">GList*      exo_icon_view_get_selected_items
                                             (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
 Creates a list of paths of all selected items. Additionally, if you are
 planning on modifying the model after calling this function, you may
 want to convert the returned list into a list of <span class="type">GtkTreeRowReference</span>s.
-To do this, you can use <code class="function">gtk_tree_row_reference_new()</code>.
+To do this, you can use <tt class="function">gtk_tree_row_reference_new()</tt>.
 </p><p>
 To free the return value, use:
 </p><div class="informalexample"><pre class="programlisting">
@@ -265,102 +265,102 @@
 g_list_free (list);
 </pre></div><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GList</span> containing a <span class="type">GtkTreePath</span> for each selected row.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635437"></a><h3><a name="exo-icon-view-select-all"></a>exo_icon_view_select_all ()</h3><a class="indexterm" name="id2635446"></a><pre class="programlisting">void        exo_icon_view_select_all        (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
-Selects all the icons. <em class="parameter"><code>icon_view</code></em> must has its selection mode set
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2555157"></a><h3><a name="exo-icon-view-select-all"></a>exo_icon_view_select_all ()</h3><a class="indexterm" name="id2555168"></a><pre class="programlisting">void        exo_icon_view_select_all        (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
+Selects all the icons. <i class="parameter"><tt>icon_view</tt></i> must has its selection mode set
 to <span class="type">GTK_SELECTION_MULTIPLE</span>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635510"></a><h3><a name="exo-icon-view-unselect-all"></a>exo_icon_view_unselect_all ()</h3><a class="indexterm" name="id2635518"></a><pre class="programlisting">void        exo_icon_view_unselect_all      (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2555242"></a><h3><a name="exo-icon-view-unselect-all"></a>exo_icon_view_unselect_all ()</h3><a class="indexterm" name="id2555253"></a><pre class="programlisting">void        exo_icon_view_unselect_all      (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view);</pre><p>
 Unselects all the icons.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2635570"></a><h3><a name="exo-icon-view-item-activated"></a>exo_icon_view_item_activated ()</h3><a class="indexterm" name="id2635715"></a><pre class="programlisting">void        exo_icon_view_item_activated    (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2555310"></a><h3><a name="exo-icon-view-item-activated"></a>exo_icon_view_item_activated ()</h3><a class="indexterm" name="id2555323"></a><pre class="programlisting">void        exo_icon_view_item_activated    (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *icon_view,
                                              GtkTreePath *path);</pre><p>
-Activates the item determined by <em class="parameter"><code>path</code></em>.</p><p>
+Activates the item determined by <i class="parameter"><tt>path</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>path</code></em> :</span></td><td> The <span class="type">GtkTreePath</span> to be activated
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2635799"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2635804"></a><h3><a name="ExoIconView--markup-column"></a>The "<code class="literal">markup-column</code>" property</h3><pre class="programlisting">  "markup-column"        gint                  : Read / Write</pre><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>icon_view</tt></i> :</span></td><td> A <a href="ExoIconView.html" title="ExoIconView"><span class="type">ExoIconView</span></a>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>path</tt></i> :</span></td><td> The <span class="type">GtkTreePath</span> to be activated
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2555417"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2555422"></a><h3><a name="ExoIconView--markup-column"></a>The "<tt class="literal">markup-column</tt>" property</h3><pre class="programlisting">  "markup-column"        gint                  : Read / Write</pre><p>
 The ::markup-column property contains the number of the model column
 containing markup information to be displayed. The markup column must be 
 of type <span class="type">G_TYPE_STRING</span>. If this property and the :text-column property 
 are both set to column numbers, it overrides the text column.
 If both are set to -1, no texts are displayed.</p><p>
 
-</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div><hr><div class="refsect2" lang="en"><a name="id2635850"></a><h3><a name="ExoIconView--model"></a>The "<code class="literal">model</code>" property</h3><pre class="programlisting">  "model"                GtkTreeModel          : Read / Write</pre><p>The model for the icon view.</p></div><hr><div class="refsect2" lang="en"><a name="id2635877"></a><h3><a name="ExoIconView--orientation"></a>The "<code class="literal">orientation</code>" property</h3><pre class="programlisting">  "orientation"          GtkOrientation        : Read / Write</pre><p>How the text and icon of each item are positioned relative to each other.</p><p>Default value: GTK_ORIENTATION_VERTICAL</p></div><hr><div class="refsect2" lang="en"><a name="id2635909"></a><h3><a name="ExoIconView--pixbuf-column"></a>The "<code class="literal">pixbuf-column</code>" property</h3><pre class="programlisting">  "pixbuf-column"        gint                  : Read / Write</pre><p>
+</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div><hr><div class="refsect2" lang="en"><a name="id2555480"></a><h3><a name="ExoIconView--model"></a>The "<tt class="literal">model</tt>" property</h3><pre class="programlisting">  "model"                GtkTreeModel          : Read / Write</pre><p>The model for the icon view.</p></div><hr><div class="refsect2" lang="en"><a name="id2555513"></a><h3><a name="ExoIconView--orientation"></a>The "<tt class="literal">orientation</tt>" property</h3><pre class="programlisting">  "orientation"          GtkOrientation        : Read / Write</pre><p>How the text and icon of each item are positioned relative to each other.</p><p>Default value: GTK_ORIENTATION_VERTICAL</p></div><hr><div class="refsect2" lang="en"><a name="id2555552"></a><h3><a name="ExoIconView--pixbuf-column"></a>The "<tt class="literal">pixbuf-column</tt>" property</h3><pre class="programlisting">  "pixbuf-column"        gint                  : Read / Write</pre><p>
 The ::pixbuf-column property contains the number of the model column
 containing the pixbufs which are displayed. The pixbuf column must be 
 of type <span class="type">GDK_TYPE_PIXBUF</span>. Setting this property to -1 turns off the
 display of pixbufs.</p><p>
 
-</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div><hr><div class="refsect2" lang="en"><a name="id2635956"></a><h3><a name="ExoIconView--selection-mode"></a>The "<code class="literal">selection-mode</code>" property</h3><pre class="programlisting">  "selection-mode"       GtkSelectionMode      : Read / Write</pre><p>
+</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div><hr><div class="refsect2" lang="en"><a name="id2555609"></a><h3><a name="ExoIconView--selection-mode"></a>The "<tt class="literal">selection-mode</tt>" property</h3><pre class="programlisting">  "selection-mode"       GtkSelectionMode      : Read / Write</pre><p>
 The ::selection-mode property specifies the selection mode of
 icon view. If the mode is <span class="type">GTK_SELECTION_MULTIPLE</span>, rubberband selection
 is enabled, for the other modes, only keyboard selection is possible.</p><p>
 
-</p><p>Default value: GTK_SELECTION_SINGLE</p></div><hr><div class="refsect2" lang="en"><a name="id2635997"></a><h3><a name="ExoIconView--text-column"></a>The "<code class="literal">text-column</code>" property</h3><pre class="programlisting">  "text-column"          gint                  : Read / Write</pre><p>
+</p><p>Default value: GTK_SELECTION_SINGLE</p></div><hr><div class="refsect2" lang="en"><a name="id2555661"></a><h3><a name="ExoIconView--text-column"></a>The "<tt class="literal">text-column</tt>" property</h3><pre class="programlisting">  "text-column"          gint                  : Read / Write</pre><p>
 The ::text-column property contains the number of the model column
 containing the texts which are displayed. The text column must be 
 of type <span class="type">G_TYPE_STRING</span>. If this property and the :markup-column 
 property are both set to -1, no texts are displayed.</p><p>
 
-</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div></div><div class="refsect1" lang="en"><a name="id2636044"></a><h2>Style Properties</h2><div class="refsect2" lang="en"><a name="id2636050"></a><h3><a name="ExoIconView--selection-box-alpha"></a>The "<code class="literal">selection-box-alpha</code>" style property</h3><pre class="programlisting">  "selection-box-alpha"  guchar                : Read</pre><p>Opacity of the selection box.</p><p>Default value: 64</p></div><hr><div class="refsect2" lang="en"><a name="id2636085"></a><h3><a name="ExoIconView--selection-box-color"></a>The "<code class="literal">selection-box-color</code>" style property</h3><pre class="programlisting">  "selection-box-color"  GdkColor              : Read</pre><p>Color of the selection box.</p></div></div><div class="refsect1" lang="en"><a name="id2636118"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2636123"></a><h3><a name="ExoIconView-activate-cursor-item"></a>The "activate-cursor-item" signal</h3><pre class="programlisting">gboolean    user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
+</p><p>Allowed values: &gt;= -1</p><p>Default value: -1</p></div></div><div class="refsect1" lang="en"><a name="id2555718"></a><h2>Style Properties</h2><div class="refsect2" lang="en"><a name="id2555724"></a><h3><a name="ExoIconView--selection-box-alpha"></a>The "<tt class="literal">selection-box-alpha</tt>" style property</h3><pre class="programlisting">  "selection-box-alpha"  guchar                : Read</pre><p>Opacity of the selection box.</p><p>Default value: 64</p></div><hr><div class="refsect2" lang="en"><a name="id2555762"></a><h3><a name="ExoIconView--selection-box-color"></a>The "<tt class="literal">selection-box-color</tt>" style property</h3><pre class="programlisting">  "selection-box-color"  GdkColor              : Read</pre><p>Color of the selection box.</p></div></div><div class="refsect1" lang="en"><a name="id2555798"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2555803"></a><h3><a name="ExoIconView-activate-cursor-item"></a>The "activate-cursor-item" signal</h3><pre class="programlisting">gboolean    user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             gpointer user_data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>exoiconview</code></em> :</span></td><td>the object which received the signal.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>exoiconview</tt></i> :</span></td><td>the object which received the signal.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
 
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636201"></a><h3><a name="ExoIconView-item-activated"></a>The "item-activated" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2555886"></a><h3><a name="ExoIconView-item-activated"></a>The "item-activated" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             GtkTreePath *arg1,
                                             gpointer user_data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>exoiconview</code></em> :</span></td><td>the object which received the signal.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td><td>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>exoiconview</tt></i> :</span></td><td>the object which received the signal.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i> :</span></td><td>
 
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636285"></a><h3><a name="ExoIconView-move-cursor"></a>The "move-cursor" signal</h3><pre class="programlisting">gboolean    user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2555980"></a><h3><a name="ExoIconView-move-cursor"></a>The "move-cursor" signal</h3><pre class="programlisting">gboolean    user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             GtkMovementStep arg1,
                                             gint arg2,
                                             gpointer user_data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>exoiconview</code></em> :</span></td><td>the object which received the signal.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td><td>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>arg2</code></em> :</span></td><td>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>exoiconview</tt></i> :</span></td><td>the object which received the signal.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i> :</span></td><td>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg2</tt></i> :</span></td><td>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
 
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636467"></a><h3><a name="ExoIconView-select-all"></a>The "select-all" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2556106"></a><h3><a name="ExoIconView-select-all"></a>The "select-all" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             gpointer user_data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>exoiconview</code></em> :</span></td><td>the object which received the signal.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>exoiconview</tt></i> :</span></td><td>the object which received the signal.
 
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636532"></a><h3><a name="ExoIconView-select-cursor-item"></a>The "select-cursor-item" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2556178"></a><h3><a name="ExoIconView-select-cursor-item"></a>The "select-cursor-item" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             gpointer user_data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>exoiconview</code></em> :</span></td><td>the object which received the signal.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>exoiconview</tt></i> :</span></td><td>the object which received the signal.
 
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636597"></a><h3><a name="ExoIconView-selection-changed"></a>The "selection-changed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2556252"></a><h3><a name="ExoIconView-selection-changed"></a>The "selection-changed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             gpointer user_data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>exoiconview</code></em> :</span></td><td>the object which received the signal.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>exoiconview</tt></i> :</span></td><td>the object which received the signal.
 
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636662"></a><h3><a name="ExoIconView-set-scroll-adjustments"></a>The "set-scroll-adjustments" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2556325"></a><h3><a name="ExoIconView-set-scroll-adjustments"></a>The "set-scroll-adjustments" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             GtkAdjustment *arg1,
                                             GtkAdjustment *arg2,
                                             gpointer user_data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>exoiconview</code></em> :</span></td><td>the object which received the signal.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>arg1</code></em> :</span></td><td>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>arg2</code></em> :</span></td><td>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>exoiconview</tt></i> :</span></td><td>the object which received the signal.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg1</tt></i> :</span></td><td>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>arg2</tt></i> :</span></td><td>
 
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636836"></a><h3><a name="ExoIconView-toggle-cursor-item"></a>The "toggle-cursor-item" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2556442"></a><h3><a name="ExoIconView-toggle-cursor-item"></a>The "toggle-cursor-item" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             gpointer user_data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>exoiconview</code></em> :</span></td><td>the object which received the signal.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>exoiconview</tt></i> :</span></td><td>the object which received the signal.
 
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2636901"></a><h3><a name="ExoIconView-unselect-all"></a>The "unselect-all" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2556516"></a><h3><a name="ExoIconView-unselect-all"></a>The "unselect-all" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoIconView.html" title="ExoIconView">ExoIconView</a> *exoiconview,
                                             gpointer user_data);</pre><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>exoiconview</code></em> :</span></td><td>the object which received the signal.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>exoiconview</tt></i> :</span></td><td>the object which received the signal.
 
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoIconBar.html"><b>&lt;&lt; ExoIconBar</b></a></td><td align="right"><a accesskey="n" href="exo-extensions.html"><b>Part IV. Extensions to existing frameworks &gt;&gt;</b></a></td></tr></table></body></html>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoIconBar.html"><b>&lt;&lt; ExoIconBar</b></a></td><td align="right"><a accesskey="n" href="exo-extensions.html"><b>Part IV. Extensions to existing frameworks &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/ExoToolbarsEditor.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ExoToolbarsEditor.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ExoToolbarsEditor.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoToolbarsEditor</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="prev" href="ExoToolbarsModel.html" title="ExoToolbarsModel"><link rel="next" href="ExoToolbarsEditorDialog.html" title="ExoToolbarsEditorDialog"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoToolbarsModel.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-toolbars.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoToolbarsEditorDialog.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoToolbarsEditor"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoToolbarsEditor</span></h2><p>ExoToolbarsEditor &#8212; Widget to edit toolbars</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoToolbarsEditor</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="prev" href="ExoToolbarsModel.html" title="ExoToolbarsModel"><link rel="next" href="ExoToolbarsEditorDialog.html" title="ExoToolbarsEditorDialog"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoToolbarsModel.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-toolbars.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoToolbarsEditorDialog.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoToolbarsEditor"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoToolbarsEditor</span></h2><p>ExoToolbarsEditor &#8212; Widget to edit toolbars</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -19,7 +19,7 @@
                                              GtkUIManager *ui_manager);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2616215"></a><h2>Object Hierarchy</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2536924"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
   GObject
    +----GtkObject
@@ -28,99 +28,99 @@
                      +----GtkBox
                            +----GtkVBox
                                  +----ExoToolbarsEditor
-</pre></div><div class="refsect1" lang="en"><a name="id2616261"></a><h2>Implemented Interfaces</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2536984"></a><h2>Implemented Interfaces</h2><p>
 ExoToolbarsEditor implements
- AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2616276"></a><h2>Properties</h2><pre class="synopsis">
+ AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2537003"></a><h2>Properties</h2><pre class="synopsis">
 
   "<a href="ExoToolbarsEditor.html#ExoToolbarsEditor--model">model</a>"                <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>      : Read / Write
   "<a href="ExoToolbarsEditor.html#ExoToolbarsEditor--ui-manager">ui-manager</a>"           GtkUIManager          : Read / Write
-</pre></div><div class="refsect1" lang="en"><a name="id2616311"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2537050"></a><h2>Description</h2><p>
 	<a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a> is a widget that allows the user to edit toolbars
 	used within your application by simply dragging and dropping toolbar
 	items between the editor widget and the toolbar widgets.
 </p><p>
 	Most applications should simply use the <a href="ExoToolbarsEditorDialog.html" title="ExoToolbarsEditorDialog"><span class="type">ExoToolbarsEditorDialog</span></a>
 	class, which includes an <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a> as main widget.
-</p></div><div class="refsect1" lang="en"><a name="id2616344"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2616349"></a><h3><a name="ExoToolbarsEditor-struct"></a>ExoToolbarsEditor</h3><a class="indexterm" name="id2616358"></a><pre class="programlisting">typedef struct _ExoToolbarsEditor ExoToolbarsEditor;</pre><p>
+</p></div><div class="refsect1" lang="en"><a name="id2537093"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2537098"></a><h3><a name="ExoToolbarsEditor-struct"></a>ExoToolbarsEditor</h3><a class="indexterm" name="id2537110"></a><pre class="programlisting">typedef struct _ExoToolbarsEditor ExoToolbarsEditor;</pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2616373"></a><h3><a name="exo-toolbars-editor-new"></a>exo_toolbars_editor_new ()</h3><a class="indexterm" name="id2616381"></a><pre class="programlisting">GtkWidget*  exo_toolbars_editor_new         (GtkUIManager *ui_manager);</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2537126"></a><h3><a name="exo-toolbars-editor-new"></a>exo_toolbars_editor_new ()</h3><a class="indexterm" name="id2537136"></a><pre class="programlisting">GtkWidget*  exo_toolbars_editor_new         (GtkUIManager *ui_manager);</pre><p>
 Creates a new <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a> that will
-be associated with <em class="parameter"><code>ui_manager</code></em>. <em class="parameter"><code>ui_manager</code></em> must
-be a valid <span class="type">GtkUIManager</span>, <code class="literal">NULL</code> is not allowed
+be associated with <i class="parameter"><tt>ui_manager</tt></i>. <i class="parameter"><tt>ui_manager</tt></i> must
+be a valid <span class="type">GtkUIManager</span>, <tt class="literal">NULL</tt> is not allowed
 at this point.
 </p><p>
 The newly created <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a> will not
 be usable until you associate an <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>
-with it, using the function <a href="ExoToolbarsEditor.html#exo-toolbars-editor-set-model"><code class="function">exo_toolbars_editor_set_model()</code></a>.
-You should probably use <a href="ExoToolbarsEditor.html#exo-toolbars-editor-new-with-model"><code class="function">exo_toolbars_editor_new_with_model()</code></a>
+with it, using the function <a href="ExoToolbarsEditor.html#exo-toolbars-editor-set-model"><tt class="function">exo_toolbars_editor_set_model()</tt></a>.
+You should probably use <a href="ExoToolbarsEditor.html#exo-toolbars-editor-new-with-model"><tt class="function">exo_toolbars_editor_new_with_model()</tt></a>
 instead.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>ui_manager</code></em> :</span></td><td> A <span class="type">GtkUIManager</span>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>ui_manager</tt></i> :</span></td><td> A <span class="type">GtkUIManager</span>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A new <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2616515"></a><h3><a name="exo-toolbars-editor-new-with-model"></a>exo_toolbars_editor_new_with_model ()</h3><a class="indexterm" name="id2616528"></a><pre class="programlisting">GtkWidget*  exo_toolbars_editor_new_with_model
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2537293"></a><h3><a name="exo-toolbars-editor-new-with-model"></a>exo_toolbars_editor_new_with_model ()</h3><a class="indexterm" name="id2537305"></a><pre class="programlisting">GtkWidget*  exo_toolbars_editor_new_with_model
                                             (GtkUIManager *ui_manager,
                                              <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);</pre><p>
 Creates a new <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a> that will be
-associated with <em class="parameter"><code>model</code></em> and <em class="parameter"><code>ui_manager</code></em>. You
+associated with <i class="parameter"><tt>model</tt></i> and <i class="parameter"><tt>ui_manager</tt></i>. You
 must supply a valid <span class="type">GtkUIManager</span> and a valid
 <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> here or the function will
 fail.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>ui_manager</code></em> :</span></td><td> A <span class="type">GtkUIManager</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>ui_manager</tt></i> :</span></td><td> A <span class="type">GtkUIManager</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A new <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2616651"></a><h3><a name="exo-toolbars-editor-get-model"></a>exo_toolbars_editor_get_model ()</h3><a class="indexterm" name="id2616729"></a><pre class="programlisting"><a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>* exo_toolbars_editor_get_model
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2537450"></a><h3><a name="exo-toolbars-editor-get-model"></a>exo_toolbars_editor_get_model ()</h3><a class="indexterm" name="id2537461"></a><pre class="programlisting"><a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>* exo_toolbars_editor_get_model
                                             (<a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor">ExoToolbarsEditor</a> *editor);</pre><p>
 Returns the <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> currently associated
-with <em class="parameter"><code>editor</code></em> or <code class="literal">NULL</code> if no <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> is
-currently associated with <em class="parameter"><code>editor</code></em>.</p><p>
+with <i class="parameter"><tt>editor</tt></i> or <tt class="literal">NULL</tt> if no <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> is
+currently associated with <i class="parameter"><tt>editor</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td><td> An <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> or <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2616829"></a><h3><a name="exo-toolbars-editor-set-model"></a>exo_toolbars_editor_set_model ()</h3><a class="indexterm" name="id2616839"></a><pre class="programlisting">void        exo_toolbars_editor_set_model   (<a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor">ExoToolbarsEditor</a> *editor,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i> :</span></td><td> An <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> or <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2537581"></a><h3><a name="exo-toolbars-editor-set-model"></a>exo_toolbars_editor_set_model ()</h3><a class="indexterm" name="id2537592"></a><pre class="programlisting">void        exo_toolbars_editor_set_model   (<a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor">ExoToolbarsEditor</a> *editor,
                                              <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);</pre><p>
-Sets the model to edit by this <em class="parameter"><code>editor</code></em>. If you specify
-<code class="literal">NULL</code> for <em class="parameter"><code>model</code></em>, the editor widget will be disabled.
+Sets the model to edit by this <i class="parameter"><tt>editor</tt></i>. If you specify
+<tt class="literal">NULL</tt> for <i class="parameter"><tt>model</tt></i>, the editor widget will be disabled.
 Else the editor widget will load the toolbars from
-<em class="parameter"><code>model</code></em> and reinitialize its user interface according
-to <em class="parameter"><code>model</code></em>.</p><p>
+<i class="parameter"><tt>model</tt></i> and reinitialize its user interface according
+to <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td><td> An <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> or <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2616950"></a><h3><a name="exo-toolbars-editor-get-ui-manager"></a>exo_toolbars_editor_get_ui_manager ()</h3><a class="indexterm" name="id2616963"></a><pre class="programlisting">GtkUIManager* exo_toolbars_editor_get_ui_manager
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i> :</span></td><td> An <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> or <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2537719"></a><h3><a name="exo-toolbars-editor-get-ui-manager"></a>exo_toolbars_editor_get_ui_manager ()</h3><a class="indexterm" name="id2537731"></a><pre class="programlisting">GtkUIManager* exo_toolbars_editor_get_ui_manager
                                             (<a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor">ExoToolbarsEditor</a> *editor);</pre><p>
 Returns the <span class="type">GtkUIManager</span> associated with
-<em class="parameter"><code>editor</code></em> or <code class="literal">NULL</code> if no user interface
-manager is associated with <em class="parameter"><code>editor</code></em> currently.</p><p>
+<i class="parameter"><tt>editor</tt></i> or <tt class="literal">NULL</tt> if no user interface
+manager is associated with <i class="parameter"><tt>editor</tt></i> currently.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td><td> An <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkUIManager</span> or <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2617059"></a><h3><a name="exo-toolbars-editor-set-ui-manager"></a>exo_toolbars_editor_set_ui_manager ()</h3><a class="indexterm" name="id2617140"></a><pre class="programlisting">void        exo_toolbars_editor_set_ui_manager
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i> :</span></td><td> An <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A <span class="type">GtkUIManager</span> or <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2537842"></a><h3><a name="exo-toolbars-editor-set-ui-manager"></a>exo_toolbars_editor_set_ui_manager ()</h3><a class="indexterm" name="id2537854"></a><pre class="programlisting">void        exo_toolbars_editor_set_ui_manager
                                             (<a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor">ExoToolbarsEditor</a> *editor,
                                              GtkUIManager *ui_manager);</pre><p>
 Sets the <span class="type">GtkUIManager</span> to use by this <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>. If you
-specify <code class="literal">NULL</code> for <em class="parameter"><code>ui_manager</code></em>, the editor widget will be disabled.
-Else the editor will load the available actions from <em class="parameter"><code>ui_manager</code></em>
+specify <tt class="literal">NULL</tt> for <i class="parameter"><tt>ui_manager</tt></i>, the editor widget will be disabled.
+Else the editor will load the available actions from <i class="parameter"><tt>ui_manager</tt></i>
 and reinitialize the user interface.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>editor</code></em> :</span></td><td> An <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>ui_manager</code></em> :</span></td><td> A <span class="type">GtkUIManager</span> or <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2617253"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2617258"></a><h3><a name="ExoToolbarsEditor--model"></a>The "<code class="literal">model</code>" property</h3><pre class="programlisting">  "model"                <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>      : Read / Write</pre><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>editor</tt></i> :</span></td><td> An <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>ui_manager</tt></i> :</span></td><td> A <span class="type">GtkUIManager</span> or <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2537987"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2537992"></a><h3><a name="ExoToolbarsEditor--model"></a>The "<tt class="literal">model</tt>" property</h3><pre class="programlisting">  "model"                <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>      : Read / Write</pre><p>
 The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> that should be edited from within this
-toolbars editor. If you set this property to <code class="literal">NULL</code>, the editor
+toolbars editor. If you set this property to <tt class="literal">NULL</tt>, the editor
 widget will be disabled, else the editor widget will load the
 toolbars from the given <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> and initialize its
 user interface according to the model.</p><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2617307"></a><h3><a name="ExoToolbarsEditor--ui-manager"></a>The "<code class="literal">ui-manager</code>" property</h3><pre class="programlisting">  "ui-manager"           GtkUIManager          : Read / Write</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2538055"></a><h3><a name="ExoToolbarsEditor--ui-manager"></a>The "<tt class="literal">ui-manager</tt>" property</h3><pre class="programlisting">  "ui-manager"           GtkUIManager          : Read / Write</pre><p>
 The <span class="type">GtkUIManager</span> used by this editor. If this property is
-<code class="literal">NULL</code>, the editor widget will be disabled, else if you specify
+<tt class="literal">NULL</tt>, the editor widget will be disabled, else if you specify
 a valid <span class="type">GtkUIManager</span>, the editor widget will load the available
 actions from the given user interface manager and initialize
 its user interface according to the specified <span class="type">GtkUIManager</span>.
 </p><p>
-The given <em class="parameter"><code>ui</code></em>-manager needs to support all actions that were
+The given <i class="parameter"><tt>ui</tt></i>-manager needs to support all actions that were
 specified for the model, used by the editor, with the
-<a href="ExoToolbarsModel.html#exo-toolbars-model-set-actions"><code class="function">exo_toolbars_model_set_actions()</code></a> method.</p><p>
+<a href="ExoToolbarsModel.html#exo-toolbars-model-set-actions"><tt class="function">exo_toolbars_model_set_actions()</tt></a> method.</p><p>
 
 </p></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoToolbarsModel.html"><b>&lt;&lt; ExoToolbarsModel</b></a></td><td align="right"><a accesskey="n" href="ExoToolbarsEditorDialog.html"><b>ExoToolbarsEditorDialog &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/ExoToolbarsEditorDialog.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ExoToolbarsEditorDialog.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ExoToolbarsEditorDialog.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoToolbarsEditorDialog</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="prev" href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><link rel="next" href="ExoToolbarsView.html" title="ExoToolbarsView"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoToolbarsEditor.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-toolbars.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoToolbarsView.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoToolbarsEditorDialog"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoToolbarsEditorDialog</span></h2><p>ExoToolbarsEditorDialog &#8212; Dialog to edit toolbars</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoToolbarsEditorDialog</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="prev" href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><link rel="next" href="ExoToolbarsView.html" title="ExoToolbarsView"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoToolbarsEditor.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-toolbars.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoToolbarsView.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoToolbarsEditorDialog"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoToolbarsEditorDialog</span></h2><p>ExoToolbarsEditorDialog &#8212; Dialog to edit toolbars</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -9,7 +9,7 @@
                                              <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2618987"></a><h2>Object Hierarchy</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2539594"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
   GObject
    +----GtkObject
@@ -19,22 +19,22 @@
                            +----GtkWindow
                                  +----GtkDialog
                                        +----ExoToolbarsEditorDialog
-</pre></div><div class="refsect1" lang="en"><a name="id2619038"></a><h2>Implemented Interfaces</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2539661"></a><h2>Implemented Interfaces</h2><p>
 ExoToolbarsEditorDialog implements
- AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2619054"></a><h2>Description</h2><p>
+ AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2539679"></a><h2>Description</h2><p>
 	Provides an easy-to-use wrapper for the <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>
 	widget.
-</p></div><div class="refsect1" lang="en"><a name="id2619072"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2619077"></a><h3><a name="ExoToolbarsEditorDialog-struct"></a>ExoToolbarsEditorDialog</h3><a class="indexterm" name="id2619085"></a><pre class="programlisting">typedef struct _ExoToolbarsEditorDialog ExoToolbarsEditorDialog;</pre><p>
+</p></div><div class="refsect1" lang="en"><a name="id2539698"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2539704"></a><h3><a name="ExoToolbarsEditorDialog-struct"></a>ExoToolbarsEditorDialog</h3><a class="indexterm" name="id2539716"></a><pre class="programlisting">typedef struct _ExoToolbarsEditorDialog ExoToolbarsEditorDialog;</pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2619099"></a><h3><a name="exo-toolbars-editor-dialog-new-with-model"></a>exo_toolbars_editor_dialog_new_with_model ()</h3><a class="indexterm" name="id2619112"></a><pre class="programlisting">GtkWidget*  exo_toolbars_editor_dialog_new_with_model
+</p></div><hr><div class="refsect2" lang="en"><a name="id2539732"></a><h3><a name="exo-toolbars-editor-dialog-new-with-model"></a>exo_toolbars_editor_dialog_new_with_model ()</h3><a class="indexterm" name="id2539745"></a><pre class="programlisting">GtkWidget*  exo_toolbars_editor_dialog_new_with_model
                                             (GtkUIManager *ui_manager,
                                              <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);</pre><p>
 Creates a new <a href="ExoToolbarsEditorDialog.html" title="ExoToolbarsEditorDialog"><span class="type">ExoToolbarsEditorDialog</span></a> that is associated with
-<em class="parameter"><code>ui_manager</code></em> and <em class="parameter"><code>model</code></em>.</p><p>
+<i class="parameter"><tt>ui_manager</tt></i> and <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>ui_manager</code></em> :</span></td><td> A <span class="type">GtkUIManager</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>ui_manager</tt></i> :</span></td><td> A <span class="type">GtkUIManager</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A new <a href="ExoToolbarsEditorDialog.html" title="ExoToolbarsEditorDialog"><span class="type">ExoToolbarsEditorDialog</span></a>.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2619223"></a><h2>See Also</h2><p>
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2539874"></a><h2>See Also</h2><p>
 	<a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>
 </p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoToolbarsEditor.html"><b>&lt;&lt; ExoToolbarsEditor</b></a></td><td align="right"><a accesskey="n" href="ExoToolbarsView.html"><b>ExoToolbarsView &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/ExoToolbarsModel.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ExoToolbarsModel.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ExoToolbarsModel.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoToolbarsModel</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="prev" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="next" href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-toolbars.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-toolbars.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoToolbarsEditor.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoToolbarsModel"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoToolbarsModel</span></h2><p>ExoToolbarsModel &#8212; The toolbars backend used by <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a></p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoToolbarsModel</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="prev" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="next" href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-toolbars.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-toolbars.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoToolbarsEditor.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoToolbarsModel"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoToolbarsModel</span></h2><p>ExoToolbarsModel &#8212; The toolbars backend used by <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a></p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -78,11 +78,11 @@
                                              gint toolbar_position);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2605756"></a><h2>Object Hierarchy</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2526928"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
   GObject
    +----ExoToolbarsModel
-</pre></div><div class="refsect1" lang="en"><a name="id2605773"></a><h2>Signal Prototypes</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2526948"></a><h2>Signal Prototypes</h2><pre class="synopsis">
 
 "<a href="ExoToolbarsModel.html#ExoToolbarsModel-get-item-data">get-item-data</a>"
             gchar*      user_function      (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *arg0,
@@ -120,12 +120,12 @@
             void        user_function      (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                             gint toolbar_position,
                                             gpointer user_data);
-</pre></div><div class="refsect1" lang="en"><a name="id2606116"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2527313"></a><h2>Description</h2><p>
 The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> class includes the basic functionality
 to manage editable toolbars.
-</p></div><div class="refsect1" lang="en"><a name="id2606132"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2606137"></a><h3><a name="ExoToolbarsModel-struct"></a>ExoToolbarsModel</h3><a class="indexterm" name="id2606146"></a><pre class="programlisting">typedef struct _ExoToolbarsModel ExoToolbarsModel;</pre><p>
+</p></div><div class="refsect1" lang="en"><a name="id2527332"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2527338"></a><h3><a name="ExoToolbarsModel-struct"></a>ExoToolbarsModel</h3><a class="indexterm" name="id2527349"></a><pre class="programlisting">typedef struct _ExoToolbarsModel ExoToolbarsModel;</pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2606161"></a><h3><a name="ExoToolbarsModelFlags"></a>enum ExoToolbarsModelFlags</h3><a class="indexterm" name="id2606169"></a><pre class="programlisting">typedef enum
+</p></div><hr><div class="refsect2" lang="en"><a name="id2527364"></a><h3><a name="ExoToolbarsModelFlags"></a>enum ExoToolbarsModelFlags</h3><a class="indexterm" name="id2527375"></a><pre class="programlisting">typedef enum
 {
   EXO_TOOLBARS_MODEL_NOT_REMOVABLE      = 1 &lt;&lt; 0,
   EXO_TOOLBARS_MODEL_ACCEPT_ITEMS_ONLY  = 1 &lt;&lt; 1,
@@ -133,177 +133,177 @@
 } ExoToolbarsModelFlags;
 </pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2606183"></a><h3><a name="EXO-TOOLBARS-ITEM-TYPE:CAPS"></a>EXO_TOOLBARS_ITEM_TYPE</h3><a class="indexterm" name="id2606192"></a><pre class="programlisting">#define EXO_TOOLBARS_ITEM_TYPE "application/x-exo-toolbars-item"
+</p></div><hr><div class="refsect2" lang="en"><a name="id2527395"></a><h3><a name="EXO-TOOLBARS-ITEM-TYPE:CAPS"></a>EXO_TOOLBARS_ITEM_TYPE</h3><a class="indexterm" name="id2527407"></a><pre class="programlisting">#define EXO_TOOLBARS_ITEM_TYPE "application/x-exo-toolbars-item"
 </pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2606205"></a><h3><a name="exo-toolbars-model-new"></a>exo_toolbars_model_new ()</h3><a class="indexterm" name="id2606214"></a><pre class="programlisting"><a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>* exo_toolbars_model_new    (void);</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2527423"></a><h3><a name="exo-toolbars-model-new"></a>exo_toolbars_model_new ()</h3><a class="indexterm" name="id2527434"></a><pre class="programlisting"><a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>* exo_toolbars_model_new    (void);</pre><p>
 Creates a new <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> with a reference count
 of one.
 </p><p>
-You need to call <a href="ExoToolbarsModel.html#exo-toolbars-model-set-actions"><code class="function">exo_toolbars_model_set_actions()</code></a> first, after
+You need to call <a href="ExoToolbarsModel.html#exo-toolbars-model-set-actions"><tt class="function">exo_toolbars_model_set_actions()</tt></a> first, after
 you created an <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> to set the list of actions,
 that should be available from the toolbars.</p><p>
 
 </p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly created <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606284"></a><h3><a name="exo-toolbars-model-set-actions"></a>exo_toolbars_model_set_actions ()</h3><a class="indexterm" name="id2606294"></a><pre class="programlisting">void        exo_toolbars_model_set_actions  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2527516"></a><h3><a name="exo-toolbars-model-set-actions"></a>exo_toolbars_model_set_actions ()</h3><a class="indexterm" name="id2527527"></a><pre class="programlisting">void        exo_toolbars_model_set_actions  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gchar **actions,
                                              guint n_actions);</pre><p>
-Specifies the list of valid actions for <em class="parameter"><code>model</code></em>. <em class="parameter"><code>model</code></em> will only
+Specifies the list of valid actions for <i class="parameter"><tt>model</tt></i>. <i class="parameter"><tt>model</tt></i> will only
 manage actions that are specified in this list. This function
-should be called right after you created <em class="parameter"><code>model</code></em>.</p><p>
+should be called right after you created <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>actions</code></em> :</span></td><td> A string array with action names.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>n_actions</code></em> :</span></td><td> The number of strings in <em class="parameter"><code>actions</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606475"></a><h3><a name="exo-toolbars-model-get-actions"></a>exo_toolbars_model_get_actions ()</h3><a class="indexterm" name="id2606485"></a><pre class="programlisting">gchar**     exo_toolbars_model_get_actions  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);</pre><p>
-Returns the list of valid actions for <em class="parameter"><code>model</code></em>.</p><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>actions</tt></i> :</span></td><td> A string array with action names.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>n_actions</tt></i> :</span></td><td> The number of strings in <i class="parameter"><tt>actions</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2527656"></a><h3><a name="exo-toolbars-model-get-actions"></a>exo_toolbars_model_get_actions ()</h3><a class="indexterm" name="id2527668"></a><pre class="programlisting">gchar**     exo_toolbars_model_get_actions  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);</pre><p>
+Returns the list of valid actions for <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The list of valid actions for <em class="parameter"><code>model</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606557"></a><h3><a name="exo-toolbars-model-load-from-file"></a>exo_toolbars_model_load_from_file ()</h3><a class="indexterm" name="id2606570"></a><pre class="programlisting">gboolean    exo_toolbars_model_load_from_file
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The list of valid actions for <i class="parameter"><tt>model</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2527750"></a><h3><a name="exo-toolbars-model-load-from-file"></a>exo_toolbars_model_load_from_file ()</h3><a class="indexterm" name="id2527762"></a><pre class="programlisting">gboolean    exo_toolbars_model_load_from_file
                                             (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              const gchar *filename,
                                              GError **error);</pre><p>
 Parses a file containing a toolbars UI definition and merges it with
-the current contents of <em class="parameter"><code>model</code></em>.</p><p>
+the current contents of <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>filename</code></em> :</span></td><td> The name of the file to parse.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>error</code></em> :</span></td><td> Return location for an error or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> if the data was successfully loaded from the file
-              specified by <em class="parameter"><code>filename</code></em>, else <code class="literal">FALSE</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606698"></a><h3><a name="exo-toolbars-model-save-to-file"></a>exo_toolbars_model_save_to_file ()</h3><a class="indexterm" name="id2606708"></a><pre class="programlisting">gboolean    exo_toolbars_model_save_to_file (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>filename</tt></i> :</span></td><td> The name of the file to parse.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>error</tt></i> :</span></td><td> Return location for an error or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if the data was successfully loaded from the file
+              specified by <i class="parameter"><tt>filename</tt></i>, else <tt class="literal">FALSE</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2527906"></a><h3><a name="exo-toolbars-model-save-to-file"></a>exo_toolbars_model_save_to_file ()</h3><a class="indexterm" name="id2527918"></a><pre class="programlisting">gboolean    exo_toolbars_model_save_to_file (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              const gchar *filename,
                                              GError **error);</pre><p>
-Stores the UI definition of the contents of <em class="parameter"><code>model</code></em> to the file
-specified by <em class="parameter"><code>filename</code></em>.</p><p>
+Stores the UI definition of the contents of <i class="parameter"><tt>model</tt></i> to the file
+specified by <i class="parameter"><tt>filename</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>filename</code></em> :</span></td><td> The name of the file to save to.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>error</code></em> :</span></td><td> The return location for an error or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> if saving was successfully, else <code class="literal">FALSE</code> is
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>filename</tt></i> :</span></td><td> The name of the file to save to.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>error</tt></i> :</span></td><td> The return location for an error or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if saving was successfully, else <tt class="literal">FALSE</tt> is
               returned.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2606906"></a><h3><a name="exo-toolbars-model-get-flags"></a>exo_toolbars_model_get_flags ()</h3><a class="indexterm" name="id2606915"></a><pre class="programlisting"><a href="ExoToolbarsModel.html#ExoToolbarsModelFlags">ExoToolbarsModelFlags</a> exo_toolbars_model_get_flags
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528062"></a><h3><a name="exo-toolbars-model-get-flags"></a>exo_toolbars_model_get_flags ()</h3><a class="indexterm" name="id2528073"></a><pre class="programlisting"><a href="ExoToolbarsModel.html#ExoToolbarsModelFlags">ExoToolbarsModelFlags</a> exo_toolbars_model_get_flags
                                             (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position);</pre><p>
 Returns the <a href="ExoToolbarsModel.html#ExoToolbarsModelFlags"><span class="type">ExoToolbarsModelFlags</span></a> associated with the 
-toolbar at <em class="parameter"><code>toolbar_position</code></em>.</p><p>
+toolbar at <i class="parameter"><tt>toolbar_position</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <a href="ExoToolbarsModel.html#ExoToolbarsModelFlags"><span class="type">ExoToolbarsModelFlags</span></a> associated
-              with <em class="parameter"><code>toolbar_position</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2607024"></a><h3><a name="exo-toolbars-model-set-flags"></a>exo_toolbars_model_set_flags ()</h3><a class="indexterm" name="id2607032"></a><pre class="programlisting">void        exo_toolbars_model_set_flags    (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+              with <i class="parameter"><tt>toolbar_position</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528201"></a><h3><a name="exo-toolbars-model-set-flags"></a>exo_toolbars_model_set_flags ()</h3><a class="indexterm" name="id2528213"></a><pre class="programlisting">void        exo_toolbars_model_set_flags    (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              <a href="ExoToolbarsModel.html#ExoToolbarsModelFlags">ExoToolbarsModelFlags</a> flags,
                                              gint toolbar_position);</pre><p>
 Changes the <a href="ExoToolbarsModel.html#ExoToolbarsModelFlags"><span class="type">ExoToolbarsModelFlags</span></a> associated with the
-toolbar at <em class="parameter"><code>toolbar_position</code></em> to the value of <em class="parameter"><code>flags</code></em>.</p><p>
+toolbar at <i class="parameter"><tt>toolbar_position</tt></i> to the value of <i class="parameter"><tt>flags</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td><td> The new flags for <em class="parameter"><code>toolbar_position</code></em>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2607150"></a><h3><a name="exo-toolbars-model-get-style"></a>exo_toolbars_model_get_style ()</h3><a class="indexterm" name="id2607159"></a><pre class="programlisting">GtkToolbarStyle exo_toolbars_model_get_style
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>flags</tt></i> :</span></td><td> The new flags for <i class="parameter"><tt>toolbar_position</tt></i>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528349"></a><h3><a name="exo-toolbars-model-get-style"></a>exo_toolbars_model_get_style ()</h3><a class="indexterm" name="id2528360"></a><pre class="programlisting">GtkToolbarStyle exo_toolbars_model_get_style
                                             (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position);</pre><p>
 Returns the overridden <span class="type">GtkToolbarStyle</span> for the toolbar
-at <em class="parameter"><code>toolbar_position</code></em>. Should only be used if
-<code class="literal">EXO_TOOLBARS_MODEL_OVERRIDE_STYLE</code> is set for the
+at <i class="parameter"><tt>toolbar_position</tt></i>. Should only be used if
+<tt class="literal">EXO_TOOLBARS_MODEL_OVERRIDE_STYLE</tt> is set for the
 toolbar.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <span class="type">GtkToolbarStyle</span> associated with
-              <em class="parameter"><code>toolbar_position</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2607273"></a><h3><a name="exo-toolbars-model-set-style"></a>exo_toolbars_model_set_style ()</h3><a class="indexterm" name="id2607282"></a><pre class="programlisting">void        exo_toolbars_model_set_style    (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+              <i class="parameter"><tt>toolbar_position</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528494"></a><h3><a name="exo-toolbars-model-set-style"></a>exo_toolbars_model_set_style ()</h3><a class="indexterm" name="id2528506"></a><pre class="programlisting">void        exo_toolbars_model_set_style    (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              GtkToolbarStyle style,
                                              gint toolbar_position);</pre><p>
-Sets the style to use for a particular toolbar in <em class="parameter"><code>model</code></em>. You can
+Sets the style to use for a particular toolbar in <i class="parameter"><tt>model</tt></i>. You can
 undo the effect of this function by calling
-<a href="ExoToolbarsModel.html#exo-toolbars-model-unset-style"><code class="function">exo_toolbars_model_unset_style()</code></a>.</p><p>
+<a href="ExoToolbarsModel.html#exo-toolbars-model-unset-style"><tt class="function">exo_toolbars_model_unset_style()</tt></a>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>style</code></em> :</span></td><td> A <span class="type">GtkToolbarStyle</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2607468"></a><h3><a name="exo-toolbars-model-unset-style"></a>exo_toolbars_model_unset_style ()</h3><a class="indexterm" name="id2607478"></a><pre class="programlisting">void        exo_toolbars_model_unset_style  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>style</tt></i> :</span></td><td> A <span class="type">GtkToolbarStyle</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528640"></a><h3><a name="exo-toolbars-model-unset-style"></a>exo_toolbars_model_unset_style ()</h3><a class="indexterm" name="id2528652"></a><pre class="programlisting">void        exo_toolbars_model_unset_style  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position);</pre><p>
-Undoes the effect of <a href="ExoToolbarsModel.html#exo-toolbars-model-unset-style"><code class="function">exo_toolbars_model_unset_style()</code></a> and resets
+Undoes the effect of <a href="ExoToolbarsModel.html#exo-toolbars-model-unset-style"><tt class="function">exo_toolbars_model_unset_style()</tt></a> and resets
 the style of the specified toolbar to the system default.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2607632"></a><h3><a name="exo-toolbars-model-get-item-type"></a>exo_toolbars_model_get_item_type ()</h3><a class="indexterm" name="id2607644"></a><pre class="programlisting">gchar*      exo_toolbars_model_get_item_type
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528751"></a><h3><a name="exo-toolbars-model-get-item-type"></a>exo_toolbars_model_get_item_type ()</h3><a class="indexterm" name="id2528763"></a><pre class="programlisting">gchar*      exo_toolbars_model_get_item_type
                                             (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              GdkAtom dnd_type);</pre><p>
 Return value :</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dnd_type</code></em> :</span></td><td>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dnd_type</tt></i> :</span></td><td>
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
 
 
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2607724"></a><h3><a name="exo-toolbars-model-get-item-id"></a>exo_toolbars_model_get_item_id ()</h3><a class="indexterm" name="id2607734"></a><pre class="programlisting">gchar*      exo_toolbars_model_get_item_id  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528853"></a><h3><a name="exo-toolbars-model-get-item-id"></a>exo_toolbars_model_get_item_id ()</h3><a class="indexterm" name="id2528865"></a><pre class="programlisting">gchar*      exo_toolbars_model_get_item_id  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              const gchar *type,
                                              const gchar *name);</pre><p>
 Return value :</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>type</code></em> :</span></td><td>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>name</code></em> :</span></td><td>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>type</tt></i> :</span></td><td>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>name</tt></i> :</span></td><td>
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
 
 
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2607833"></a><h3><a name="exo-toolbars-model-get-item-data"></a>exo_toolbars_model_get_item_data ()</h3><a class="indexterm" name="id2607846"></a><pre class="programlisting">gchar*      exo_toolbars_model_get_item_data
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2528976"></a><h3><a name="exo-toolbars-model-get-item-data"></a>exo_toolbars_model_get_item_data ()</h3><a class="indexterm" name="id2528988"></a><pre class="programlisting">gchar*      exo_toolbars_model_get_item_data
                                             (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              const gchar *type,
                                              const gchar *id);</pre><p>
 Return value :</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>type</code></em> :</span></td><td>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>id</code></em> :</span></td><td>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>type</tt></i> :</span></td><td>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>id</tt></i> :</span></td><td>
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>
 
 
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2607945"></a><h3><a name="exo-toolbars-model-add-item"></a>exo_toolbars_model_add_item ()</h3><a class="indexterm" name="id2607954"></a><pre class="programlisting">gboolean    exo_toolbars_model_add_item     (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2529099"></a><h3><a name="exo-toolbars-model-add-item"></a>exo_toolbars_model_add_item ()</h3><a class="indexterm" name="id2529111"></a><pre class="programlisting">gboolean    exo_toolbars_model_add_item     (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position,
                                              gint item_position,
                                              const gchar *id,
                                              const gchar *type);</pre><p>
-Adds a new toolbar item with the specified <em class="parameter"><code>type</code></em> and <em class="parameter"><code>id</code></em> to <em class="parameter"><code>model</code></em>,
-where <em class="parameter"><code>id</code></em> has to be a valid action name for <em class="parameter"><code>model</code></em>, that was previously
-set with <a href="ExoToolbarsModel.html#exo-toolbars-model-set-actions"><code class="function">exo_toolbars_model_set_actions()</code></a>.</p><p>
+Adds a new toolbar item with the specified <i class="parameter"><tt>type</tt></i> and <i class="parameter"><tt>id</tt></i> to <i class="parameter"><tt>model</tt></i>,
+where <i class="parameter"><tt>id</tt></i> has to be a valid action name for <i class="parameter"><tt>model</tt></i>, that was previously
+set with <a href="ExoToolbarsModel.html#exo-toolbars-model-set-actions"><tt class="function">exo_toolbars_model_set_actions()</tt></a>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>item_position</code></em> :</span></td><td> The position in the specified toolbar or -1.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>id</code></em> :</span></td><td> The identifier of the new item.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>type</code></em> :</span></td><td> The type of the new item.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> if the item was added successfully, else <code class="literal">FALSE</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2608147"></a><h3><a name="exo-toolbars-model-add-separator"></a>exo_toolbars_model_add_separator ()</h3><a class="indexterm" name="id2608160"></a><pre class="programlisting">void        exo_toolbars_model_add_separator
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_position</tt></i> :</span></td><td> The position in the specified toolbar or -1.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>id</tt></i> :</span></td><td> The identifier of the new item.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>type</tt></i> :</span></td><td> The type of the new item.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if the item was added successfully, else <tt class="literal">FALSE</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2529327"></a><h3><a name="exo-toolbars-model-add-separator"></a>exo_toolbars_model_add_separator ()</h3><a class="indexterm" name="id2529338"></a><pre class="programlisting">void        exo_toolbars_model_add_separator
                                             (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position,
                                              gint item_position);</pre><p>
-Adds a new separator item to the specified toolbar in <em class="parameter"><code>model</code></em>. If
-you specify -1 for <em class="parameter"><code>item_position</code></em>, the separator will be appended
-to the toolbar, else it will be inserted at the specified <em class="parameter"><code>item_position</code></em>.</p><p>
+Adds a new separator item to the specified toolbar in <i class="parameter"><tt>model</tt></i>. If
+you specify -1 for <i class="parameter"><tt>item_position</tt></i>, the separator will be appended
+to the toolbar, else it will be inserted at the specified <i class="parameter"><tt>item_position</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>item_position</code></em> :</span></td><td> The position in the specified toolbar or -1.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2608272"></a><h3><a name="exo-toolbars-model-add-toolbar"></a>exo_toolbars_model_add_toolbar ()</h3><a class="indexterm" name="id2608281"></a><pre class="programlisting">gint        exo_toolbars_model_add_toolbar  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_position</tt></i> :</span></td><td> The position in the specified toolbar or -1.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2529468"></a><h3><a name="exo-toolbars-model-add-toolbar"></a>exo_toolbars_model_add_toolbar ()</h3><a class="indexterm" name="id2529480"></a><pre class="programlisting">gint        exo_toolbars_model_add_toolbar  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position,
                                              const gchar *name);</pre><p>
-Adds a new toolbar to <em class="parameter"><code>model</code></em>. If you specify -1 for <em class="parameter"><code>toolbar_position</code></em>,
-the toolbar will be appended to <em class="parameter"><code>model</code></em>; else the toolbar will be
+Adds a new toolbar to <i class="parameter"><tt>model</tt></i>. If you specify -1 for <i class="parameter"><tt>toolbar_position</tt></i>,
+the toolbar will be appended to <i class="parameter"><tt>model</tt></i>; else the toolbar will be
 inserted at the specified position. Emits the ::toolbar-added
 signal.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> Where to insert the new toolbar in <em class="parameter"><code>model</code></em>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> Where to insert the new toolbar in <i class="parameter"><tt>model</tt></i>
                      or -1 to append the toolbar.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>name</code></em> :</span></td><td> The name of the new toolbar.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The real position of the new toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2608478"></a><h3><a name="exo-toolbars-model-move-item"></a>exo_toolbars_model_move_item ()</h3><a class="indexterm" name="id2608487"></a><pre class="programlisting">void        exo_toolbars_model_move_item    (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>name</tt></i> :</span></td><td> The name of the new toolbar.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The real position of the new toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2529627"></a><h3><a name="exo-toolbars-model-move-item"></a>exo_toolbars_model_move_item ()</h3><a class="indexterm" name="id2529638"></a><pre class="programlisting">void        exo_toolbars_model_move_item    (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position,
                                              gint item_position,
                                              gint new_toolbar_position,
@@ -314,131 +314,131 @@
 functions emits the ::item-removed and ::item-added
 signals.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> Old toolbar index.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>item_position</code></em> :</span></td><td> Old item index.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>new_toolbar_position</code></em> :</span></td><td> New toolbar index.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>new_item_position</code></em> :</span></td><td> New item index.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2608749"></a><h3><a name="exo-toolbars-model-remove-item"></a>exo_toolbars_model_remove_item ()</h3><a class="indexterm" name="id2608759"></a><pre class="programlisting">void        exo_toolbars_model_remove_item  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> Old toolbar index.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_position</tt></i> :</span></td><td> Old item index.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>new_toolbar_position</tt></i> :</span></td><td> New toolbar index.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>new_item_position</tt></i> :</span></td><td> New item index.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2529789"></a><h3><a name="exo-toolbars-model-remove-item"></a>exo_toolbars_model_remove_item ()</h3><a class="indexterm" name="id2529800"></a><pre class="programlisting">void        exo_toolbars_model_remove_item  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position,
                                              gint item_position);</pre><p>
-Removes the toolbar item at <em class="parameter"><code>item_position</code></em> from the toolbar
-<em class="parameter"><code>toolbar_position</code></em> in <em class="parameter"><code>model</code></em> and emits the ::item-removed
+Removes the toolbar item at <i class="parameter"><tt>item_position</tt></i> from the toolbar
+<i class="parameter"><tt>toolbar_position</tt></i> in <i class="parameter"><tt>model</tt></i> and emits the ::item-removed
 signal.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> A toolbar index.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>item_position</code></em> :</span></td><td> The index of the item to remove.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2608866"></a><h3><a name="exo-toolbars-model-remove-toolbar"></a>exo_toolbars_model_remove_toolbar ()</h3><a class="indexterm" name="id2608878"></a><pre class="programlisting">void        exo_toolbars_model_remove_toolbar
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> A toolbar index.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_position</tt></i> :</span></td><td> The index of the item to remove.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2529922"></a><h3><a name="exo-toolbars-model-remove-toolbar"></a>exo_toolbars_model_remove_toolbar ()</h3><a class="indexterm" name="id2529934"></a><pre class="programlisting">void        exo_toolbars_model_remove_toolbar
                                             (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position);</pre><p>
-Removes the specified toolbar from <em class="parameter"><code>model</code></em> and emits
+Removes the specified toolbar from <i class="parameter"><tt>model</tt></i> and emits
 the ::toolbar-removed signal.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> A <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2608962"></a><h3><a name="exo-toolbars-model-n-items"></a>exo_toolbars_model_n_items ()</h3><a class="indexterm" name="id2608970"></a><pre class="programlisting">gint        exo_toolbars_model_n_items      (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> A <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2530028"></a><h3><a name="exo-toolbars-model-n-items"></a>exo_toolbars_model_n_items ()</h3><a class="indexterm" name="id2530039"></a><pre class="programlisting">gint        exo_toolbars_model_n_items      (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position);</pre><p>
 Returns the number of items in the specified toolbar.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The number of items in the specified toolbar.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609058"></a><h3><a name="exo-toolbars-model-item-nth"></a>exo_toolbars_model_item_nth ()</h3><a class="indexterm" name="id2609066"></a><pre class="programlisting">void        exo_toolbars_model_item_nth     (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2530137"></a><h3><a name="exo-toolbars-model-item-nth"></a>exo_toolbars_model_item_nth ()</h3><a class="indexterm" name="id2530148"></a><pre class="programlisting">void        exo_toolbars_model_item_nth     (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position,
                                              gint item_position,
                                              gboolean *is_separator,
                                              const gchar **id,
                                              const gchar **type);</pre><p>
-Queries the properites of the toolbar item at <em class="parameter"><code>item_position</code></em> in toolbar
-<em class="parameter"><code>toolbar_position</code></em>.</p><p>
+Queries the properites of the toolbar item at <i class="parameter"><tt>item_position</tt></i> in toolbar
+<i class="parameter"><tt>toolbar_position</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>item_position</code></em> :</span></td><td> The index of an item in the specified toolbar.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>is_separator</code></em> :</span></td><td> Return location for the separator setting or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>id</code></em> :</span></td><td> Return location for the item id or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>type</code></em> :</span></td><td> Return location for the item type or <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609317"></a><h3><a name="exo-toolbars-model-n-toolbars"></a>exo_toolbars_model_n_toolbars ()</h3><a class="indexterm" name="id2609326"></a><pre class="programlisting">gint        exo_toolbars_model_n_toolbars   (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);</pre><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_position</tt></i> :</span></td><td> The index of an item in the specified toolbar.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>is_separator</tt></i> :</span></td><td> Return location for the separator setting or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>id</tt></i> :</span></td><td> Return location for the item id or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>type</tt></i> :</span></td><td> Return location for the item type or <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2530352"></a><h3><a name="exo-toolbars-model-n-toolbars"></a>exo_toolbars_model_n_toolbars ()</h3><a class="indexterm" name="id2530364"></a><pre class="programlisting">gint        exo_toolbars_model_n_toolbars   (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);</pre><p>
 Returns the number of toolbars currently
-managed by <em class="parameter"><code>model</code></em>.</p><p>
+managed by <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The number of toolbars in <em class="parameter"><code>model</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609399"></a><h3><a name="exo-toolbars-model-toolbar-nth"></a>exo_toolbars_model_toolbar_nth ()</h3><a class="indexterm" name="id2609409"></a><pre class="programlisting">const gchar* exo_toolbars_model_toolbar_nth (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The number of toolbars in <i class="parameter"><tt>model</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2530445"></a><h3><a name="exo-toolbars-model-toolbar-nth"></a>exo_toolbars_model_toolbar_nth ()</h3><a class="indexterm" name="id2530457"></a><pre class="programlisting">const gchar* exo_toolbars_model_toolbar_nth (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                              gint toolbar_position);</pre><p>
-Returns the name of the toolbar at <em class="parameter"><code>toolbar_position</code></em> in
-<em class="parameter"><code>model</code></em>.</p><p>
+Returns the name of the toolbar at <i class="parameter"><tt>toolbar_position</tt></i> in
+<i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of a toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The name of the toolbar at <em class="parameter"><code>toolbar_position</code></em>
-              in <em class="parameter"><code>model</code></em>.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2609518"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2609524"></a><h3><a name="ExoToolbarsModel-get-item-data"></a>The "get-item-data" signal</h3><pre class="programlisting">gchar*      user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *arg0,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of a toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The name of the toolbar at <i class="parameter"><tt>toolbar_position</tt></i>
+              in <i class="parameter"><tt>model</tt></i>.
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2530580"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2530586"></a><h3><a name="ExoToolbarsModel-get-item-data"></a>The "get-item-data" signal</h3><pre class="programlisting">gchar*      user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *arg0,
                                             gchar *arg1,
                                             gchar *arg2,
                                             gpointer user_data);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609591"></a><h3><a name="ExoToolbarsModel-get-item-id"></a>The "get-item-id" signal</h3><pre class="programlisting">gchar*      user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *arg0,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2530664"></a><h3><a name="ExoToolbarsModel-get-item-id"></a>The "get-item-id" signal</h3><pre class="programlisting">gchar*      user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *arg0,
                                             gchar *arg1,
                                             gchar *arg2,
                                             gpointer user_data);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609658"></a><h3><a name="ExoToolbarsModel-get-item-type"></a>The "get-item-type" signal</h3><pre class="programlisting">gchar*      user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *arg0,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2530742"></a><h3><a name="ExoToolbarsModel-get-item-type"></a>The "get-item-type" signal</h3><pre class="programlisting">gchar*      user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *arg0,
                                             gpointer arg1,
                                             gpointer user_data);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609787"></a><h3><a name="ExoToolbarsModel-item-added"></a>The "item-added" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2530812"></a><h3><a name="ExoToolbarsModel-item-added"></a>The "item-added" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                             gint toolbar_position,
                                             gint item_position,
                                             gpointer user_data);</pre><p>
 This signal is emitted whenever a new item is added to a toolbar
-managed by <em class="parameter"><code>model</code></em>.</p><p>
+managed by <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> to which an item was added.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of the toolbar in <em class="parameter"><code>model</code></em> to which the item
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> to which an item was added.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of the toolbar in <i class="parameter"><tt>model</tt></i> to which the item
                      was added.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>item_position</code></em> :</span></td><td> The index of the new item in the specified toolbar.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2609912"></a><h3><a name="ExoToolbarsModel-item-removed"></a>The "item-removed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_position</tt></i> :</span></td><td> The index of the new item in the specified toolbar.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2530955"></a><h3><a name="ExoToolbarsModel-item-removed"></a>The "item-removed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                             gint toolbar_position,
                                             gint item_position,
                                             gpointer user_data);</pre><p>
 This signal is emitted whenever an item is removed from a toolbar
-managed by <em class="parameter"><code>model</code></em>.</p><p>
+managed by <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> from which an item was removed.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of the toolbar in <em class="parameter"><code>model</code></em> from which
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> from which an item was removed.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of the toolbar in <i class="parameter"><tt>model</tt></i> from which
                      the item was removed.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>item_position</code></em> :</span></td><td> The index of the item in the specified toolbar.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2610038"></a><h3><a name="ExoToolbarsModel-toolbar-added"></a>The "toolbar-added" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>item_position</tt></i> :</span></td><td> The index of the item in the specified toolbar.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2531098"></a><h3><a name="ExoToolbarsModel-toolbar-added"></a>The "toolbar-added" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                             gint toolbar_position,
                                             gpointer user_data);</pre><p>
-This signal is emitted whenever a new toolbar is added to <em class="parameter"><code>model</code></em>.</p><p>
+This signal is emitted whenever a new toolbar is added to <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> to which a new toolbar was
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> to which a new toolbar was
                      added.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of the new toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2610213"></a><h3><a name="ExoToolbarsModel-toolbar-changed"></a>The "toolbar-changed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of the new toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2531218"></a><h3><a name="ExoToolbarsModel-toolbar-changed"></a>The "toolbar-changed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                             gint toolbar_position,
                                             gpointer user_data);</pre><p>
 This signal is emitted whenever the flags or the style of a toolbar
-change, which is managed by <em class="parameter"><code>model</code></em>. All views connected to <em class="parameter"><code>model</code></em>
+change, which is managed by <i class="parameter"><tt>model</tt></i>. All views connected to <i class="parameter"><tt>model</tt></i>
 should then update their internal state of the specified toolbar.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> that manages the changed
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> that manages the changed
                      toolbar.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of the changed toolbar in <em class="parameter"><code>model</code></em>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2610327"></a><h3><a name="ExoToolbarsModel-toolbar-removed"></a>The "toolbar-removed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of the changed toolbar in <i class="parameter"><tt>model</tt></i>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2531347"></a><h3><a name="ExoToolbarsModel-toolbar-removed"></a>The "toolbar-removed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model,
                                             gint toolbar_position,
                                             gpointer user_data);</pre><p>
-This signal is emitted whenever a toolbar is removed from <em class="parameter"><code>model</code></em>.</p><p>
+This signal is emitted whenever a toolbar is removed from <i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>
-</td></tr><tr><td><span class="term"><em class="parameter"><code>toolbar_position</code></em> :</span></td><td> The index of the toolbar in <em class="parameter"><code>model</code></em> that was
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>toolbar_position</tt></i> :</span></td><td> The index of the toolbar in <i class="parameter"><tt>model</tt></i> that was
                      removed.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2610438"></a><h2>See Also</h2><p>
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2531468"></a><h2>See Also</h2><p>
 <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>, <a href="ExoToolbarsEditor.html" title="ExoToolbarsEditor"><span class="type">ExoToolbarsEditor</span></a>, <a href="ExoToolbarsEditorDialog.html" title="ExoToolbarsEditorDialog"><span class="type">ExoToolbarsEditorDialog</span></a>
 </p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-toolbars.html"><b>&lt;&lt; Part II. Editable Toolbars</b></a></td><td align="right"><a accesskey="n" href="ExoToolbarsEditor.html"><b>ExoToolbarsEditor &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/ExoToolbarsView.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ExoToolbarsView.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ExoToolbarsView.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoToolbarsView</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="prev" href="ExoToolbarsEditorDialog.html" title="ExoToolbarsEditorDialog"><link rel="next" href="exo-widgets.html" title="Part III. Additional widgets"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoToolbarsEditorDialog.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-toolbars.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-widgets.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoToolbarsView"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoToolbarsView</span></h2><p>ExoToolbarsView &#8212; A widget for displaying toolbars.</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoToolbarsView</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="prev" href="ExoToolbarsEditorDialog.html" title="ExoToolbarsEditorDialog"><link rel="next" href="exo-widgets.html" title="Part III. Additional widgets"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoToolbarsEditorDialog.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-toolbars.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-widgets.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoToolbarsView"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoToolbarsView</span></h2><p>ExoToolbarsView &#8212; A widget for displaying toolbars.</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -22,7 +22,7 @@
                                              GtkUIManager *ui_manager);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2619907"></a><h2>Object Hierarchy</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2540529"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
   GObject
    +----GtkObject
@@ -31,14 +31,14 @@
                      +----GtkBox
                            +----GtkVBox
                                  +----ExoToolbarsView
-</pre></div><div class="refsect1" lang="en"><a name="id2619953"></a><h2>Implemented Interfaces</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2540585"></a><h2>Implemented Interfaces</h2><p>
 ExoToolbarsView implements
- AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2619968"></a><h2>Properties</h2><pre class="synopsis">
+ AtkImplementorIface.</p></div><div class="refsect1" lang="en"><a name="id2540603"></a><h2>Properties</h2><pre class="synopsis">
 
   "<a href="ExoToolbarsView.html#ExoToolbarsView--editing">editing</a>"              gboolean              : Read / Write
   "<a href="ExoToolbarsView.html#ExoToolbarsView--model">model</a>"                <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>      : Read / Write
   "<a href="ExoToolbarsView.html#ExoToolbarsView--ui-manager">ui-manager</a>"           GtkUIManager          : Read / Write
-</pre></div><div class="refsect1" lang="en"><a name="id2620013"></a><h2>Signal Prototypes</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2540666"></a><h2>Signal Prototypes</h2><pre class="synopsis">
 
 "<a href="ExoToolbarsView.html#ExoToolbarsView-action-request">action-request</a>"
             void        user_function      (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
@@ -46,89 +46,89 @@
                                             gpointer user_data);
 "<a href="ExoToolbarsView.html#ExoToolbarsView-customize">customize</a>" void        user_function      (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
                                             gpointer user_data);
-</pre></div><div class="refsect1" lang="en"><a name="id2620145"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2540752"></a><h2>Description</h2><p>
 A widget that displays toolbars as described in a
 <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> object.
-</p></div><div class="refsect1" lang="en"><a name="id2620162"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2620167"></a><h3><a name="ExoToolbarsView-struct"></a>ExoToolbarsView</h3><a class="indexterm" name="id2620176"></a><pre class="programlisting">typedef struct _ExoToolbarsView ExoToolbarsView;</pre><p>
+</p></div><div class="refsect1" lang="en"><a name="id2540771"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2540776"></a><h3><a name="ExoToolbarsView-struct"></a>ExoToolbarsView</h3><a class="indexterm" name="id2540787"></a><pre class="programlisting">typedef struct _ExoToolbarsView ExoToolbarsView;</pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2620190"></a><h3><a name="exo-toolbars-view-new"></a>exo_toolbars_view_new ()</h3><a class="indexterm" name="id2620199"></a><pre class="programlisting">GtkWidget*  exo_toolbars_view_new           (GtkUIManager *ui_manager);</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2540803"></a><h3><a name="exo-toolbars-view-new"></a>exo_toolbars_view_new ()</h3><a class="indexterm" name="id2540814"></a><pre class="programlisting">GtkWidget*  exo_toolbars_view_new           (GtkUIManager *ui_manager);</pre><p>
 Creates a new <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>ui_manager</code></em> :</span></td><td> A <span class="type">GtkUIManager</span>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>ui_manager</tt></i> :</span></td><td> A <span class="type">GtkUIManager</span>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly created <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2620273"></a><h3><a name="exo-toolbars-view-new-with-model"></a>exo_toolbars_view_new_with_model ()</h3><a class="indexterm" name="id2620285"></a><pre class="programlisting">GtkWidget*  exo_toolbars_view_new_with_model
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2540899"></a><h3><a name="exo-toolbars-view-new-with-model"></a>exo_toolbars_view_new_with_model ()</h3><a class="indexterm" name="id2540911"></a><pre class="programlisting">GtkWidget*  exo_toolbars_view_new_with_model
                                             (GtkUIManager *ui_manager,
                                              <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);</pre><p>
 Creates a new <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a> and associates it with
-<em class="parameter"><code>model</code></em>.</p><p>
+<i class="parameter"><tt>model</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>ui_manager</code></em> :</span></td><td> A <span class="type">GtkUIManager</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>ui_manager</tt></i> :</span></td><td> A <span class="type">GtkUIManager</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly created <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2620390"></a><h3><a name="exo-toolbars-view-get-editing"></a>exo_toolbars_view_get_editing ()</h3><a class="indexterm" name="id2620400"></a><pre class="programlisting">gboolean    exo_toolbars_view_get_editing   (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view);</pre><p>
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2541033"></a><h3><a name="exo-toolbars-view-get-editing"></a>exo_toolbars_view_get_editing ()</h3><a class="indexterm" name="id2541044"></a><pre class="programlisting">gboolean    exo_toolbars_view_get_editing   (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>view</code></em> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> if <em class="parameter"><code>view</code></em> is currently being edited, else <code class="literal">FALSE</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2620546"></a><h3><a name="exo-toolbars-view-set-editing"></a>exo_toolbars_view_set_editing ()</h3><a class="indexterm" name="id2620555"></a><pre class="programlisting">void        exo_toolbars_view_set_editing   (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>view</tt></i> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if <i class="parameter"><tt>view</tt></i> is currently being edited, else <tt class="literal">FALSE</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2541131"></a><h3><a name="exo-toolbars-view-set-editing"></a>exo_toolbars_view_set_editing ()</h3><a class="indexterm" name="id2541142"></a><pre class="programlisting">void        exo_toolbars_view_set_editing   (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
                                              gboolean editing);</pre><p>
-Sets wether <em class="parameter"><code>view</code></em> is currently being edited.</p><p>
+Sets wether <i class="parameter"><tt>view</tt></i> is currently being edited.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>view</code></em> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>editing</code></em> :</span></td><td> New editing mode.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2620631"></a><h3><a name="exo-toolbars-view-get-model"></a>exo_toolbars_view_get_model ()</h3><a class="indexterm" name="id2620640"></a><pre class="programlisting"><a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>* exo_toolbars_view_get_model
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>view</tt></i> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>editing</tt></i> :</span></td><td> New editing mode.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2541229"></a><h3><a name="exo-toolbars-view-get-model"></a>exo_toolbars_view_get_model ()</h3><a class="indexterm" name="id2541241"></a><pre class="programlisting"><a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>* exo_toolbars_view_get_model
                                             (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view);</pre><p>
 Returns the <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> currently associated with
-<em class="parameter"><code>view</code></em> or <code class="literal">NULL</code> if <em class="parameter"><code>view</code></em> has no model.</p><p>
+<i class="parameter"><tt>view</tt></i> or <tt class="literal">NULL</tt> if <i class="parameter"><tt>view</tt></i> has no model.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>view</code></em> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> associated with <em class="parameter"><code>view</code></em>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2620733"></a><h3><a name="exo-toolbars-view-set-model"></a>exo_toolbars_view_set_model ()</h3><a class="indexterm" name="id2620742"></a><pre class="programlisting">void        exo_toolbars_view_set_model     (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>view</tt></i> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> associated with <i class="parameter"><tt>view</tt></i>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2541351"></a><h3><a name="exo-toolbars-view-set-model"></a>exo_toolbars_view_set_model ()</h3><a class="indexterm" name="id2541364"></a><pre class="programlisting">void        exo_toolbars_view_set_model     (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
                                              <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> *model);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>view</code></em> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>model</code></em> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> or <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2620824"></a><h3><a name="exo-toolbars-view-get-ui-manager"></a>exo_toolbars_view_get_ui_manager ()</h3><a class="indexterm" name="id2620837"></a><pre class="programlisting">GtkUIManager* exo_toolbars_view_get_ui_manager
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>view</tt></i> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>model</tt></i> :</span></td><td> An <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> or <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2541457"></a><h3><a name="exo-toolbars-view-get-ui-manager"></a>exo_toolbars_view_get_ui_manager ()</h3><a class="indexterm" name="id2541469"></a><pre class="programlisting">GtkUIManager* exo_toolbars_view_get_ui_manager
                                             (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>view</code></em> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <span class="type">GtkUIManager</span> associated with <em class="parameter"><code>view</code></em> or
-              <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2620983"></a><h3><a name="exo-toolbars-view-set-ui-manager"></a>exo_toolbars_view_set_ui_manager ()</h3><a class="indexterm" name="id2620996"></a><pre class="programlisting">void        exo_toolbars_view_set_ui_manager
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>view</tt></i> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The <span class="type">GtkUIManager</span> associated with <i class="parameter"><tt>view</tt></i> or
+              <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2541559"></a><h3><a name="exo-toolbars-view-set-ui-manager"></a>exo_toolbars_view_set_ui_manager ()</h3><a class="indexterm" name="id2541570"></a><pre class="programlisting">void        exo_toolbars_view_set_ui_manager
                                             (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
                                              GtkUIManager *ui_manager);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>view</code></em> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>ui_manager</code></em> :</span></td><td> A <span class="type">GtkUIManager</span> or <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2621079"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2621084"></a><h3><a name="ExoToolbarsView--editing"></a>The "<code class="literal">editing</code>" property</h3><pre class="programlisting">  "editing"              gboolean              : Read / Write</pre><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>view</tt></i> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>ui_manager</tt></i> :</span></td><td> A <span class="type">GtkUIManager</span> or <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2541666"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2541672"></a><h3><a name="ExoToolbarsView--editing"></a>The "<tt class="literal">editing</tt>" property</h3><pre class="programlisting">  "editing"              gboolean              : Read / Write</pre><p>
 This property tells if the toolbars contained with this
 <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a> are currently being edited by the user.
 If the user edits a view, the view will act as proxy
 and make the requested changes to the model.</p><p>
 
-</p><p>Default value: FALSE</p></div><hr><div class="refsect2" lang="en"><a name="id2621125"></a><h3><a name="ExoToolbarsView--model"></a>The "<code class="literal">model</code>" property</h3><pre class="programlisting">  "model"                <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>      : Read / Write</pre><p>
+</p><p>Default value: FALSE</p></div><hr><div class="refsect2" lang="en"><a name="id2541723"></a><h3><a name="ExoToolbarsView--model"></a>The "<tt class="literal">model</tt>" property</h3><pre class="programlisting">  "model"                <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a>      : Read / Write</pre><p>
 The <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> associated with this <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>
-or <code class="literal">NULL</code> if there is no model currently associated with this
+or <tt class="literal">NULL</tt> if there is no model currently associated with this
 view. The view is build up from the model, which says, that
 it will display the toolbars as described in the model.</p><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2621173"></a><h3><a name="ExoToolbarsView--ui-manager"></a>The "<code class="literal">ui-manager</code>" property</h3><pre class="programlisting">  "ui-manager"           GtkUIManager          : Read / Write</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2541786"></a><h3><a name="ExoToolbarsView--ui-manager"></a>The "<tt class="literal">ui-manager</tt>" property</h3><pre class="programlisting">  "ui-manager"           GtkUIManager          : Read / Write</pre><p>
 The <span class="type">GtkUIManager</span> currently associated with this <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>
-or <code class="literal">NULL</code>. The <span class="type">GtkUIManager</span> object is used to translate action
+or <tt class="literal">NULL</tt>. The <span class="type">GtkUIManager</span> object is used to translate action
 names as used by the <a href="ExoToolbarsModel.html" title="ExoToolbarsModel"><span class="type">ExoToolbarsModel</span></a> into <span class="type">GtkAction</span> objects,
 which are then used to create and maintain the items in the
 toolbars.</p><p>
 
-</p></div></div><div class="refsect1" lang="en"><a name="id2621244"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2621250"></a><h3><a name="ExoToolbarsView-action-request"></a>The "action-request" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
+</p></div></div><div class="refsect1" lang="en"><a name="id2541874"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2541880"></a><h3><a name="ExoToolbarsView-action-request"></a>The "action-request" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
                                             gchar *arg1,
                                             gpointer user_data);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>view</code></em> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2621398"></a><h3><a name="ExoToolbarsView-customize"></a>The "customize" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>view</tt></i> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2541973"></a><h3><a name="ExoToolbarsView-customize"></a>The "customize" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> *view,
                                             gpointer user_data);</pre><p>
 This signal is emitted if the users chooses the
 <span class="emphasis"><em>Customize Toolbars...</em></span> option
@@ -138,5 +138,5 @@
 present in the right-click menu, if you had previously
 connected a handler to this signal.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>view</code></em> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoToolbarsEditorDialog.html"><b>&lt;&lt; ExoToolbarsEditorDialog</b></a></td><td align="right"><a accesskey="n" href="exo-widgets.html"><b>Part III. Additional widgets &gt;&gt;</b></a></td></tr></table></body></html>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>view</tt></i> :</span></td><td> An <a href="ExoToolbarsView.html" title="ExoToolbarsView"><span class="type">ExoToolbarsView</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoToolbarsEditorDialog.html"><b>&lt;&lt; ExoToolbarsEditorDialog</b></a></td><td align="right"><a accesskey="n" href="exo-widgets.html"><b>Part III. Additional widgets &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/ExoXsessionClient.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ExoXsessionClient.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ExoXsessionClient.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoXsessionClient</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-String-Utility-Functions.html" title="String Utility Functions"><link rel="next" href="ix01.html" title="Index"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-String-Utility-Functions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ix01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoXsessionClient"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoXsessionClient</span></h2><p>ExoXsessionClient &#8212; Lightweight session management support</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ExoXsessionClient</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-String-Utility-Functions.html" title="String Utility Functions"><link rel="next" href="ix01.html" title="Index"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-String-Utility-Functions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ix01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="ExoXsessionClient"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">ExoXsessionClient</span></h2><p>ExoXsessionClient &#8212; Lightweight session management support</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -19,20 +19,20 @@
                                              gint argc);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2652629"></a><h2>Object Hierarchy</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2571639"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
   GObject
    +----ExoXsessionClient
-</pre></div><div class="refsect1" lang="en"><a name="id2652646"></a><h2>Properties</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2571659"></a><h2>Properties</h2><pre class="synopsis">
 
   "<a href="ExoXsessionClient.html#ExoXsessionClient--group">group</a>"                GdkWindow             : Read / Write
   "<a href="ExoXsessionClient.html#ExoXsessionClient--restart-command">restart-command</a>"      GStrv                 : Read / Write
-</pre></div><div class="refsect1" lang="en"><a name="id2652685"></a><h2>Signal Prototypes</h2><pre class="synopsis">
+</pre></div><div class="refsect1" lang="en"><a name="id2571706"></a><h2>Signal Prototypes</h2><pre class="synopsis">
 
 "<a href="ExoXsessionClient.html#ExoXsessionClient-save-yourself">save-yourself</a>"
             void        user_function      (<a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a> *client,
                                             gpointer user_data);
-</pre></div><div class="refsect1" lang="en"><a name="id2652720"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2571750"></a><h2>Description</h2><p>
 This module provides application developers with lightweight
 session management functions, based on the X11R5 session management
 protocol. The X11R5 session management protocol is very limited in
@@ -53,7 +53,7 @@
 when you logged off the X session. In case the user was editing
 a file when logging off, the same file should be opened in the
 window on next startup.
-</p><div class="example"><a name="id2652742"></a><p class="title"><b>Example 3. Texteditor with <span class="structname">ExoXsessionClient</span></b></p><pre class="programlisting">
+</p><div class="example"><a name="id2571792"></a><p class="title"><b>Example 3. Texteditor with <span class="structname">ExoXsessionClient</span></b></p><pre class="programlisting">
 static gchar *open_file_name = NULL;
 
 static void
@@ -92,7 +92,7 @@
     open_file_name = argv[1];
 
   /* create the main window */
-  window = <code class="function">create_window()</code>;
+  window = <tt class="function">create_window()</tt>;
 
   /* setup the session client */
   display = gtk_widget_get_display (window);
@@ -108,81 +108,81 @@
 oversimplified, but we hope you get the point. The rule of thumb is, use
 <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a> if you can store all session data in the restart command,
 else use a full-featured XSMP client.
-</p></div><div class="refsect1" lang="en"><a name="id2652851"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2652856"></a><h3><a name="ExoXsessionClient-struct"></a>ExoXsessionClient</h3><a class="indexterm" name="id2652865"></a><pre class="programlisting">typedef struct _ExoXsessionClient ExoXsessionClient;</pre><p>
+</p></div><div class="refsect1" lang="en"><a name="id2571868"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2571874"></a><h3><a name="ExoXsessionClient-struct"></a>ExoXsessionClient</h3><a class="indexterm" name="id2571886"></a><pre class="programlisting">typedef struct _ExoXsessionClient ExoXsessionClient;</pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2652880"></a><h3><a name="exo-xsession-client-new-with-group"></a>exo_xsession_client_new_with_group ()</h3><a class="indexterm" name="id2652892"></a><pre class="programlisting"><a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a>* exo_xsession_client_new_with_group
+</p></div><hr><div class="refsect2" lang="en"><a name="id2571902"></a><h3><a name="exo-xsession-client-new-with-group"></a>exo_xsession_client_new_with_group ()</h3><a class="indexterm" name="id2571914"></a><pre class="programlisting"><a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a>* exo_xsession_client_new_with_group
                                             (GdkWindow *leader);</pre><p>
 Creates a new <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a> and associates it
-with the group, which is lead by <em class="parameter"><code>leader</code></em>.</p><p>
+with the group, which is lead by <i class="parameter"><tt>leader</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>leader</code></em> :</span></td><td> The client leader window of the group.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>leader</tt></i> :</span></td><td> The client leader window of the group.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly allocated <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2653035"></a><h3><a name="exo-xsession-client-get-group"></a>exo_xsession_client_get_group ()</h3><a class="indexterm" name="id2653045"></a><pre class="programlisting">GdkWindow*  exo_xsession_client_get_group   (<a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a> *client);</pre><p>
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2571998"></a><h3><a name="exo-xsession-client-get-group"></a>exo_xsession_client_get_group ()</h3><a class="indexterm" name="id2572010"></a><pre class="programlisting">GdkWindow*  exo_xsession_client_get_group   (<a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a> *client);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>client</code></em> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>client</tt></i> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The client leader window of the group
-              with which <em class="parameter"><code>client</code></em> is associated or
-              <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2653117"></a><h3><a name="exo-xsession-client-set-group"></a>exo_xsession_client_set_group ()</h3><a class="indexterm" name="id2653127"></a><pre class="programlisting">void        exo_xsession_client_set_group   (<a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a> *client,
+              with which <i class="parameter"><tt>client</tt></i> is associated or
+              <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2572092"></a><h3><a name="exo-xsession-client-set-group"></a>exo_xsession_client_set_group ()</h3><a class="indexterm" name="id2572104"></a><pre class="programlisting">void        exo_xsession_client_set_group   (<a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a> *client,
                                              GdkWindow *leader);</pre><p>
 </p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>client</code></em> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>leader</code></em> :</span></td><td> The client leader window of a group or <code class="literal">NULL</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2653272"></a><h3><a name="exo-xsession-client-get-restart-command"></a>exo_xsession_client_get_restart_command ()</h3><a class="indexterm" name="id2653285"></a><pre class="programlisting">gboolean    exo_xsession_client_get_restart_command
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>client</tt></i> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>leader</tt></i> :</span></td><td> The client leader window of a group or <tt class="literal">NULL</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2572190"></a><h3><a name="exo-xsession-client-get-restart-command"></a>exo_xsession_client_get_restart_command ()</h3><a class="indexterm" name="id2572202"></a><pre class="programlisting">gboolean    exo_xsession_client_get_restart_command
                                             (<a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a> *client,
                                              gchar ***argv,
                                              gint *argc);</pre><p>
-Retrieves the restart command previously set on <em class="parameter"><code>client</code></em>. The
-result is stored in <em class="parameter"><code>argv</code></em> and should be freed using 
-<code class="function">g_strfreev()</code> when no longer needed.
+Retrieves the restart command previously set on <i class="parameter"><tt>client</tt></i>. The
+result is stored in <i class="parameter"><tt>argv</tt></i> and should be freed using 
+<tt class="function">g_strfreev()</tt> when no longer needed.
 </p><p>
-See <a href="ExoXsessionClient.html#exo-xsession-client-set-restart-command"><code class="function">exo_xsession_client_set_restart_command()</code></a> for further
+See <a href="ExoXsessionClient.html#exo-xsession-client-set-restart-command"><tt class="function">exo_xsession_client_set_restart_command()</tt></a> for further
 explanation.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>client</code></em> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>argv</code></em> :</span></td><td> Pointer to the location where the
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>client</tt></i> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>argv</tt></i> :</span></td><td> Pointer to the location where the
            pointer to the argument vector should
            be stored to.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>argc</code></em> :</span></td><td> Pointer to the location where the
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>argc</tt></i> :</span></td><td> Pointer to the location where the
            number of arguments should be stored
-           to or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> on success, else <code class="literal">FALSE</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2653435"></a><h3><a name="exo-xsession-client-set-restart-command"></a>exo_xsession_client_set_restart_command ()</h3><a class="indexterm" name="id2653448"></a><pre class="programlisting">void        exo_xsession_client_set_restart_command
+           to or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> on success, else <tt class="literal">FALSE</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2572375"></a><h3><a name="exo-xsession-client-set-restart-command"></a>exo_xsession_client_set_restart_command ()</h3><a class="indexterm" name="id2572387"></a><pre class="programlisting">void        exo_xsession_client_set_restart_command
                                             (<a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a> *client,
                                              gchar **argv,
                                              gint argc);</pre><p>
-Sets the <code class="literal">WM_COMMAND</code> property on the client leader window,
+Sets the <tt class="literal">WM_COMMAND</tt> property on the client leader window,
 which instructs the session manager (or session-enabled window
 manager) how to restart the application on next login.
 </p><p>
-This function can only be used if <em class="parameter"><code>client</code></em> is associated with
+This function can only be used if <i class="parameter"><tt>client</tt></i> is associated with
 a client leader window.
 </p><p>
-If <em class="parameter"><code>argc</code></em> is specify as -1, the argument vector <em class="parameter"><code>argv</code></em> is expected
-to be <code class="literal">NULL</code>-terminated and <em class="parameter"><code>argc</code></em> will be automatically
-calculated from <em class="parameter"><code>argv</code></em>.
+If <i class="parameter"><tt>argc</tt></i> is specify as -1, the argument vector <i class="parameter"><tt>argv</tt></i> is expected
+to be <tt class="literal">NULL</tt>-terminated and <i class="parameter"><tt>argc</tt></i> will be automatically
+calculated from <i class="parameter"><tt>argv</tt></i>.
 </p><p>
-Please take note, that <code class="function">gtk_init()</code> automatically sets the
-<code class="literal">WM_COMMAND</code> property on all client leader windows that are
+Please take note, that <tt class="function">gtk_init()</tt> automatically sets the
+<tt class="literal">WM_COMMAND</tt> property on all client leader windows that are
 implicitly created by Gtk+. So, you may only need to call
 this function in response to the ::save-yourself signal.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>client</code></em> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>argv</code></em> :</span></td><td> The argument vector.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>argc</code></em> :</span></td><td> The number of arguments in <em class="parameter"><code>argv</code></em> or -1.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2653610"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2653616"></a><h3><a name="ExoXsessionClient--group"></a>The "<code class="literal">group</code>" property</h3><pre class="programlisting">  "group"                GdkWindow             : Read / Write</pre><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>client</tt></i> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>argv</tt></i> :</span></td><td> The argument vector.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>argc</tt></i> :</span></td><td> The number of arguments in <i class="parameter"><tt>argv</tt></i> or -1.
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2572576"></a><h2>Properties</h2><div class="refsect2" lang="en"><a name="id2572581"></a><h3><a name="ExoXsessionClient--group"></a>The "<tt class="literal">group</tt>" property</h3><pre class="programlisting">  "group"                GdkWindow             : Read / Write</pre><p>
 </p><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2653645"></a><h3><a name="ExoXsessionClient--restart-command"></a>The "<code class="literal">restart-command</code>" property</h3><pre class="programlisting">  "restart-command"      GStrv                 : Read / Write</pre><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2572617"></a><h3><a name="ExoXsessionClient--restart-command"></a>The "<tt class="literal">restart-command</tt>" property</h3><pre class="programlisting">  "restart-command"      GStrv                 : Read / Write</pre><p>
 </p><p>
 
-</p></div></div><div class="refsect1" lang="en"><a name="id2653681"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2653686"></a><h3><a name="ExoXsessionClient-save-yourself"></a>The "save-yourself" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a> *client,
+</p></div></div><div class="refsect1" lang="en"><a name="id2572655"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2572661"></a><h3><a name="ExoXsessionClient-save-yourself"></a>The "save-yourself" signal</h3><pre class="programlisting">void        user_function                  (<a href="ExoXsessionClient.html" title="ExoXsessionClient">ExoXsessionClient</a> *client,
                                             gpointer user_data);</pre><p>
-This signal is emitted when <em class="parameter"><code>client</code></em> receives a <code class="literal">WM_SAVE_YOURSELF</code>
+This signal is emitted when <i class="parameter"><tt>client</tt></i> receives a <tt class="literal">WM_SAVE_YOURSELF</tt>
 message from the session manager or the window manager on the 
 specified client leader window.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>client</code></em> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-String-Utility-Functions.html"><b>&lt;&lt; String Utility Functions</b></a></td><td align="right"><a accesskey="n" href="ix01.html"><b>Index &gt;&gt;</b></a></td></tr></table></body></html>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>client</tt></i> :</span></td><td> An <a href="ExoXsessionClient.html" title="ExoXsessionClient"><span class="type">ExoXsessionClient</span></a>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>user data set when the signal handler was connected.</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-String-Utility-Functions.html"><b>&lt;&lt; String Utility Functions</b></a></td><td align="right"><a accesskey="n" href="ix01.html"><b>Index &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-Binding-Properties-Functions.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-Binding-Properties-Functions.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-Binding-Properties-Functions.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Binding Properties Functions</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-Version-Information.html" title="Version Information"><link rel="next" href="exo-MD5-functions.html" title="MD5 Functions"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Version-Information.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-MD5-functions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Binding-Properties-Functions"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Binding Properties Functions</span></h2><p>Binding Properties Functions &#8212; Functions used to bind two object properties together</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Binding Properties Functions</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-Version-Information.html" title="Version Information"><link rel="next" href="exo-MD5-functions.html" title="MD5 Functions"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Version-Information.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-MD5-functions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Binding-Properties-Functions"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Binding Properties Functions</span></h2><p>Binding Properties Functions &#8212; Functions used to bind two object properties together</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -43,7 +43,7 @@
                                              GObject *object2,
                                              const gchar *property2);
 void        <a href="exo-Binding-Properties-Functions.html#exo-mutual-binding-unbind">exo_mutual_binding_unbind</a>       (<a href="exo-Binding-Properties-Functions.html#ExoMutualBinding">ExoMutualBinding</a> *binding);
-</pre></div><div class="refsect1" lang="en"><a name="id2644957"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2564314"></a><h2>Description</h2><p>
 Binding properties is synchronizing values of several properties,
 so that when one of the bound properties changes, the other
 bound properties are automatically changed to the new value as
@@ -61,14 +61,14 @@
 For example, lets say, your program has a <span class="type">GtkEntry</span> widget that allows
 the user to enter some text for the program, but this entry widget should
 only be sensitive if a <span class="type">GtkCheckButton</span> is active.
-</p><div class="example"><a name="id2644986"></a><p class="title"><b>Example 2. Connecting a <span class="structname">GtkCheckButton</span> and a
+</p><div class="example"><a name="id2564362"></a><p class="title"><b>Example 2. Connecting a <span class="structname">GtkCheckButton</span> and a
 <span class="structname">GtkEntry</span></b></p><pre class="programlisting">
 {
   GtkWidget *button;
   GtkWidget *entry;
 
   button = gtk_check_button_new_with_label ("Activate me");
-  entry = <code class="function">gtk_entry_new()</code>;
+  entry = <tt class="function">gtk_entry_new()</tt>;
 
   exo_binding_new (G_OBJECT (button), "active",
                    G_OBJECT (entry), "sensitive");
@@ -79,7 +79,7 @@
 As you can see, all you need to do is to call one function to connect
 the sensitivity of the entry widget with the state of the check
 button. No need to write signal handlers for this purpose any more.
-</p></div><div class="refsect1" lang="en"><a name="id2645153"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2645158"></a><h3><a name="ExoBinding"></a>ExoBinding</h3><a class="indexterm" name="id2645166"></a><pre class="programlisting">typedef struct {
+</p></div><div class="refsect1" lang="en"><a name="id2564404"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2564410"></a><h3><a name="ExoBinding"></a>ExoBinding</h3><a class="indexterm" name="id2564420"></a><pre class="programlisting">typedef struct {
   GObject         *src_object;
   ExoBindingBase   base;
   ExoBindingLink   link;
@@ -87,7 +87,7 @@
 </pre><p>
 Opaque structure representing a one-way binding between two properties. It
 is automatically removed if one of the bound objects is finalized.
-</p></div><hr><div class="refsect2" lang="en"><a name="id2645180"></a><h3><a name="ExoMutualBinding"></a>ExoMutualBinding</h3><a class="indexterm" name="id2645189"></a><pre class="programlisting">typedef struct {
+</p></div><hr><div class="refsect2" lang="en"><a name="id2564440"></a><h3><a name="ExoMutualBinding"></a>ExoMutualBinding</h3><a class="indexterm" name="id2564451"></a><pre class="programlisting">typedef struct {
   ExoBindingBase  base;
   ExoBindingLink  direct;
   ExoBindingLink  reverse;
@@ -95,95 +95,95 @@
 </pre><p>
 Opaque structure representing a mutual binding between two properties.
 It is automatically freed if one of the bound objects is finalized.
-</p></div><hr><div class="refsect2" lang="en"><a name="id2645203"></a><h3><a name="ExoBindingTransform"></a>ExoBindingTransform ()</h3><a class="indexterm" name="id2645211"></a><pre class="programlisting">gboolean    (*ExoBindingTransform)          (const GValue *src_value,
+</p></div><hr><div class="refsect2" lang="en"><a name="id2564470"></a><h3><a name="ExoBindingTransform"></a>ExoBindingTransform ()</h3><a class="indexterm" name="id2564481"></a><pre class="programlisting">gboolean    (*ExoBindingTransform)          (const GValue *src_value,
                                              GValue *dst_value,
                                              gpointer user_data);</pre><p>
 Function type used for binding transformation functions.
 </p><p>
-Accomplished transformation from <em class="parameter"><code>src_value</code></em> to <em class="parameter"><code>dst_value</code></em>.
-<em class="parameter"><code>src_value</code></em> and <em class="parameter"><code>dst_value</code></em> are already initialized before
+Accomplished transformation from <i class="parameter"><tt>src_value</tt></i> to <i class="parameter"><tt>dst_value</tt></i>.
+<i class="parameter"><tt>src_value</tt></i> and <i class="parameter"><tt>dst_value</tt></i> are already initialized before
 this function gets called.
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>src_value</code></em> :</span></td><td>Value to transform.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dst_value</code></em> :</span></td><td>Value to store the result of the transformation into.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td>User data supplied at binding creation.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td><code class="literal">FALSE</code> if transformation failed, else <code class="literal">TRUE</code>.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>src_value</tt></i> :</span></td><td>Value to transform.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dst_value</tt></i> :</span></td><td>Value to store the result of the transformation into.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td>User data supplied at binding creation.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td><tt class="literal">FALSE</tt> if transformation failed, else <tt class="literal">TRUE</tt>.
 
 
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2645478"></a><h3><a name="exo-binding-new"></a>exo_binding_new ()</h3><a class="indexterm" name="id2645486"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoBinding">ExoBinding</a>* exo_binding_new                 (GObject *src_object,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2564623"></a><h3><a name="exo-binding-new"></a>exo_binding_new ()</h3><a class="indexterm" name="id2564633"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoBinding">ExoBinding</a>* exo_binding_new                 (GObject *src_object,
                                              const gchar *src_property,
                                              GObject *dst_object,
                                              const gchar *dst_property);</pre><p>
-One-way binds <em class="parameter"><code>src_property</code></em> in <em class="parameter"><code>src_object</code></em> to <em class="parameter"><code>dst_property</code></em>
-in <em class="parameter"><code>dst_object</code></em>.
+One-way binds <i class="parameter"><tt>src_property</tt></i> in <i class="parameter"><tt>src_object</tt></i> to <i class="parameter"><tt>dst_property</tt></i>
+in <i class="parameter"><tt>dst_object</tt></i>.
 </p><p>
-Before binding the value of <em class="parameter"><code>dst_property</code></em> is set to the
-value of <em class="parameter"><code>src_property</code></em>.</p><p>
+Before binding the value of <i class="parameter"><tt>dst_property</tt></i> is set to the
+value of <i class="parameter"><tt>src_property</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>src_object</code></em> :</span></td><td> The source <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>src_property</code></em> :</span></td><td> The name of the property to bind from.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dst_object</code></em> :</span></td><td> The destination <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dst_property</code></em> :</span></td><td> The name of the property to bind to.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>src_object</tt></i> :</span></td><td> The source <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>src_property</tt></i> :</span></td><td> The name of the property to bind from.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dst_object</tt></i> :</span></td><td> The destination <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dst_property</tt></i> :</span></td><td> The name of the property to bind to.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The descriptor of the binding. It is automatically
               removed if one of the objects is finalized.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2645646"></a><h3><a name="exo-binding-new-full"></a>exo_binding_new_full ()</h3><a class="indexterm" name="id2645655"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoBinding">ExoBinding</a>* exo_binding_new_full            (GObject *src_object,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2564817"></a><h3><a name="exo-binding-new-full"></a>exo_binding_new_full ()</h3><a class="indexterm" name="id2564829"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoBinding">ExoBinding</a>* exo_binding_new_full            (GObject *src_object,
                                              const gchar *src_property,
                                              GObject *dst_object,
                                              const gchar *dst_property,
                                              <a href="exo-Binding-Properties-Functions.html#ExoBindingTransform">ExoBindingTransform</a> transform,
                                              GDestroyNotify destroy_notify,
                                              gpointer user_data);</pre><p>
-One-way binds <em class="parameter"><code>src_property</code></em> in <em class="parameter"><code>src_object</code></em> to <em class="parameter"><code>dst_property</code></em>
-in <em class="parameter"><code>dst_object</code></em>.
+One-way binds <i class="parameter"><tt>src_property</tt></i> in <i class="parameter"><tt>src_object</tt></i> to <i class="parameter"><tt>dst_property</tt></i>
+in <i class="parameter"><tt>dst_object</tt></i>.
 </p><p>
-Before binding the value of <em class="parameter"><code>dst_property</code></em> is set to the
-value of <em class="parameter"><code>src_property</code></em>.</p><p>
+Before binding the value of <i class="parameter"><tt>dst_property</tt></i> is set to the
+value of <i class="parameter"><tt>src_property</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>src_object</code></em> :</span></td><td> The source <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>src_property</code></em> :</span></td><td> The name of the property to bind from.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dst_object</code></em> :</span></td><td> The destination <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dst_property</code></em> :</span></td><td> The name of the property to bind to.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>transform</code></em> :</span></td><td> Transformation function or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>destroy_notify</code></em> :</span></td><td> Callback function that is called on
-                   disconnection with <em class="parameter"><code>user_data</code></em> or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td> User data associated with the binding.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>src_object</tt></i> :</span></td><td> The source <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>src_property</tt></i> :</span></td><td> The name of the property to bind from.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dst_object</tt></i> :</span></td><td> The destination <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dst_property</tt></i> :</span></td><td> The name of the property to bind to.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>transform</tt></i> :</span></td><td> Transformation function or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>destroy_notify</tt></i> :</span></td><td> Callback function that is called on
+                   disconnection with <i class="parameter"><tt>user_data</tt></i> or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td> User data associated with the binding.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The descriptor of the binding. It is automatically
               removed if one of the objects is finalized.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2645958"></a><h3><a name="exo-binding-new-with-negation"></a>exo_binding_new_with_negation ()</h3><a class="indexterm" name="id2645968"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoBinding">ExoBinding</a>* exo_binding_new_with_negation   (GObject *src_object,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2565098"></a><h3><a name="exo-binding-new-with-negation"></a>exo_binding_new_with_negation ()</h3><a class="indexterm" name="id2565110"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoBinding">ExoBinding</a>* exo_binding_new_with_negation   (GObject *src_object,
                                              const gchar *src_property,
                                              GObject *dst_object,
                                              const gchar *dst_property);</pre><p>
 Convenience function for binding with boolean negation of value.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>src_object</code></em> :</span></td><td> The source <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>src_property</code></em> :</span></td><td> The name of the property to bind from.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dst_object</code></em> :</span></td><td> The destination <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dst_property</code></em> :</span></td><td> The name of the property to bind to.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>src_object</tt></i> :</span></td><td> The source <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>src_property</tt></i> :</span></td><td> The name of the property to bind from.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dst_object</tt></i> :</span></td><td> The destination <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dst_property</tt></i> :</span></td><td> The name of the property to bind to.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The descriptor of the binding. It is automatically
               removed if one of the objects is finalized.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2646092"></a><h3><a name="exo-binding-unbind"></a>exo_binding_unbind ()</h3><a class="indexterm" name="id2646101"></a><pre class="programlisting">void        exo_binding_unbind              (<a href="exo-Binding-Properties-Functions.html#ExoBinding">ExoBinding</a> *binding);</pre><p>
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2565255"></a><h3><a name="exo-binding-unbind"></a>exo_binding_unbind ()</h3><a class="indexterm" name="id2565266"></a><pre class="programlisting">void        exo_binding_unbind              (<a href="exo-Binding-Properties-Functions.html#ExoBinding">ExoBinding</a> *binding);</pre><p>
 Disconnects the binding between two properties. Should be
 rarely used by applications.
 </p><p>
-This functions also calls the <em class="parameter"><code>destroy_notify</code></em> function that
-was specified when <em class="parameter"><code>binding</code></em> was created.</p><p>
+This functions also calls the <i class="parameter"><tt>destroy_notify</tt></i> function that
+was specified when <i class="parameter"><tt>binding</tt></i> was created.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>binding</code></em> :</span></td><td> An <a href="exo-Binding-Properties-Functions.html#ExoBinding"><span class="type">ExoBinding</span></a> to unbind.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2646235"></a><h3><a name="exo-mutual-binding-new"></a>exo_mutual_binding_new ()</h3><a class="indexterm" name="id2646244"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoMutualBinding">ExoMutualBinding</a>* exo_mutual_binding_new    (GObject *object1,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>binding</tt></i> :</span></td><td> An <a href="exo-Binding-Properties-Functions.html#ExoBinding"><span class="type">ExoBinding</span></a> to unbind.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2565342"></a><h3><a name="exo-mutual-binding-new"></a>exo_mutual_binding_new ()</h3><a class="indexterm" name="id2565353"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoMutualBinding">ExoMutualBinding</a>* exo_mutual_binding_new    (GObject *object1,
                                              const gchar *property1,
                                              GObject *object2,
                                              const gchar *property2);</pre><p>
 Mutually binds values of two properties.
 </p><p>
-Before binding the value of <em class="parameter"><code>property2</code></em> is set to the value
-of <em class="parameter"><code>property1</code></em>.</p><p>
+Before binding the value of <i class="parameter"><tt>property2</tt></i> is set to the value
+of <i class="parameter"><tt>property1</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>object1</code></em> :</span></td><td> The first <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>property1</code></em> :</span></td><td> The first property to bind.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>object2</code></em> :</span></td><td> The second <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>property2</code></em> :</span></td><td> The second property to bind.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>object1</tt></i> :</span></td><td> The first <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>property1</tt></i> :</span></td><td> The first property to bind.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>object2</tt></i> :</span></td><td> The second <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>property2</tt></i> :</span></td><td> The second property to bind.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The descriptor of the binding. It is automatically
               removed if one of the objects is finalized.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2646382"></a><h3><a name="exo-mutual-binding-new-full"></a>exo_mutual_binding_new_full ()</h3><a class="indexterm" name="id2646391"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoMutualBinding">ExoMutualBinding</a>* exo_mutual_binding_new_full
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2565512"></a><h3><a name="exo-mutual-binding-new-full"></a>exo_mutual_binding_new_full ()</h3><a class="indexterm" name="id2565524"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoMutualBinding">ExoMutualBinding</a>* exo_mutual_binding_new_full
                                             (GObject *object1,
                                              const gchar *property1,
                                              GObject *object2,
@@ -194,46 +194,46 @@
                                              gpointer user_data);</pre><p>
 Mutually binds values of two properties.
 </p><p>
-Before binding the value of <em class="parameter"><code>property2</code></em> is set to the value of
-<em class="parameter"><code>property1</code></em>.
+Before binding the value of <i class="parameter"><tt>property2</tt></i> is set to the value of
+<i class="parameter"><tt>property1</tt></i>.
 </p><p>
-Both <em class="parameter"><code>transform</code></em> and <em class="parameter"><code>reverse_transform</code></em> should simultaneously be
-<code class="literal">NULL</code> or non-<code class="literal">NULL</code>. If they are non-<code class="literal">NULL</code>, they should be reverse
+Both <i class="parameter"><tt>transform</tt></i> and <i class="parameter"><tt>reverse_transform</tt></i> should simultaneously be
+<tt class="literal">NULL</tt> or non-<tt class="literal">NULL</tt>. If they are non-<tt class="literal">NULL</tt>, they should be reverse
 in each other.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>object1</code></em> :</span></td><td> The first <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>property1</code></em> :</span></td><td> The first property to bind.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>object2</code></em> :</span></td><td> The second <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>property2</code></em> :</span></td><td> The second property to bind.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>transform</code></em> :</span></td><td> Transformation function or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>reverse_transform</code></em> :</span></td><td> The inverse transformation function or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>destroy_notify</code></em> :</span></td><td> Callback function called on disconnection with
-                     <em class="parameter"><code>user_data</code></em> as argument or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>user_data</code></em> :</span></td><td> User data associated with the binding.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>object1</tt></i> :</span></td><td> The first <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>property1</tt></i> :</span></td><td> The first property to bind.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>object2</tt></i> :</span></td><td> The second <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>property2</tt></i> :</span></td><td> The second property to bind.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>transform</tt></i> :</span></td><td> Transformation function or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>reverse_transform</tt></i> :</span></td><td> The inverse transformation function or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>destroy_notify</tt></i> :</span></td><td> Callback function called on disconnection with
+                     <i class="parameter"><tt>user_data</tt></i> as argument or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_data</tt></i> :</span></td><td> User data associated with the binding.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The descriptor of the binding. It is automatically
               removed if one of the objects is finalized.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2646728"></a><h3><a name="exo-mutual-binding-new-with-negation"></a>exo_mutual_binding_new_with_negation ()</h3><a class="indexterm" name="id2646741"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoMutualBinding">ExoMutualBinding</a>* exo_mutual_binding_new_with_negation
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2565832"></a><h3><a name="exo-mutual-binding-new-with-negation"></a>exo_mutual_binding_new_with_negation ()</h3><a class="indexterm" name="id2565845"></a><pre class="programlisting"><a href="exo-Binding-Properties-Functions.html#ExoMutualBinding">ExoMutualBinding</a>* exo_mutual_binding_new_with_negation
                                             (GObject *object1,
                                              const gchar *property1,
                                              GObject *object2,
                                              const gchar *property2);</pre><p>
 Convenience function for binding with boolean negation of value.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>object1</code></em> :</span></td><td> The first <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>property1</code></em> :</span></td><td> The first property to bind.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>object2</code></em> :</span></td><td> The second <span class="type">GObject</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>property2</code></em> :</span></td><td> The second property to bind.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>object1</tt></i> :</span></td><td> The first <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>property1</tt></i> :</span></td><td> The first property to bind.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>object2</tt></i> :</span></td><td> The second <span class="type">GObject</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>property2</tt></i> :</span></td><td> The second property to bind.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The descriptor of the binding. It is automatically removed
               if one of the objects if finalized.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2646934"></a><h3><a name="exo-mutual-binding-unbind"></a>exo_mutual_binding_unbind ()</h3><a class="indexterm" name="id2646942"></a><pre class="programlisting">void        exo_mutual_binding_unbind       (<a href="exo-Binding-Properties-Functions.html#ExoMutualBinding">ExoMutualBinding</a> *binding);</pre><p>
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2565990"></a><h3><a name="exo-mutual-binding-unbind"></a>exo_mutual_binding_unbind ()</h3><a class="indexterm" name="id2566002"></a><pre class="programlisting">void        exo_mutual_binding_unbind       (<a href="exo-Binding-Properties-Functions.html#ExoMutualBinding">ExoMutualBinding</a> *binding);</pre><p>
 Disconnects the binding between two properties. Should be
 rarely used by applications.
 </p><p>
-This functions also calls the <em class="parameter"><code>destroy_notify</code></em> function that
-was specified when <em class="parameter"><code>binding</code></em> was created.</p><p>
+This functions also calls the <i class="parameter"><tt>destroy_notify</tt></i> function that
+was specified when <i class="parameter"><tt>binding</tt></i> was created.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>binding</code></em> :</span></td><td> An <a href="exo-Binding-Properties-Functions.html#ExoMutualBinding"><span class="type">ExoMutualBinding</span></a> to unbind.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2647010"></a><h2>See Also</h2><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>binding</tt></i> :</span></td><td> An <a href="exo-Binding-Properties-Functions.html#ExoMutualBinding"><span class="type">ExoMutualBinding</span></a> to unbind.
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2566079"></a><h2>See Also</h2><p>
 <a href="http://developer.gnome.org/doc/API/2.0/gobject/" target="_top">GObject Reference
 Manual</a>, <a href="exo-Extensions-to-GObject.html" title="Extensions to GObject">Extensions to GObject</a>
 </p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-Version-Information.html"><b>&lt;&lt; Version Information</b></a></td><td align="right"><a accesskey="n" href="exo-MD5-functions.html"><b>MD5 Functions &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-Extensions-to-GObject.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-Extensions-to-GObject.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-Extensions-to-GObject.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,25 +1,25 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Extensions to GObject</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="prev" href="exo-Extensions-to-gdk-pixbuf.html" title="Extensions to gdk-pixbuf"><link rel="next" href="exo-Extensions-to-Pango.html" title="Extensions to Pango"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Extensions-to-gdk-pixbuf.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-extensions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Extensions-to-Pango.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Extensions-to-GObject"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Extensions to GObject</span></h2><p>Extensions to GObject &#8212; Miscelleanous extensions to the GObject library</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Extensions to GObject</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="prev" href="exo-Extensions-to-gdk-pixbuf.html" title="Extensions to gdk-pixbuf"><link rel="next" href="exo-Extensions-to-Pango.html" title="Extensions to Pango"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Extensions-to-gdk-pixbuf.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-extensions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Extensions-to-Pango.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Extensions-to-GObject"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Extensions to GObject</span></h2><p>Extensions to GObject &#8212; Miscelleanous extensions to the GObject library</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
 
 gboolean    <a href="exo-Extensions-to-GObject.html#exo-g-value-transform-negate">exo_g_value_transform_negate</a>    (const GValue *src_value,
                                              GValue *dst_value);
-</pre></div><div class="refsect1" lang="en"><a name="id2642425"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2561808"></a><h2>Description</h2><p>
 This facility includes several functions to extend the basic
 functionality provided by the GObject library.
-</p></div><div class="refsect1" lang="en"><a name="id2642435"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2642440"></a><h3><a name="exo-g-value-transform-negate"></a>exo_g_value_transform_negate ()</h3><a class="indexterm" name="id2642449"></a><pre class="programlisting">gboolean    exo_g_value_transform_negate    (const GValue *src_value,
+</p></div><div class="refsect1" lang="en"><a name="id2561820"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2561826"></a><h3><a name="exo-g-value-transform-negate"></a>exo_g_value_transform_negate ()</h3><a class="indexterm" name="id2561838"></a><pre class="programlisting">gboolean    exo_g_value_transform_negate    (const GValue *src_value,
                                              GValue *dst_value);</pre><p>
-Applies boolean negation to <em class="parameter"><code>src_value</code></em> and stores the result
-in <em class="parameter"><code>dst_value</code></em>.
+Applies boolean negation to <i class="parameter"><tt>src_value</tt></i> and stores the result
+in <i class="parameter"><tt>dst_value</tt></i>.
 </p><p>
 This function is mostly useful for binding boolean properties
 with inversing.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>src_value</code></em> :</span></td><td> A value convertible to <span class="type">gboolean</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dst_value</code></em> :</span></td><td> A value which can be assigned a <span class="type">gboolean</span>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> on successful transformation.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2642550"></a><h2>See Also</h2><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>src_value</tt></i> :</span></td><td> A value convertible to <span class="type">gboolean</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dst_value</tt></i> :</span></td><td> A value which can be assigned a <span class="type">gboolean</span>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> on successful transformation.
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2561951"></a><h2>See Also</h2><p>
 <a href="http://developer.gnome.org/doc/API/2.0/gobject/" target="_top">GObject
 Reference Manual</a>
 </p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-Extensions-to-gdk-pixbuf.html"><b>&lt;&lt; Extensions to gdk-pixbuf</b></a></td><td align="right"><a accesskey="n" href="exo-Extensions-to-Pango.html"><b>Extensions to Pango &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-Extensions-to-Pango.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-Extensions-to-Pango.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-Extensions-to-Pango.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Extensions to Pango</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="prev" href="exo-Extensions-to-GObject.html" title="Extensions to GObject"><link rel="next" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Extensions-to-GObject.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-extensions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-miscelleanous.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Extensions-to-Pango"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Extensions to Pango</span></h2><p>Extensions to Pango &#8212; Miscelleanous extensions to the Pango library.</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Extensions to Pango</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="prev" href="exo-Extensions-to-GObject.html" title="Extensions to GObject"><link rel="next" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Extensions-to-GObject.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-extensions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-miscelleanous.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Extensions-to-Pango"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Extensions to Pango</span></h2><p>Extensions to Pango &#8212; Miscelleanous extensions to the Pango library.</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -11,12 +11,12 @@
                                              <a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a> mode);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2642850"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2562304"></a><h2>Description</h2><p>
 This facility provides ellipsizing support functions for
 Pango 1.4 and below. If its build against Pango 1.6 or
 above, it uses the ellipsizing functionality provided
 by Pango, else its emulated in libexo.
-</p></div><div class="refsect1" lang="en"><a name="id2642859"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2642865"></a><h3><a name="ExoPangoEllipsizeMode"></a>enum ExoPangoEllipsizeMode</h3><a class="indexterm" name="id2642873"></a><pre class="programlisting">typedef enum /*&lt; enum,prefix=EXO_PANGO_ELLIPSIZE_MODE &gt;*/
+</p></div><div class="refsect1" lang="en"><a name="id2562317"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2562323"></a><h3><a name="ExoPangoEllipsizeMode"></a>enum ExoPangoEllipsizeMode</h3><a class="indexterm" name="id2562334"></a><pre class="programlisting">typedef enum /*&lt; enum,prefix=EXO_PANGO_ELLIPSIZE_MODE &gt;*/
 {
   EXO_PANGO_ELLIPSIZE_NONE,
   EXO_PANGO_ELLIPSIZE_START,
@@ -25,23 +25,23 @@
 } ExoPangoEllipsizeMode;
 </pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2642887"></a><h3><a name="exo-pango-layout-set-text-ellipsized"></a>exo_pango_layout_set_text_ellipsized ()</h3><a class="indexterm" name="id2642900"></a><pre class="programlisting">gboolean    exo_pango_layout_set_text_ellipsized
+</p></div><hr><div class="refsect2" lang="en"><a name="id2562358"></a><h3><a name="exo-pango-layout-set-text-ellipsized"></a>exo_pango_layout_set_text_ellipsized ()</h3><a class="indexterm" name="id2562370"></a><pre class="programlisting">gboolean    exo_pango_layout_set_text_ellipsized
                                             (PangoLayout *layout,
                                              const char *string,
                                              int width,
                                              <a href="exo-Extensions-to-Pango.html#ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</a> mode);</pre><p>
-Truncates a string if required to fit in <em class="parameter"><code>width</code></em> and sets it on the
+Truncates a string if required to fit in <i class="parameter"><tt>width</tt></i> and sets it on the
 layout. Truncation involves removing characters from the start, middle or end
 respectively and replacing them with "...". Algorithm is a bit
 fuzzy, won't work 100%.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>layout</code></em> :</span></td><td> A <span class="type">PangoLayout</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>string</code></em> :</span></td><td> The string to ellipsize.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>width</code></em> :</span></td><td> The maximal width for the <em class="parameter"><code>layout</code></em>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>mode</code></em> :</span></td><td> The ellipsize mode.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> if <em class="parameter"><code>string</code></em> had to be ellipsized to fit into <em class="parameter"><code>width</code></em>, else
-              <code class="literal">FALSE</code>.
-</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2643190"></a><h2>See Also</h2><p>
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>layout</tt></i> :</span></td><td> A <span class="type">PangoLayout</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>string</tt></i> :</span></td><td> The string to ellipsize.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>width</tt></i> :</span></td><td> The maximal width for the <i class="parameter"><tt>layout</tt></i>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>mode</tt></i> :</span></td><td> The ellipsize mode.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if <i class="parameter"><tt>string</tt></i> had to be ellipsized to fit into <i class="parameter"><tt>width</tt></i>, else
+              <tt class="literal">FALSE</tt>.
+</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2562545"></a><h2>See Also</h2><p>
 <a href="http://developer.gnome.org/doc/API/2.0/pango/" target="_top">Pango Reference Manual</a>, <a href="ExoEllipsizedLabel.html" title="ExoEllipsizedLabel">ExoEllipsizedLabel</a>,
 <a href="ExoCellRendererEllipsizedText.html" title="ExoCellRendererEllipsizedText">ExoCellRendererEllipsizedText</a>
 </p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-Extensions-to-GObject.html"><b>&lt;&lt; Extensions to GObject</b></a></td><td align="right"><a accesskey="n" href="exo-miscelleanous.html"><b>Part V. Miscelleanous &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-Extensions-to-gdk-pixbuf.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-Extensions-to-gdk-pixbuf.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-Extensions-to-gdk-pixbuf.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,19 +1,19 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Extensions to gdk-pixbuf</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="prev" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="next" href="exo-Extensions-to-GObject.html" title="Extensions to GObject"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-extensions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-extensions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Extensions-to-GObject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Extensions-to-gdk-pixbuf"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Extensions to gdk-pixbuf</span></h2><p>Extensions to gdk-pixbuf &#8212; Miscelleanous extensions to the gdk-pixbuf library</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Extensions to gdk-pixbuf</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="prev" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="next" href="exo-Extensions-to-GObject.html" title="Extensions to GObject"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-extensions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-extensions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Extensions-to-GObject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Extensions-to-gdk-pixbuf"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Extensions to gdk-pixbuf</span></h2><p>Extensions to gdk-pixbuf &#8212; Miscelleanous extensions to the gdk-pixbuf library</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
 
 GdkPixbuf*  <a href="exo-Extensions-to-gdk-pixbuf.html#exo-gdk-pixbuf-scale-ratio">exo_gdk_pixbuf_scale_ratio</a>      (GdkPixbuf *source,
                                              gint dest_size);
-</pre></div><div class="refsect1" lang="en"><a name="id2641911"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2561373"></a><h2>Description</h2><p>
 This facility includes several functions to extend the basic functionality
 provided by the gdk-pixbuf library.
-</p></div><div class="refsect1" lang="en"><a name="id2641921"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2641926"></a><h3><a name="exo-gdk-pixbuf-scale-ratio"></a>exo_gdk_pixbuf_scale_ratio ()</h3><a class="indexterm" name="id2641934"></a><pre class="programlisting">GdkPixbuf*  exo_gdk_pixbuf_scale_ratio      (GdkPixbuf *source,
+</p></div><div class="refsect1" lang="en"><a name="id2561385"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2561391"></a><h3><a name="exo-gdk-pixbuf-scale-ratio"></a>exo_gdk_pixbuf_scale_ratio ()</h3><a class="indexterm" name="id2561402"></a><pre class="programlisting">GdkPixbuf*  exo_gdk_pixbuf_scale_ratio      (GdkPixbuf *source,
                                              gint dest_size);</pre><p>
-Scales <em class="parameter"><code>source</code></em> to <em class="parameter"><code>dest_size</code></em> while preserving the aspect ratio of
-<em class="parameter"><code>source</code></em>.</p><p>
+Scales <i class="parameter"><tt>source</tt></i> to <i class="parameter"><tt>dest_size</tt></i> while preserving the aspect ratio of
+<i class="parameter"><tt>source</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>source</code></em> :</span></td><td> The source <span class="type">GdkPixbuf</span>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>dest_size</code></em> :</span></td><td> The target size in pixel.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>source</tt></i> :</span></td><td> The source <span class="type">GdkPixbuf</span>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>dest_size</tt></i> :</span></td><td> The target size in pixel.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly created <span class="type">GdkPixbuf</span>.
 </td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-extensions.html"><b>&lt;&lt; Part IV. Extensions to existing frameworks</b></a></td><td align="right"><a accesskey="n" href="exo-Extensions-to-GObject.html"><b>Extensions to GObject &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-MD5-functions.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-MD5-functions.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-MD5-functions.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>MD5 Functions</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-Binding-Properties-Functions.html" title="Binding Properties Functions"><link rel="next" href="exo-String-Utility-Functions.html" title="String Utility Functions"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Binding-Properties-Functions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-String-Utility-Functions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-MD5-functions"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">MD5 Functions</span></h2><p>MD5 Functions &#8212; MD5 hash implementation</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>MD5 Functions</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-Binding-Properties-Functions.html" title="Binding Properties Functions"><link rel="next" href="exo-String-Utility-Functions.html" title="String Utility Functions"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Binding-Properties-Functions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-String-Utility-Functions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-MD5-functions"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">MD5 Functions</span></h2><p>MD5 Functions &#8212; MD5 hash implementation</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -15,71 +15,71 @@
                                              gconstpointer digest2);
 
 
-</pre></div><div class="refsect1" lang="en"><a name="id2649508"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2568523"></a><h2>Description</h2><p>
   This is an implementation 16-byte MD5 hash algorithm with some
   related utility functions.
-</p></div><div class="refsect1" lang="en"><a name="id2649517"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2649523"></a><h3><a name="ExoMd5Digest"></a>ExoMd5Digest</h3><a class="indexterm" name="id2649531"></a><pre class="programlisting">typedef struct {
+</p></div><div class="refsect1" lang="en"><a name="id2568535"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2568540"></a><h3><a name="ExoMd5Digest"></a>ExoMd5Digest</h3><a class="indexterm" name="id2568551"></a><pre class="programlisting">typedef struct {
   guchar digest[16];
 } ExoMd5Digest;
 </pre><p>
 
-</p></div><hr><div class="refsect2" lang="en"><a name="id2649546"></a><h3><a name="exo-str-get-md5-digest"></a>exo_str_get_md5_digest ()</h3><a class="indexterm" name="id2649555"></a><pre class="programlisting"><a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a>* exo_str_get_md5_digest        (const gchar *contents);</pre><p>
-Creates a binary MD5 digest of the string <em class="parameter"><code>contents</code></em>.</p><p>
+</p></div><hr><div class="refsect2" lang="en"><a name="id2568566"></a><h3><a name="exo-str-get-md5-digest"></a>exo_str_get_md5_digest ()</h3><a class="indexterm" name="id2568578"></a><pre class="programlisting"><a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a>* exo_str_get_md5_digest        (const gchar *contents);</pre><p>
+Creates a binary MD5 digest of the string <i class="parameter"><tt>contents</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>contents</code></em> :</span></td><td> The string to create a digest of.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>contents</tt></i> :</span></td><td> The string to create a digest of.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A new binary MD5 digest. It should be freed
-              with <a href="exo-MD5-functions.html#exo-md5-digest-free"><code class="function">exo_md5_digest_free()</code></a> when no longer
+              with <a href="exo-MD5-functions.html#exo-md5-digest-free"><tt class="function">exo_md5_digest_free()</tt></a> when no longer
               needed.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2649626"></a><h3><a name="exo-str-get-md5-str"></a>exo_str_get_md5_str ()</h3><a class="indexterm" name="id2649635"></a><pre class="programlisting">gchar*      exo_str_get_md5_str             (const gchar *contents);</pre><p>
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2568658"></a><h3><a name="exo-str-get-md5-str"></a>exo_str_get_md5_str ()</h3><a class="indexterm" name="id2568669"></a><pre class="programlisting">gchar*      exo_str_get_md5_str             (const gchar *contents);</pre><p>
 Creates a character array MD5 digestof the string
-<em class="parameter"><code>contents</code></em>.</p><p>
+<i class="parameter"><tt>contents</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>contents</code></em> :</span></td><td> The string to create a digest of.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>contents</tt></i> :</span></td><td> The string to create a digest of.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly-allocated character array which
-              should be free with <code class="function">g_free()</code> when no
+              should be free with <tt class="function">g_free()</tt> when no
               longer needed.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2649706"></a><h3><a name="exo-md5-str-to-digest"></a>exo_md5_str_to_digest ()</h3><a class="indexterm" name="id2649715"></a><pre class="programlisting"><a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a>* exo_md5_str_to_digest         (const gchar *str_digest);</pre><p>
-Converts thq <em class="parameter"><code>str_digest</code></em> character array digest
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2568749"></a><h3><a name="exo-md5-str-to-digest"></a>exo_md5_str_to_digest ()</h3><a class="indexterm" name="id2568760"></a><pre class="programlisting"><a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a>* exo_md5_str_to_digest         (const gchar *str_digest);</pre><p>
+Converts thq <i class="parameter"><tt>str_digest</tt></i> character array digest
 into a binary digest.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>str_digest</code></em> :</span></td><td> The character array digest to convert.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>str_digest</tt></i> :</span></td><td> The character array digest to convert.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly allocated binary digest. It should
-              be freed with <a href="exo-MD5-functions.html#exo-md5-digest-free"><code class="function">exo_md5_digest_free()</code></a> when
+              be freed with <a href="exo-MD5-functions.html#exo-md5-digest-free"><tt class="function">exo_md5_digest_free()</tt></a> when
               no longer needed.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2649786"></a><h3><a name="exo-md5-digest-to-str"></a>exo_md5_digest_to_str ()</h3><a class="indexterm" name="id2649795"></a><pre class="programlisting">gchar*      exo_md5_digest_to_str           (const <a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a> *digest);</pre><p>
-Converts the binary <em class="parameter"><code>digest</code></em> to an ASCII character array
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2568840"></a><h3><a name="exo-md5-digest-to-str"></a>exo_md5_digest_to_str ()</h3><a class="indexterm" name="id2568852"></a><pre class="programlisting">gchar*      exo_md5_digest_to_str           (const <a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a> *digest);</pre><p>
+Converts the binary <i class="parameter"><tt>digest</tt></i> to an ASCII character array
 digest. The result can be used as an ordinary C string.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>digest</code></em> :</span></td><td> The binary MD5 digest to convert.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>digest</tt></i> :</span></td><td> The binary MD5 digest to convert.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly-allocated character array which
-              should be freed with <code class="function">g_free()</code> when no
+              should be freed with <tt class="function">g_free()</tt> when no
               longer needed.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2649865"></a><h3><a name="exo-md5-digest-dup"></a>exo_md5_digest_dup ()</h3><a class="indexterm" name="id2649874"></a><pre class="programlisting"><a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a>* exo_md5_digest_dup            (const <a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a> *digest);</pre><p>
-Duplicates the contents of the <em class="parameter"><code>digest</code></em> binary
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2568932"></a><h3><a name="exo-md5-digest-dup"></a>exo_md5_digest_dup ()</h3><a class="indexterm" name="id2568943"></a><pre class="programlisting"><a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a>* exo_md5_digest_dup            (const <a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a> *digest);</pre><p>
+Duplicates the contents of the <i class="parameter"><tt>digest</tt></i> binary
 MD5 digest.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>digest</code></em> :</span></td><td> The MD5 digest to copy.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>digest</tt></i> :</span></td><td> The MD5 digest to copy.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A new binary MD5 digest. It should
-              be freed with <a href="exo-MD5-functions.html#exo-md5-digest-free"><code class="function">exo_md5_digest_free()</code></a>
+              be freed with <a href="exo-MD5-functions.html#exo-md5-digest-free"><tt class="function">exo_md5_digest_free()</tt></a>
               when no longer needed.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2649944"></a><h3><a name="exo-md5-digest-free"></a>exo_md5_digest_free ()</h3><a class="indexterm" name="id2649953"></a><pre class="programlisting">void        exo_md5_digest_free             (<a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a> *digest);</pre><p>
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2569023"></a><h3><a name="exo-md5-digest-free"></a>exo_md5_digest_free ()</h3><a class="indexterm" name="id2569034"></a><pre class="programlisting">void        exo_md5_digest_free             (<a href="exo-MD5-functions.html#ExoMd5Digest">ExoMd5Digest</a> *digest);</pre><p>
 Frees the memory allocated for the MD5 binary
-<em class="parameter"><code>digest</code></em>.</p><p>
+<i class="parameter"><tt>digest</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>digest</code></em> :</span></td><td> The MD5 digest to free.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2650004"></a><h3><a name="exo-md5-digest-hash"></a>exo_md5_digest_hash ()</h3><a class="indexterm" name="id2650012"></a><pre class="programlisting">guint       exo_md5_digest_hash             (gconstpointer digest);</pre><p>
-Gets the numeric hash of <em class="parameter"><code>digest</code></em>, for use
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>digest</tt></i> :</span></td><td> The MD5 digest to free.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2569090"></a><h3><a name="exo-md5-digest-hash"></a>exo_md5_digest_hash ()</h3><a class="indexterm" name="id2569101"></a><pre class="programlisting">guint       exo_md5_digest_hash             (gconstpointer digest);</pre><p>
+Gets the numeric hash of <i class="parameter"><tt>digest</tt></i>, for use
 in <span class="type">GHashTable</span> and <span class="type">GCache</span>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>digest</code></em> :</span></td><td> The <a href="exo-MD5-functions.html#ExoMd5Digest"><span class="type">ExoMd5Digest</span></a> to hash.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>digest</tt></i> :</span></td><td> The <a href="exo-MD5-functions.html#ExoMd5Digest"><span class="type">ExoMd5Digest</span></a> to hash.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> An unsigned integer hash of
               the digest;
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2650161"></a><h3><a name="exo-md5-digest-equal"></a>exo_md5_digest_equal ()</h3><a class="indexterm" name="id2650169"></a><pre class="programlisting">gboolean    exo_md5_digest_equal            (gconstpointer digest1,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2569194"></a><h3><a name="exo-md5-digest-equal"></a>exo_md5_digest_equal ()</h3><a class="indexterm" name="id2569205"></a><pre class="programlisting">gboolean    exo_md5_digest_equal            (gconstpointer digest1,
                                              gconstpointer digest2);</pre><p>
-Tests the equality of <em class="parameter"><code>digest1</code></em> and <em class="parameter"><code>digest2</code></em>, useful for <span class="type">GHashTable</span> and
+Tests the equality of <i class="parameter"><tt>digest1</tt></i> and <i class="parameter"><tt>digest2</tt></i>, useful for <span class="type">GHashTable</span> and
 <span class="type">GCashe</span>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>digest1</code></em> :</span></td><td> the first <a href="exo-MD5-functions.html#ExoMd5Digest"><span class="type">ExoMd5Digest</span></a> to compare.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>digest2</code></em> :</span></td><td> the second <a href="exo-MD5-functions.html#ExoMd5Digest"><span class="type">ExoMd5Digest</span></a> to compare.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> if both digests are equal, <code class="literal">FALSE</code> otherwise.
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>digest1</tt></i> :</span></td><td> the first <a href="exo-MD5-functions.html#ExoMd5Digest"><span class="type">ExoMd5Digest</span></a> to compare.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>digest2</tt></i> :</span></td><td> the second <a href="exo-MD5-functions.html#ExoMd5Digest"><span class="type">ExoMd5Digest</span></a> to compare.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if both digests are equal, <tt class="literal">FALSE</tt> otherwise.
 </td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-Binding-Properties-Functions.html"><b>&lt;&lt; Binding Properties Functions</b></a></td><td align="right"><a accesskey="n" href="exo-String-Utility-Functions.html"><b>String Utility Functions &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-String-Utility-Functions.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-String-Utility-Functions.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-String-Utility-Functions.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>String Utility Functions</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-MD5-functions.html" title="MD5 Functions"><link rel="next" href="ExoXsessionClient.html" title="ExoXsessionClient"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-MD5-functions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoXsessionClient.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-String-Utility-Functions"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">String Utility Functions</span></h2><p>String Utility Functions &#8212; Various string-related functions.</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>String Utility Functions</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-MD5-functions.html" title="MD5 Functions"><link rel="next" href="ExoXsessionClient.html" title="ExoXsessionClient"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-MD5-functions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoXsessionClient.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-String-Utility-Functions"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">String Utility Functions</span></h2><p>String Utility Functions &#8212; Various string-related functions.</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -8,36 +8,36 @@
                                              const gchar *b);
 gchar**     <a href="exo-String-Utility-Functions.html#exo-strndupv">exo_strndupv</a>                    (gchar **strv,
                                              gint num);
-</pre></div><div class="refsect1" lang="en"><a name="id2651419"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2570487"></a><h2>Description</h2><p>
 This section describes a number of utility functions for manipulating
 strings.
-</p></div><div class="refsect1" lang="en"><a name="id2651429"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2651434"></a><h3><a name="exo-str-elide-underscores"></a>exo_str_elide_underscores ()</h3><a class="indexterm" name="id2651443"></a><pre class="programlisting">gchar*      exo_str_elide_underscores       (const gchar *text);</pre><p>
-Returns a copy of <em class="parameter"><code>text</code></em> with all mnemonic underscores
+</p></div><div class="refsect1" lang="en"><a name="id2570499"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2570504"></a><h3><a name="exo-str-elide-underscores"></a>exo_str_elide_underscores ()</h3><a class="indexterm" name="id2570517"></a><pre class="programlisting">gchar*      exo_str_elide_underscores       (const gchar *text);</pre><p>
+Returns a copy of <i class="parameter"><tt>text</tt></i> with all mnemonic underscores
 stripped off.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>text</code></em> :</span></td><td> A zero terminated string.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A copy of <em class="parameter"><code>text</code></em> without underscores. The
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>text</tt></i> :</span></td><td> A zero terminated string.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A copy of <i class="parameter"><tt>text</tt></i> without underscores. The
               returned string must be freed when no
               longer required.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2651577"></a><h3><a name="exo-str-is-equal"></a>exo_str_is_equal ()</h3><a class="indexterm" name="id2651586"></a><pre class="programlisting">gboolean    exo_str_is_equal                (const gchar *a,
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2570591"></a><h3><a name="exo-str-is-equal"></a>exo_str_is_equal ()</h3><a class="indexterm" name="id2570602"></a><pre class="programlisting">gboolean    exo_str_is_equal                (const gchar *a,
                                              const gchar *b);</pre><p>
-<code class="literal">NULL</code>-safe string comparison. Returns <code class="literal">TRUE</code> if both <em class="parameter"><code>a</code></em> and <em class="parameter"><code>b</code></em> are
-<code class="literal">NULL</code> or if <em class="parameter"><code>a</code></em> and <em class="parameter"><code>b</code></em> refer to valid strings which are equal.
+<tt class="literal">NULL</tt>-safe string comparison. Returns <tt class="literal">TRUE</tt> if both <i class="parameter"><tt>a</tt></i> and <i class="parameter"><tt>b</tt></i> are
+<tt class="literal">NULL</tt> or if <i class="parameter"><tt>a</tt></i> and <i class="parameter"><tt>b</tt></i> refer to valid strings which are equal.
 </p><p>
-You should always prefer this function over <code class="function">strcmp()</code>.</p><p>
+You should always prefer this function over <tt class="function">strcmp()</tt>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>a</code></em> :</span></td><td> A pointer to first string or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>b</code></em> :</span></td><td> A pointer to second string or <code class="literal">NULL</code>.
-</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <code class="literal">TRUE</code> if <em class="parameter"><code>a</code></em> equals <em class="parameter"><code>b</code></em>, else <code class="literal">FALSE</code>.
-</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2651744"></a><h3><a name="exo-strndupv"></a>exo_strndupv ()</h3><a class="indexterm" name="id2651752"></a><pre class="programlisting">gchar**     exo_strndupv                    (gchar **strv,
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>a</tt></i> :</span></td><td> A pointer to first string or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>b</tt></i> :</span></td><td> A pointer to second string or <tt class="literal">NULL</tt>.
+</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> <tt class="literal">TRUE</tt> if <i class="parameter"><tt>a</tt></i> equals <i class="parameter"><tt>b</tt></i>, else <tt class="literal">FALSE</tt>.
+</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2570775"></a><h3><a name="exo-strndupv"></a>exo_strndupv ()</h3><a class="indexterm" name="id2570785"></a><pre class="programlisting">gchar**     exo_strndupv                    (gchar **strv,
                                              gint num);</pre><p>
 Creates a new string vector containing the
-first <em class="parameter"><code>n</code></em> elements of <em class="parameter"><code>strv</code></em>.</p><p>
+first <i class="parameter"><tt>n</tt></i> elements of <i class="parameter"><tt>strv</tt></i>.</p><p>
 
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>strv</code></em> :</span></td><td> String vector to duplicate.
-</td></tr><tr><td><span class="term"><em class="parameter"><code>num</code></em> :</span></td><td> Number of strings in <em class="parameter"><code>strv</code></em> to
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>strv</tt></i> :</span></td><td> String vector to duplicate.
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>num</tt></i> :</span></td><td> Number of strings in <i class="parameter"><tt>strv</tt></i> to
          duplicate.
 </td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The new string vector. Should be
-              freed using <code class="function">g_strfreev()</code> when no
+              freed using <tt class="function">g_strfreev()</tt> when no
               longer needed.
 </td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-MD5-functions.html"><b>&lt;&lt; MD5 Functions</b></a></td><td align="right"><a accesskey="n" href="ExoXsessionClient.html"><b>ExoXsessionClient &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-Version-Information.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-Version-Information.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-Version-Information.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Version Information</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="next" href="exo-Binding-Properties-Functions.html" title="Binding Properties Functions"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-miscelleanous.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Binding-Properties-Functions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Version-Information"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Version Information</span></h2><p>Version Information &#8212; Variables and macros to check the exo version</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Version Information</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="prev" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="next" href="exo-Binding-Properties-Functions.html" title="Binding Properties Functions"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-miscelleanous.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="exo-miscelleanous.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Binding-Properties-Functions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="exo-Version-Information"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">Version Information</span></h2><p>Version Information &#8212; Variables and macros to check the exo version</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
 #include &lt;exo/exo.h&gt;
 
@@ -11,12 +11,12 @@
 #define     <a href="exo-Version-Information.html#EXO-MINOR-VERSION:CAPS">EXO_MINOR_VERSION</a>
 #define     <a href="exo-Version-Information.html#EXO-MICRO-VERSION:CAPS">EXO_MICRO_VERSION</a>
 #define     <a href="exo-Version-Information.html#EXO-CHECK-VERSION:CAPS">EXO_CHECK_VERSION</a>               (major,minor,micro)
-</pre></div><div class="refsect1" lang="en"><a name="id2643686"></a><h2>Description</h2><p>
+</pre></div><div class="refsect1" lang="en"><a name="id2563058"></a><h2>Description</h2><p>
 Exo provides version information, primarily useful in configure for
 builds that have a configure script. Applications may use it to
 check if a certain feature is available in the version of libexo
 they are being built against or being linked with.
-</p></div><div class="refsect1" lang="en"><a name="id2643696"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2643701"></a><h3><a name="exo-major-version"></a>exo_major_version</h3><a class="indexterm" name="id2643709"></a><pre class="programlisting">extern const guint exo_major_version;
+</p></div><div class="refsect1" lang="en"><a name="id2563072"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2563077"></a><h3><a name="exo-major-version"></a>exo_major_version</h3><a class="indexterm" name="id2563088"></a><pre class="programlisting">extern const guint exo_major_version;
 </pre><p>
 The major version number of the exo library (e.g. in libexo 0.1.3
 this is 0).
@@ -25,7 +25,7 @@
 library you have linked against. Contrast with the <a href="exo-Version-Information.html#EXO-MAJOR-VERSION:CAPS"><span class="type">EXO_MAJOR_VERSION</span></a>
 macro, which represents the major version of the libexo headers
 you have included.
-</p></div><hr><div class="refsect2" lang="en"><a name="id2643734"></a><h3><a name="exo-minor-version"></a>exo_minor_version</h3><a class="indexterm" name="id2643742"></a><pre class="programlisting">extern const guint exo_minor_version;
+</p></div><hr><div class="refsect2" lang="en"><a name="id2563121"></a><h3><a name="exo-minor-version"></a>exo_minor_version</h3><a class="indexterm" name="id2563131"></a><pre class="programlisting">extern const guint exo_minor_version;
 </pre><p>
 The minor version number of the exo library (e.g. in libexo 0.1.3
 this is 1).
@@ -34,7 +34,7 @@
 library you have linked against. Contrast with the <a href="exo-Version-Information.html#EXO-MINOR-VERSION:CAPS"><span class="type">EXO_MINOR_VERSION</span></a>
 macro, which represents the minor version of the libexo headers
 you have included.
-</p></div><hr><div class="refsect2" lang="en"><a name="id2643767"></a><h3><a name="exo-micro-version"></a>exo_micro_version</h3><a class="indexterm" name="id2643776"></a><pre class="programlisting">extern const guint exo_micro_version;
+</p></div><hr><div class="refsect2" lang="en"><a name="id2563163"></a><h3><a name="exo-micro-version"></a>exo_micro_version</h3><a class="indexterm" name="id2563174"></a><pre class="programlisting">extern const guint exo_micro_version;
 </pre><p>
 The micro version number of the exo library (e.g. in libexo 0.1.3
 this is 3).
@@ -43,27 +43,27 @@
 library you have linked against. Contrast with the <a href="exo-Version-Information.html#EXO-MICRO-VERSION:CAPS"><span class="type">EXO_MICRO_VERSION</span></a>
 macro, which represents the micro version of the libexo headers
 you have included.
-</p></div><hr><div class="refsect2" lang="en"><a name="id2643800"></a><h3><a name="EXO-MAJOR-VERSION:CAPS"></a>EXO_MAJOR_VERSION</h3><a class="indexterm" name="id2643809"></a><pre class="programlisting">#define EXO_MAJOR_VERSION 0
+</p></div><hr><div class="refsect2" lang="en"><a name="id2563207"></a><h3><a name="EXO-MAJOR-VERSION:CAPS"></a>EXO_MAJOR_VERSION</h3><a class="indexterm" name="id2563218"></a><pre class="programlisting">#define EXO_MAJOR_VERSION 0
 </pre><p>
 Like <a href="exo-Version-Information.html#exo-major-version"><span class="type">exo_major_version</span></a>, but from the headers used at application
 compile time, rather than from the library linked against at
 application run time.
-</p></div><hr><div class="refsect2" lang="en"><a name="id2643829"></a><h3><a name="EXO-MINOR-VERSION:CAPS"></a>EXO_MINOR_VERSION</h3><a class="indexterm" name="id2643906"></a><pre class="programlisting">#define EXO_MINOR_VERSION 3
+</p></div><hr><div class="refsect2" lang="en"><a name="id2563244"></a><h3><a name="EXO-MINOR-VERSION:CAPS"></a>EXO_MINOR_VERSION</h3><a class="indexterm" name="id2563255"></a><pre class="programlisting">#define EXO_MINOR_VERSION 3
 </pre><p>
 Like <a href="exo-Version-Information.html#exo-minor-version"><span class="type">exo_minor_version</span></a>, but from the headers used at application
 compile time, rather than from the library linked against at
 application run time.
-</p></div><hr><div class="refsect2" lang="en"><a name="id2643926"></a><h3><a name="EXO-MICRO-VERSION:CAPS"></a>EXO_MICRO_VERSION</h3><a class="indexterm" name="id2643934"></a><pre class="programlisting">#define EXO_MICRO_VERSION 0
+</p></div><hr><div class="refsect2" lang="en"><a name="id2563281"></a><h3><a name="EXO-MICRO-VERSION:CAPS"></a>EXO_MICRO_VERSION</h3><a class="indexterm" name="id2563292"></a><pre class="programlisting">#define EXO_MICRO_VERSION 0
 </pre><p>
 Like <a href="exo-Version-Information.html#exo-micro-version"><span class="type">exo_micro_version</span></a>, but from the headers used at application
 compile time, rather than from the library linked against at
 application run time.
-</p></div><hr><div class="refsect2" lang="en"><a name="id2643955"></a><h3><a name="EXO-CHECK-VERSION:CAPS"></a>EXO_CHECK_VERSION()</h3><a class="indexterm" name="id2643963"></a><pre class="programlisting">#define     EXO_CHECK_VERSION(major,minor,micro)</pre><p>
-Returns <code class="literal">TRUE</code> if the version of the libexo header files is 
+</p></div><hr><div class="refsect2" lang="en"><a name="id2563318"></a><h3><a name="EXO-CHECK-VERSION:CAPS"></a>EXO_CHECK_VERSION()</h3><a class="indexterm" name="id2563328"></a><pre class="programlisting">#define     EXO_CHECK_VERSION(major,minor,micro)</pre><p>
+Returns <tt class="literal">TRUE</tt> if the version of the libexo header files is 
 equal or better than the passed-in version.
-</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>major</code></em> :</span></td><td>major version (e.g. 0 for version 0.1.3)
-</td></tr><tr><td><span class="term"><em class="parameter"><code>minor</code></em> :</span></td><td>minor version (e.g. 1 for version 0.1.3)
-</td></tr><tr><td><span class="term"><em class="parameter"><code>micro</code></em> :</span></td><td>micro version (e.g. 3 for version 0.1.3)
+</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>major</tt></i> :</span></td><td>major version (e.g. 0 for version 0.1.3)
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>minor</tt></i> :</span></td><td>minor version (e.g. 1 for version 0.1.3)
+</td></tr><tr><td><span class="term"><i class="parameter"><tt>micro</tt></i> :</span></td><td>micro version (e.g. 3 for version 0.1.3)
 
 
 </td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-miscelleanous.html"><b>&lt;&lt; Part V. Miscelleanous</b></a></td><td align="right"><a accesskey="n" href="exo-Binding-Properties-Functions.html"><b>Binding Properties Functions &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-extensions.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-extensions.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-extensions.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1 +1 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part IV. Extensions to existing frameworks</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="ExoIconView.html" title="ExoIconView"><link rel="next" href="exo-Extensions-to-gdk-pixbuf.html" title="Extensions to gdk-pixbuf"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoIconView.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Extensions-to-gdk-pixbuf.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-extensions"></a>Extensions to existing frameworks</h1></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoIconView.html"><b>&lt;&lt; ExoIconView</b></a></td><td align="right"><a accesskey="n" href="exo-Extensions-to-gdk-pixbuf.html"><b>Extensions to gdk-pixbuf &gt;&gt;</b></a></td></tr></table></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part IV. Extensions to existing frameworks</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="ExoIconView.html" title="ExoIconView"><link rel="next" href="exo-Extensions-to-gdk-pixbuf.html" title="Extensions to gdk-pixbuf"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoIconView.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Extensions-to-gdk-pixbuf.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-extensions"></a>Extensions to existing frameworks</h1></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoIconView.html"><b>&lt;&lt; ExoIconView</b></a></td><td align="right"><a accesskey="n" href="exo-Extensions-to-gdk-pixbuf.html"><b>Extensions to gdk-pixbuf &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-miscelleanous.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-miscelleanous.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-miscelleanous.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1 +1 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part V. Miscelleanous</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="exo-Extensions-to-Pango.html" title="Extensions to Pango"><link rel="next" href="exo-Version-Information.html" title="Version Information"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Extensions-to-Pango.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Version-Information.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-miscelleanous"></a>Miscelleanous</h1></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-Extensions-to-Pango.html"><b>&lt;&lt; Extensions to Pango</b></a></td><td align="right"><a accesskey="n" href="exo-Version-Information.html"><b>Version Information &gt;&gt;</b></a></td></tr></table></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part V. Miscelleanous</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="exo-Extensions-to-Pango.html" title="Extensions to Pango"><link rel="next" href="exo-Version-Information.html" title="Version Information"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-Extensions-to-Pango.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-Version-Information.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-miscelleanous"></a>Miscelleanous</h1></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="exo-Extensions-to-Pango.html"><b>&lt;&lt; Extensions to Pango</b></a></td><td align="right"><a accesskey="n" href="exo-Version-Information.html"><b>Version Information &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo-overview.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-overview.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-overview.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part I. Overview</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="index.html" title="exo Reference Manual"><link rel="next" href="exo-toolbars.html" title="Part II. Editable Toolbars"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-toolbars.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-overview"></a>Overview</h1></div></div></div><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part I. Overview</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="index.html" title="exo Reference Manual"><link rel="next" href="exo-toolbars.html" title="Part II. Editable Toolbars"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="exo-toolbars.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-overview"></a>Overview</h1></div></div></div><p>
       <a href="http://libexo.os-cillation.com/" target="_top">libexo</a> is an extension
       library for <a href="http://www.xfce.org/" target="_top">Xfce</a>,
       developed by <a href="http://www.os-cillation.com/" target="_top">os-cillation</a>.

Modified: goodies/exo/trunk/docs/reference/html/exo-toolbars.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-toolbars.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-toolbars.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,9 +1,9 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part II. Editable Toolbars</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="exo-overview.html" title="Part I. Overview"><link rel="next" href="ExoToolbarsModel.html" title="ExoToolbarsModel"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-overview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoToolbarsModel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-toolbars"></a>Editable Toolbars</h1></div></div></div><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part II. Editable Toolbars</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="exo-overview.html" title="Part I. Overview"><link rel="next" href="ExoToolbarsModel.html" title="ExoToolbarsModel"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="exo-overview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoToolbarsModel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-toolbars"></a>Editable Toolbars</h1></div></div></div><p>
       These classes together provide a framework for editable
       toolbars based on the GtkAction facility introduced with Gtk+
       2.4. To create editable toolbars with exo, use the <a href="ExoToolbarsModel.html" title="ExoToolbarsModel">ExoToolbarsModel</a> class with the
       <a href="ExoToolbarsView.html" title="ExoToolbarsView">ExoToolbarsView</a> widget. This
-      widget is designed around a <em class="firstterm">Model/View/Controller</em>
+      widget is designed around a <i class="firstterm">Model/View/Controller</i>
       design and consists of three parts:
 
       </p><table class="simplelist" border="0" summary="Simple list"><tr><td>The toolbars widget (<span class="structname">ExoToolbarsView</span>)</td></tr><tr><td>The toolbars model (<span class="structname">ExoToolbarsModel</span>)</td></tr><tr><td>The toolbars editor widget (<span class="structname">ExoToolbarsEditor</span>)</td></tr></table><p>

Modified: goodies/exo/trunk/docs/reference/html/exo-widgets.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo-widgets.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo-widgets.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1 +1 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part III. Additional widgets</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="ExoToolbarsView.html" title="ExoToolbarsView"><link rel="next" href="ExoCellRendererEllipsizedText.html" title="ExoCellRendererEllipsizedText"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoToolbarsView.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoCellRendererEllipsizedText.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-widgets"></a>Additional widgets</h1></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoToolbarsView.html"><b>&lt;&lt; ExoToolbarsView</b></a></td><td align="right"><a accesskey="n" href="ExoCellRendererEllipsizedText.html"><b>ExoCellRendererEllipsizedText &gt;&gt;</b></a></td></tr></table></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part III. Additional widgets</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="ExoToolbarsView.html" title="ExoToolbarsView"><link rel="next" href="ExoCellRendererEllipsizedText.html" title="ExoCellRendererEllipsizedText"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoToolbarsView.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th><td><a accesskey="n" href="ExoCellRendererEllipsizedText.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="exo-widgets"></a>Additional widgets</h1></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoToolbarsView.html"><b>&lt;&lt; ExoToolbarsView</b></a></td><td align="right"><a accesskey="n" href="ExoCellRendererEllipsizedText.html"><b>ExoCellRendererEllipsizedText &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/exo.devhelp
===================================================================
--- goodies/exo/trunk/docs/reference/html/exo.devhelp	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/exo.devhelp	2005-04-25 17:31:54 UTC (rev 63)
@@ -90,13 +90,10 @@
     <function name="The &quot;customize&quot; signal" link="ExoToolbarsView.html#ExoToolbarsView-customize"/>
     <function name="ExoCellRendererEllipsizedText" link="ExoCellRendererEllipsizedText.html#ExoCellRendererEllipsizedText-struct"/>
     <function name="exo_cell_renderer_ellipsized_text_new ()" link="ExoCellRendererEllipsizedText.html#exo-cell-renderer-ellipsized-text-new"/>
-    <function name="The &quot;ellipsize&quot; property" link="ExoCellRendererEllipsizedText.html#ExoCellRendererEllipsizedText--ellipsize"/>
-    <function name="The &quot;ellipsize-set&quot; property" link="ExoCellRendererEllipsizedText.html#ExoCellRendererEllipsizedText--ellipsize-set"/>
     <function name="ExoEllipsizedLabel" link="ExoEllipsizedLabel.html#ExoEllipsizedLabel-struct"/>
     <function name="exo_ellipsized_label_new ()" link="ExoEllipsizedLabel.html#exo-ellipsized-label-new"/>
     <function name="exo_ellipsized_label_get_ellipsize ()" link="ExoEllipsizedLabel.html#exo-ellipsized-label-get-ellipsize"/>
     <function name="exo_ellipsized_label_set_ellipsize ()" link="ExoEllipsizedLabel.html#exo-ellipsized-label-set-ellipsize"/>
-    <function name="The &quot;ellipsize&quot; property" link="ExoEllipsizedLabel.html#ExoEllipsizedLabel--ellipsize"/>
     <function name="ExoIconBar" link="ExoIconBar.html#ExoIconBar-struct"/>
     <function name="exo_icon_bar_new ()" link="ExoIconBar.html#exo-icon-bar-new"/>
     <function name="exo_icon_bar_new_with_model ()" link="ExoIconBar.html#exo-icon-bar-new-with-model"/>

Modified: goodies/exo/trunk/docs/reference/html/index.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/index.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/index.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1,2 +1,2 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>exo Reference Manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="next" href="exo-overview.html" title="Part I. Overview"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><table class="navigation" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">exo Reference Manual</p></th></tr></table></div><div><p class="releaseinfo">for exo 0.3.0
-</p></div><div><p class="pubdate">March 2005</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="part"><a href="exo-overview.html">I. Overview</a></span></dt><dt><span class="part"><a href="exo-toolbars.html">II. Editable Toolbars</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="ExoToolbarsModel.html">ExoToolbarsModel</a></span><span class="refpurpose"> - The toolbars backend used by ExoToolbarsView</span></dt><dt><span class="refentrytitle"><a href="ExoToolbarsEditor.html">ExoToolbarsEditor</a></span><span class="refpurpose"> - Widget to edit toolbars</span></dt><dt><span class="refentrytitle"><a href="ExoToolbarsEditorDialog.html">ExoToolbarsEditorDialog</a></span><span class="refpurpose"> - Dialog to edit toolbars</span></dt><dt><span class="refentrytitle"><a href="ExoToolbarsView.html">ExoToolbarsView</a></span><span class="refpurpose"> - A widget for displaying toolbars.</span></dt></dl></dd><dt><span class="part"><a href="exo-widgets.html">III. Additional widgets</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="ExoCellRendererEllipsizedText.html">ExoCellRendererEllipsizedText</a></span><span class="refpurpose"> - Renders text in a cell and optionally ellipsizes the text.</span></dt><dt><span class="refentrytitle"><a href="ExoEllipsizedLabel.html">ExoEllipsizedLabel</a></span><span class="refpurpose"> - A widget that automatically ellipsizes text</span></dt><dt><span class="refentrytitle"><a href="ExoIconBar.html">ExoIconBar</a></span><span class="refpurpose"> - A widget for displaying icon bars</span></dt><dt><span class="refentrytitle"><a href="ExoIconView.html">ExoIconView</a></span><span class="refpurpose"> - A widget which displays a list of icons in a grid</span></dt></dl></dd><dt><span class="part"><a href="exo-extensions.html">IV. Extensions to existing frameworks</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="exo-Extensions-to-gdk-pixbuf.html">Extensions to gdk-pixbuf</a></span><span class="refpurpose"> - Miscelleanous extensions to the gdk-pixbuf library</span></dt><dt><span class="refentrytitle"><a href="exo-Extensions-to-GObject.html">Extensions to GObject</a></span><span class="refpurpose"> - Miscelleanous extensions to the GObject library</span></dt><dt><span class="refentrytitle"><a href="exo-Extensions-to-Pango.html">Extensions to Pango</a></span><span class="refpurpose"> - Miscelleanous extensions to the Pango library.</span></dt></dl></dd><dt><span class="part"><a href="exo-miscelleanous.html">V. Miscelleanous</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="exo-Version-Information.html">Version Information</a></span><span class="refpurpose"> - Variables and macros to check the exo version</span></dt><dt><span class="refentrytitle"><a href="exo-Binding-Properties-Functions.html">Binding Properties Functions</a></span><span class="refpurpose"> - Functions used to bind two object properties together</span></dt><dt><span class="refentrytitle"><a href="exo-MD5-functions.html">MD5 Functions</a></span><span class="refpurpose"> - MD5 hash implementation</span></dt><dt><span class="refentrytitle"><a href="exo-String-Utility-Functions.html">String Utility Functions</a></span><span class="refpurpose"> - Various string-related functions.</span></dt><dt><span class="refentrytitle"><a href="ExoXsessionClient.html">ExoXsessionClient</a></span><span class="refpurpose"> - Lightweight session management support</span></dt></dl></dd><dt><span class="index"><a href="ix01.html">Index</a></span></dt></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"></td><td align="right"><a accesskey="n" href="exo-overview.html"><b>Part I. Overview &gt;&gt;</b></a></td></tr></table></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>exo Reference Manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="next" href="exo-overview.html" title="Part I. Overview"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><table class="navigation" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">exo Reference Manual</p></th></tr></table></div><div><p class="releaseinfo">for exo 0.3.0
+</p></div><div><p class="pubdate">March 2005</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="part"><a href="exo-overview.html">I. Overview</a></span></dt><dt><span class="part"><a href="exo-toolbars.html">II. Editable Toolbars</a></span></dt><dd><dl><dt><a href="ExoToolbarsModel.html">ExoToolbarsModel</a> - The toolbars backend used by ExoToolbarsView</dt><dt><a href="ExoToolbarsEditor.html">ExoToolbarsEditor</a> - Widget to edit toolbars</dt><dt><a href="ExoToolbarsEditorDialog.html">ExoToolbarsEditorDialog</a> - Dialog to edit toolbars</dt><dt><a href="ExoToolbarsView.html">ExoToolbarsView</a> - A widget for displaying toolbars.</dt></dl></dd><dt><span class="part"><a href="exo-widgets.html">III. Additional widgets</a></span></dt><dd><dl><dt><a href="ExoCellRendererEllipsizedText.html">ExoCellRendererEllipsizedText</a> - Renders text in a cell and optionally ellipsizes the text.</dt><dt><a href="ExoEllipsizedLabel.html">ExoEllipsizedLabel</a> - A widget that automatically ellipsizes text</dt><dt><a href="ExoIconBar.html">ExoIconBar</a> - A widget for displaying icon bars</dt><dt><a href="ExoIconView.html">ExoIconView</a> - A widget which displays a list of icons in a grid</dt></dl></dd><dt><span class="part"><a href="exo-extensions.html">IV. Extensions to existing frameworks</a></span></dt><dd><dl><dt><a href="exo-Extensions-to-gdk-pixbuf.html">Extensions to gdk-pixbuf</a> - Miscelleanous extensions to the gdk-pixbuf library</dt><dt><a href="exo-Extensions-to-GObject.html">Extensions to GObject</a> - Miscelleanous extensions to the GObject library</dt><dt><a href="exo-Extensions-to-Pango.html">Extensions to Pango</a> - Miscelleanous extensions to the Pango library.</dt></dl></dd><dt><span class="part"><a href="exo-miscelleanous.html">V. Miscelleanous</a></span></dt><dd><dl><dt><a href="exo-Version-Information.html">Version Information</a> - Variables and macros to check the exo version</dt><dt><a href="exo-Binding-Properties-Functions.html">Binding Properties Functions</a> - Functions used to bind two object properties together</dt><dt><a href="exo-MD5-functions.html">MD5 Functions</a> - MD5 hash implementation</dt><dt><a href="exo-String-Utility-Functions.html">String Utility Functions</a> - Various string-related functions.</dt><dt><a href="ExoXsessionClient.html">ExoXsessionClient</a> - Lightweight session management support</dt></dl></dd><dt><span class="index"><a href="ix01.html">Index</a></span></dt></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"></td><td align="right"><a accesskey="n" href="exo-overview.html"><b>Part I. Overview &gt;&gt;</b></a></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/html/index.sgml
===================================================================
--- goodies/exo/trunk/docs/reference/html/index.sgml	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/index.sgml	2005-04-25 17:31:54 UTC (rev 63)
@@ -64,14 +64,11 @@
 <ANCHOR id="ExoCellRendererEllipsizedText" href="exo/ExoCellRendererEllipsizedText.html">
 <ANCHOR id="ExoCellRendererEllipsizedText-struct" href="exo/ExoCellRendererEllipsizedText.html#ExoCellRendererEllipsizedText-struct">
 <ANCHOR id="exo-cell-renderer-ellipsized-text-new" href="exo/ExoCellRendererEllipsizedText.html#exo-cell-renderer-ellipsized-text-new">
-<ANCHOR id="ExoCellRendererEllipsizedText--ellipsize" href="exo/ExoCellRendererEllipsizedText.html#ExoCellRendererEllipsizedText--ellipsize">
-<ANCHOR id="ExoCellRendererEllipsizedText--ellipsize-set" href="exo/ExoCellRendererEllipsizedText.html#ExoCellRendererEllipsizedText--ellipsize-set">
 <ANCHOR id="ExoEllipsizedLabel" href="exo/ExoEllipsizedLabel.html">
 <ANCHOR id="ExoEllipsizedLabel-struct" href="exo/ExoEllipsizedLabel.html#ExoEllipsizedLabel-struct">
 <ANCHOR id="exo-ellipsized-label-new" href="exo/ExoEllipsizedLabel.html#exo-ellipsized-label-new">
 <ANCHOR id="exo-ellipsized-label-get-ellipsize" href="exo/ExoEllipsizedLabel.html#exo-ellipsized-label-get-ellipsize">
 <ANCHOR id="exo-ellipsized-label-set-ellipsize" href="exo/ExoEllipsizedLabel.html#exo-ellipsized-label-set-ellipsize">
-<ANCHOR id="ExoEllipsizedLabel--ellipsize" href="exo/ExoEllipsizedLabel.html#ExoEllipsizedLabel--ellipsize">
 <ANCHOR id="ExoIconBar" href="exo/ExoIconBar.html">
 <ANCHOR id="ExoIconBar-struct" href="exo/ExoIconBar.html#ExoIconBar-struct">
 <ANCHOR id="exo-icon-bar-new" href="exo/ExoIconBar.html#exo-icon-bar-new">

Modified: goodies/exo/trunk/docs/reference/html/ix01.html
===================================================================
--- goodies/exo/trunk/docs/reference/html/ix01.html	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/html/ix01.html	2005-04-25 17:31:54 UTC (rev 63)
@@ -1 +1 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Index</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="ExoXsessionClient.html" title="ExoXsessionClient"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoXsessionClient.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th></tr></table><div class="index"><div class="titlepage"><div><div><h2 class="title"><a name="id2654173"></a>Index</h2></div></div></div><div class="index"><div class="indexdiv"><h3>E</h3><dl><dt>ExoBinding, <a href="exo-Binding-Properties-Functions.html#id2645158">ExoBinding</a></dt><dt>ExoBindingTransform, <a href="exo-Binding-Properties-Functions.html#id2645203">ExoBindingTransform ()</a></dt><dt>ExoCellRendererEllipsizedText, <a href="ExoCellRendererEllipsizedText.html#id2623385">ExoCellRendererEllipsizedText</a></dt><dt>ExoEllipsizedLabel, <a href="ExoEllipsizedLabel.html#id2624544">ExoEllipsizedLabel</a></dt><dt>ExoIconBar, <a href="ExoIconBar.html#id2625472">ExoIconBar</a></dt><dt>ExoIconView, <a href="ExoIconView.html#id2633193">ExoIconView</a></dt><dt>ExoIconViewForeachFunc, <a href="ExoIconView.html#id2634757">ExoIconViewForeachFunc ()</a></dt><dt>ExoMd5Digest, <a href="exo-MD5-functions.html#id2649523">ExoMd5Digest</a></dt><dt>ExoMutualBinding, <a href="exo-Binding-Properties-Functions.html#id2645180">ExoMutualBinding</a></dt><dt>ExoPangoEllipsizeMode, <a href="exo-Extensions-to-Pango.html#id2642865">enum ExoPangoEllipsizeMode</a></dt><dt>ExoToolbarsEditor, <a href="ExoToolbarsEditor.html#id2616349">ExoToolbarsEditor</a></dt><dt>ExoToolbarsEditorDialog, <a href="ExoToolbarsEditorDialog.html#id2619077">ExoToolbarsEditorDialog</a></dt><dt>ExoToolbarsModel, <a href="ExoToolbarsModel.html#id2606137">ExoToolbarsModel</a></dt><dt>ExoToolbarsModelFlags, <a href="ExoToolbarsModel.html#id2606161">enum ExoToolbarsModelFlags</a></dt><dt>ExoToolbarsView, <a href="ExoToolbarsView.html#id2620167">ExoToolbarsView</a></dt><dt>ExoXsessionClient, <a href="ExoXsessionClient.html#id2652856">ExoXsessionClient</a></dt><dt>exo_binding_new, <a href="exo-Binding-Properties-Functions.html#id2645478">exo_binding_new ()</a></dt><dt>exo_binding_new_full, <a href="exo-Binding-Properties-Functions.html#id2645646">exo_binding_new_full ()</a></dt><dt>exo_binding_new_with_negation, <a href="exo-Binding-Properties-Functions.html#id2645958">exo_binding_new_with_negation ()</a></dt><dt>exo_binding_unbind, <a href="exo-Binding-Properties-Functions.html#id2646092">exo_binding_unbind ()</a></dt><dt>exo_cell_renderer_ellipsized_text_new, <a href="ExoCellRendererEllipsizedText.html#id2623411">exo_cell_renderer_ellipsized_text_new ()</a></dt><dt>EXO_CHECK_VERSION, <a href="exo-Version-Information.html#id2643955">EXO_CHECK_VERSION()</a></dt><dt>exo_ellipsized_label_get_ellipsize, <a href="ExoEllipsizedLabel.html#id2624649">exo_ellipsized_label_get_ellipsize ()</a></dt><dt>exo_ellipsized_label_new, <a href="ExoEllipsizedLabel.html#id2624567">exo_ellipsized_label_new ()</a></dt><dt>exo_ellipsized_label_set_ellipsize, <a href="ExoEllipsizedLabel.html#id2624747">exo_ellipsized_label_set_ellipsize ()</a></dt><dt>exo_gdk_pixbuf_scale_ratio, <a href="exo-Extensions-to-gdk-pixbuf.html#id2641926">exo_gdk_pixbuf_scale_ratio ()</a></dt><dt>exo_g_value_transform_negate, <a href="exo-Extensions-to-GObject.html#id2642440">exo_g_value_transform_negate ()</a></dt><dt>exo_icon_bar_get_active, <a href="ExoIconBar.html#id2627746">exo_icon_bar_get_active ()</a></dt><dt>exo_icon_bar_get_active_iter, <a href="ExoIconBar.html#id2627905">exo_icon_bar_get_active_iter ()</a></dt><dt>exo_icon_bar_get_model, <a href="ExoIconBar.html#id2625640">exo_icon_bar_get_model ()</a></dt><dt>exo_icon_bar_get_orientation, <a href="ExoIconBar.html#id2627571">exo_icon_bar_get_orientation ()</a></dt><dt>exo_icon_bar_get_pixbuf_column, <a href="ExoIconBar.html#id2627077">exo_icon_bar_get_pixbuf_column ()</a></dt><dt>exo_icon_bar_get_text_column, <a href="ExoIconBar.html#id2627392">exo_icon_bar_get_text_column ()</a></dt><dt>exo_icon_bar_new, <a href="ExoIconBar.html#id2625495">exo_icon_bar_new ()</a></dt><dt>exo_icon_bar_new_with_model, <a href="ExoIconBar.html#id2625546">exo_icon_bar_new_with_model ()</a></dt><dt>exo_icon_bar_set_active, <a href="ExoIconBar.html#id2627815">exo_icon_bar_set_active ()</a></dt><dt>exo_icon_bar_set_active_iter, <a href="ExoIconBar.html#id2628085">exo_icon_bar_set_active_iter ()</a></dt><dt>exo_icon_bar_set_model, <a href="ExoIconBar.html#id2626963">exo_icon_bar_set_model ()</a></dt><dt>exo_icon_bar_set_orientation, <a href="ExoIconBar.html#id2627654">exo_icon_bar_set_orientation ()</a></dt><dt>exo_icon_bar_set_pixbuf_column, <a href="ExoIconBar.html#id2627223">exo_icon_bar_set_pixbuf_column ()</a></dt><dt>exo_icon_bar_set_text_column, <a href="ExoIconBar.html#id2627468">exo_icon_bar_set_text_column ()</a></dt><dt>exo_icon_view_get_markup_column, <a href="ExoIconView.html#id2633868">exo_icon_view_get_markup_column ()</a></dt><dt>exo_icon_view_get_model, <a href="ExoIconView.html#id2633358">exo_icon_view_get_model ()</a></dt><dt>exo_icon_view_get_orientation, <a href="ExoIconView.html#id2634232">exo_icon_view_get_orientation ()</a></dt><dt>exo_icon_view_get_path_at_pos, <a href="ExoIconView.html#id2634553">exo_icon_view_get_path_at_pos ()</a></dt><dt>exo_icon_view_get_pixbuf_column, <a href="ExoIconView.html#id2634055">exo_icon_view_get_pixbuf_column ()</a></dt><dt>exo_icon_view_get_selected_items, <a href="ExoIconView.html#id2635325">exo_icon_view_get_selected_items ()</a></dt><dt>exo_icon_view_get_selection_mode, <a href="ExoIconView.html#id2634384">exo_icon_view_get_selection_mode ()</a></dt><dt>exo_icon_view_get_text_column, <a href="ExoIconView.html#id2633623">exo_icon_view_get_text_column ()</a></dt><dt>exo_icon_view_item_activated, <a href="ExoIconView.html#id2635570">exo_icon_view_item_activated ()</a></dt><dt>exo_icon_view_new, <a href="ExoIconView.html#id2633220">exo_icon_view_new ()</a></dt><dt>exo_icon_view_new_with_model, <a href="ExoIconView.html#id2633277">exo_icon_view_new_with_model ()</a></dt><dt>exo_icon_view_path_is_selected, <a href="ExoIconView.html#id2635196">exo_icon_view_path_is_selected ()</a></dt><dt>exo_icon_view_selected_foreach, <a href="ExoIconView.html#id2634914">exo_icon_view_selected_foreach ()</a></dt><dt>exo_icon_view_select_all, <a href="ExoIconView.html#id2635437">exo_icon_view_select_all ()</a></dt><dt>exo_icon_view_select_path, <a href="ExoIconView.html#id2635015">exo_icon_view_select_path ()</a></dt><dt>exo_icon_view_set_markup_column, <a href="ExoIconView.html#id2633946">exo_icon_view_set_markup_column ()</a></dt><dt>exo_icon_view_set_model, <a href="ExoIconView.html#id2633452">exo_icon_view_set_model ()</a></dt><dt>exo_icon_view_set_orientation, <a href="ExoIconView.html#id2634302">exo_icon_view_set_orientation ()</a></dt><dt>exo_icon_view_set_pixbuf_column, <a href="ExoIconView.html#id2634133">exo_icon_view_set_pixbuf_column ()</a></dt><dt>exo_icon_view_set_selection_mode, <a href="ExoIconView.html#id2634464">exo_icon_view_set_selection_mode ()</a></dt><dt>exo_icon_view_set_text_column, <a href="ExoIconView.html#id2633701">exo_icon_view_set_text_column ()</a></dt><dt>exo_icon_view_unselect_all, <a href="ExoIconView.html#id2635510">exo_icon_view_unselect_all ()</a></dt><dt>exo_icon_view_unselect_path, <a href="ExoIconView.html#id2635106">exo_icon_view_unselect_path ()</a></dt><dt>exo_major_version, <a href="exo-Version-Information.html#id2643701">exo_major_version</a></dt><dt>EXO_MAJOR_VERSION, <a href="exo-Version-Information.html#id2643800">EXO_MAJOR_VERSION</a></dt><dt>exo_md5_digest_dup, <a href="exo-MD5-functions.html#id2649865">exo_md5_digest_dup ()</a></dt><dt>exo_md5_digest_equal, <a href="exo-MD5-functions.html#id2650161">exo_md5_digest_equal ()</a></dt><dt>exo_md5_digest_free, <a href="exo-MD5-functions.html#id2649944">exo_md5_digest_free ()</a></dt><dt>exo_md5_digest_hash, <a href="exo-MD5-functions.html#id2650004">exo_md5_digest_hash ()</a></dt><dt>exo_md5_digest_to_str, <a href="exo-MD5-functions.html#id2649786">exo_md5_digest_to_str ()</a></dt><dt>exo_md5_str_to_digest, <a href="exo-MD5-functions.html#id2649706">exo_md5_str_to_digest ()</a></dt><dt>exo_micro_version, <a href="exo-Version-Information.html#id2643767">exo_micro_version</a></dt><dt>EXO_MICRO_VERSION, <a href="exo-Version-Information.html#id2643926">EXO_MICRO_VERSION</a></dt><dt>exo_minor_version, <a href="exo-Version-Information.html#id2643734">exo_minor_version</a></dt><dt>EXO_MINOR_VERSION, <a href="exo-Version-Information.html#id2643829">EXO_MINOR_VERSION</a></dt><dt>exo_mutual_binding_new, <a href="exo-Binding-Properties-Functions.html#id2646235">exo_mutual_binding_new ()</a></dt><dt>exo_mutual_binding_new_full, <a href="exo-Binding-Properties-Functions.html#id2646382">exo_mutual_binding_new_full ()</a></dt><dt>exo_mutual_binding_new_with_negation, <a href="exo-Binding-Properties-Functions.html#id2646728">exo_mutual_binding_new_with_negation ()</a></dt><dt>exo_mutual_binding_unbind, <a href="exo-Binding-Properties-Functions.html#id2646934">exo_mutual_binding_unbind ()</a></dt><dt>exo_pango_layout_set_text_ellipsized, <a href="exo-Extensions-to-Pango.html#id2642887">exo_pango_layout_set_text_ellipsized ()</a></dt><dt>exo_strndupv, <a href="exo-String-Utility-Functions.html#id2651744">exo_strndupv ()</a></dt><dt>exo_str_elide_underscores, <a href="exo-String-Utility-Functions.html#id2651434">exo_str_elide_underscores ()</a></dt><dt>exo_str_get_md5_digest, <a href="exo-MD5-functions.html#id2649546">exo_str_get_md5_digest ()</a></dt><dt>exo_str_get_md5_str, <a href="exo-MD5-functions.html#id2649626">exo_str_get_md5_str ()</a></dt><dt>exo_str_is_equal, <a href="exo-String-Utility-Functions.html#id2651577">exo_str_is_equal ()</a></dt><dt>exo_toolbars_editor_dialog_new_with_model, <a href="ExoToolbarsEditorDialog.html#id2619099">exo_toolbars_editor_dialog_new_with_model ()</a></dt><dt>exo_toolbars_editor_get_model, <a href="ExoToolbarsEditor.html#id2616651">exo_toolbars_editor_get_model ()</a></dt><dt>exo_toolbars_editor_get_ui_manager, <a href="ExoToolbarsEditor.html#id2616950">exo_toolbars_editor_get_ui_manager ()</a></dt><dt>exo_toolbars_editor_new, <a href="ExoToolbarsEditor.html#id2616373">exo_toolbars_editor_new ()</a></dt><dt>exo_toolbars_editor_new_with_model, <a href="ExoToolbarsEditor.html#id2616515">exo_toolbars_editor_new_with_model ()</a></dt><dt>exo_toolbars_editor_set_model, <a href="ExoToolbarsEditor.html#id2616829">exo_toolbars_editor_set_model ()</a></dt><dt>exo_toolbars_editor_set_ui_manager, <a href="ExoToolbarsEditor.html#id2617059">exo_toolbars_editor_set_ui_manager ()</a></dt><dt>EXO_TOOLBARS_ITEM_TYPE, <a href="ExoToolbarsModel.html#id2606183">EXO_TOOLBARS_ITEM_TYPE</a></dt><dt>exo_toolbars_model_add_item, <a href="ExoToolbarsModel.html#id2607945">exo_toolbars_model_add_item ()</a></dt><dt>exo_toolbars_model_add_separator, <a href="ExoToolbarsModel.html#id2608147">exo_toolbars_model_add_separator ()</a></dt><dt>exo_toolbars_model_add_toolbar, <a href="ExoToolbarsModel.html#id2608272">exo_toolbars_model_add_toolbar ()</a></dt><dt>exo_toolbars_model_get_actions, <a href="ExoToolbarsModel.html#id2606475">exo_toolbars_model_get_actions ()</a></dt><dt>exo_toolbars_model_get_flags, <a href="ExoToolbarsModel.html#id2606906">exo_toolbars_model_get_flags ()</a></dt><dt>exo_toolbars_model_get_item_data, <a href="ExoToolbarsModel.html#id2607833">exo_toolbars_model_get_item_data ()</a></dt><dt>exo_toolbars_model_get_item_id, <a href="ExoToolbarsModel.html#id2607724">exo_toolbars_model_get_item_id ()</a></dt><dt>exo_toolbars_model_get_item_type, <a href="ExoToolbarsModel.html#id2607632">exo_toolbars_model_get_item_type ()</a></dt><dt>exo_toolbars_model_get_style, <a href="ExoToolbarsModel.html#id2607150">exo_toolbars_model_get_style ()</a></dt><dt>exo_toolbars_model_item_nth, <a href="ExoToolbarsModel.html#id2609058">exo_toolbars_model_item_nth ()</a></dt><dt>exo_toolbars_model_load_from_file, <a href="ExoToolbarsModel.html#id2606557">exo_toolbars_model_load_from_file ()</a></dt><dt>exo_toolbars_model_move_item, <a href="ExoToolbarsModel.html#id2608478">exo_toolbars_model_move_item ()</a></dt><dt>exo_toolbars_model_new, <a href="ExoToolbarsModel.html#id2606205">exo_toolbars_model_new ()</a></dt><dt>exo_toolbars_model_n_items, <a href="ExoToolbarsModel.html#id2608962">exo_toolbars_model_n_items ()</a></dt><dt>exo_toolbars_model_n_toolbars, <a href="ExoToolbarsModel.html#id2609317">exo_toolbars_model_n_toolbars ()</a></dt><dt>exo_toolbars_model_remove_item, <a href="ExoToolbarsModel.html#id2608749">exo_toolbars_model_remove_item ()</a></dt><dt>exo_toolbars_model_remove_toolbar, <a href="ExoToolbarsModel.html#id2608866">exo_toolbars_model_remove_toolbar ()</a></dt><dt>exo_toolbars_model_save_to_file, <a href="ExoToolbarsModel.html#id2606698">exo_toolbars_model_save_to_file ()</a></dt><dt>exo_toolbars_model_set_actions, <a href="ExoToolbarsModel.html#id2606284">exo_toolbars_model_set_actions ()</a></dt><dt>exo_toolbars_model_set_flags, <a href="ExoToolbarsModel.html#id2607024">exo_toolbars_model_set_flags ()</a></dt><dt>exo_toolbars_model_set_style, <a href="ExoToolbarsModel.html#id2607273">exo_toolbars_model_set_style ()</a></dt><dt>exo_toolbars_model_toolbar_nth, <a href="ExoToolbarsModel.html#id2609399">exo_toolbars_model_toolbar_nth ()</a></dt><dt>exo_toolbars_model_unset_style, <a href="ExoToolbarsModel.html#id2607468">exo_toolbars_model_unset_style ()</a></dt><dt>exo_toolbars_view_get_editing, <a href="ExoToolbarsView.html#id2620390">exo_toolbars_view_get_editing ()</a></dt><dt>exo_toolbars_view_get_model, <a href="ExoToolbarsView.html#id2620631">exo_toolbars_view_get_model ()</a></dt><dt>exo_toolbars_view_get_ui_manager, <a href="ExoToolbarsView.html#id2620824">exo_toolbars_view_get_ui_manager ()</a></dt><dt>exo_toolbars_view_new, <a href="ExoToolbarsView.html#id2620190">exo_toolbars_view_new ()</a></dt><dt>exo_toolbars_view_new_with_model, <a href="ExoToolbarsView.html#id2620273">exo_toolbars_view_new_with_model ()</a></dt><dt>exo_toolbars_view_set_editing, <a href="ExoToolbarsView.html#id2620546">exo_toolbars_view_set_editing ()</a></dt><dt>exo_toolbars_view_set_model, <a href="ExoToolbarsView.html#id2620733">exo_toolbars_view_set_model ()</a></dt><dt>exo_toolbars_view_set_ui_manager, <a href="ExoToolbarsView.html#id2620983">exo_toolbars_view_set_ui_manager ()</a></dt><dt>exo_xsession_client_get_group, <a href="ExoXsessionClient.html#id2653035">exo_xsession_client_get_group ()</a></dt><dt>exo_xsession_client_get_restart_command, <a href="ExoXsessionClient.html#id2653272">exo_xsession_client_get_restart_command ()</a></dt><dt>exo_xsession_client_new_with_group, <a href="ExoXsessionClient.html#id2652880">exo_xsession_client_new_with_group ()</a></dt><dt>exo_xsession_client_set_group, <a href="ExoXsessionClient.html#id2653117">exo_xsession_client_set_group ()</a></dt><dt>exo_xsession_client_set_restart_command, <a href="ExoXsessionClient.html#id2653435">exo_xsession_client_set_restart_command ()</a></dt></dl></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoXsessionClient.html"><b>&lt;&lt; ExoXsessionClient</b></a></td><td align="right"></td></tr></table></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Index</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="exo Reference Manual"><link rel="up" href="index.html" title="exo Reference Manual"><link rel="prev" href="ExoXsessionClient.html" title="ExoXsessionClient"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="exo-overview.html" title="Part I. Overview"><link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars"><link rel="part" href="exo-widgets.html" title="Part III. Additional widgets"><link rel="part" href="exo-extensions.html" title="Part IV. Extensions to existing frameworks"><link rel="part" href="exo-miscelleanous.html" title="Part V. Miscelleanous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="ExoXsessionClient.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">exo Reference Manual</th></tr></table><div class="index"><div class="titlepage"><div><div><h2 class="title"><a name="id2573466"></a>Index</h2></div></div></div><div class="index"><div class="indexdiv"><h3>E</h3><dl><dt>ExoBinding, <a href="exo-Binding-Properties-Functions.html#id2564410">ExoBinding</a></dt><dt>ExoBindingTransform, <a href="exo-Binding-Properties-Functions.html#id2564470">ExoBindingTransform ()</a></dt><dt>ExoCellRendererEllipsizedText, <a href="ExoCellRendererEllipsizedText.html#id2543971">ExoCellRendererEllipsizedText</a></dt><dt>ExoEllipsizedLabel, <a href="ExoEllipsizedLabel.html#id2544714">ExoEllipsizedLabel</a></dt><dt>ExoIconBar, <a href="ExoIconBar.html#id2545546">ExoIconBar</a></dt><dt>ExoIconView, <a href="ExoIconView.html#id2552916">ExoIconView</a></dt><dt>ExoIconViewForeachFunc, <a href="ExoIconView.html#id2554452">ExoIconViewForeachFunc ()</a></dt><dt>ExoMd5Digest, <a href="exo-MD5-functions.html#id2568540">ExoMd5Digest</a></dt><dt>ExoMutualBinding, <a href="exo-Binding-Properties-Functions.html#id2564440">ExoMutualBinding</a></dt><dt>ExoPangoEllipsizeMode, <a href="exo-Extensions-to-Pango.html#id2562323">enum ExoPangoEllipsizeMode</a></dt><dt>ExoToolbarsEditor, <a href="ExoToolbarsEditor.html#id2537098">ExoToolbarsEditor</a></dt><dt>ExoToolbarsEditorDialog, <a href="ExoToolbarsEditorDialog.html#id2539704">ExoToolbarsEditorDialog</a></dt><dt>ExoToolbarsModel, <a href="ExoToolbarsModel.html#id2527338">ExoToolbarsModel</a></dt><dt>ExoToolbarsModelFlags, <a href="ExoToolbarsModel.html#id2527364">enum ExoToolbarsModelFlags</a></dt><dt>ExoToolbarsView, <a href="ExoToolbarsView.html#id2540776">ExoToolbarsView</a></dt><dt>ExoXsessionClient, <a href="ExoXsessionClient.html#id2571874">ExoXsessionClient</a></dt><dt>exo_binding_new, <a href="exo-Binding-Properties-Functions.html#id2564623">exo_binding_new ()</a></dt><dt>exo_binding_new_full, <a href="exo-Binding-Properties-Functions.html#id2564817">exo_binding_new_full ()</a></dt><dt>exo_binding_new_with_negation, <a href="exo-Binding-Properties-Functions.html#id2565098">exo_binding_new_with_negation ()</a></dt><dt>exo_binding_unbind, <a href="exo-Binding-Properties-Functions.html#id2565255">exo_binding_unbind ()</a></dt><dt>exo_cell_renderer_ellipsized_text_new, <a href="ExoCellRendererEllipsizedText.html#id2544000">exo_cell_renderer_ellipsized_text_new ()</a></dt><dt>EXO_CHECK_VERSION, <a href="exo-Version-Information.html#id2563318">EXO_CHECK_VERSION()</a></dt><dt>exo_ellipsized_label_get_ellipsize, <a href="ExoEllipsizedLabel.html#id2544837">exo_ellipsized_label_get_ellipsize ()</a></dt><dt>exo_ellipsized_label_new, <a href="ExoEllipsizedLabel.html#id2544741">exo_ellipsized_label_new ()</a></dt><dt>exo_ellipsized_label_set_ellipsize, <a href="ExoEllipsizedLabel.html#id2544946">exo_ellipsized_label_set_ellipsize ()</a></dt><dt>exo_gdk_pixbuf_scale_ratio, <a href="exo-Extensions-to-gdk-pixbuf.html#id2561391">exo_gdk_pixbuf_scale_ratio ()</a></dt><dt>exo_g_value_transform_negate, <a href="exo-Extensions-to-GObject.html#id2561826">exo_g_value_transform_negate ()</a></dt><dt>exo_icon_bar_get_active, <a href="ExoIconBar.html#id2547675">exo_icon_bar_get_active ()</a></dt><dt>exo_icon_bar_get_active_iter, <a href="ExoIconBar.html#id2547861">exo_icon_bar_get_active_iter ()</a></dt><dt>exo_icon_bar_get_model, <a href="ExoIconBar.html#id2546822">exo_icon_bar_get_model ()</a></dt><dt>exo_icon_bar_get_orientation, <a href="ExoIconBar.html#id2547471">exo_icon_bar_get_orientation ()</a></dt><dt>exo_icon_bar_get_pixbuf_column, <a href="ExoIconBar.html#id2547063">exo_icon_bar_get_pixbuf_column ()</a></dt><dt>exo_icon_bar_get_text_column, <a href="ExoIconBar.html#id2547264">exo_icon_bar_get_text_column ()</a></dt><dt>exo_icon_bar_new, <a href="ExoIconBar.html#id2545571">exo_icon_bar_new ()</a></dt><dt>exo_icon_bar_new_with_model, <a href="ExoIconBar.html#id2545629">exo_icon_bar_new_with_model ()</a></dt><dt>exo_icon_bar_set_active, <a href="ExoIconBar.html#id2547757">exo_icon_bar_set_active ()</a></dt><dt>exo_icon_bar_set_active_iter, <a href="ExoIconBar.html#id2547988">exo_icon_bar_set_active_iter ()</a></dt><dt>exo_icon_bar_set_model, <a href="ExoIconBar.html#id2546931">exo_icon_bar_set_model ()</a></dt><dt>exo_icon_bar_set_orientation, <a href="ExoIconBar.html#id2547569">exo_icon_bar_set_orientation ()</a></dt><dt>exo_icon_bar_set_pixbuf_column, <a href="ExoIconBar.html#id2547150">exo_icon_bar_set_pixbuf_column ()</a></dt><dt>exo_icon_bar_set_text_column, <a href="ExoIconBar.html#id2547350">exo_icon_bar_set_text_column ()</a></dt><dt>exo_icon_view_get_markup_column, <a href="ExoIconView.html#id2553532">exo_icon_view_get_markup_column ()</a></dt><dt>exo_icon_view_get_model, <a href="ExoIconView.html#id2553108">exo_icon_view_get_model ()</a></dt><dt>exo_icon_view_get_orientation, <a href="ExoIconView.html#id2553941">exo_icon_view_get_orientation ()</a></dt><dt>exo_icon_view_get_path_at_pos, <a href="ExoIconView.html#id2554303">exo_icon_view_get_path_at_pos ()</a></dt><dt>exo_icon_view_get_pixbuf_column, <a href="ExoIconView.html#id2553743">exo_icon_view_get_pixbuf_column ()</a></dt><dt>exo_icon_view_get_selected_items, <a href="ExoIconView.html#id2555022">exo_icon_view_get_selected_items ()</a></dt><dt>exo_icon_view_get_selection_mode, <a href="ExoIconView.html#id2554117">exo_icon_view_get_selection_mode ()</a></dt><dt>exo_icon_view_get_text_column, <a href="ExoIconView.html#id2553334">exo_icon_view_get_text_column ()</a></dt><dt>exo_icon_view_item_activated, <a href="ExoIconView.html#id2555310">exo_icon_view_item_activated ()</a></dt><dt>exo_icon_view_new, <a href="ExoIconView.html#id2552946">exo_icon_view_new ()</a></dt><dt>exo_icon_view_new_with_model, <a href="ExoIconView.html#id2553013">exo_icon_view_new_with_model ()</a></dt><dt>exo_icon_view_path_is_selected, <a href="ExoIconView.html#id2554876">exo_icon_view_path_is_selected ()</a></dt><dt>exo_icon_view_selected_foreach, <a href="ExoIconView.html#id2554551">exo_icon_view_selected_foreach ()</a></dt><dt>exo_icon_view_select_all, <a href="ExoIconView.html#id2555157">exo_icon_view_select_all ()</a></dt><dt>exo_icon_view_select_path, <a href="ExoIconView.html#id2554668">exo_icon_view_select_path ()</a></dt><dt>exo_icon_view_set_markup_column, <a href="ExoIconView.html#id2553618">exo_icon_view_set_markup_column ()</a></dt><dt>exo_icon_view_set_model, <a href="ExoIconView.html#id2553216">exo_icon_view_set_model ()</a></dt><dt>exo_icon_view_set_orientation, <a href="ExoIconView.html#id2554024">exo_icon_view_set_orientation ()</a></dt><dt>exo_icon_view_set_pixbuf_column, <a href="ExoIconView.html#id2553830">exo_icon_view_set_pixbuf_column ()</a></dt><dt>exo_icon_view_set_selection_mode, <a href="ExoIconView.html#id2554204">exo_icon_view_set_selection_mode ()</a></dt><dt>exo_icon_view_set_text_column, <a href="ExoIconView.html#id2553420">exo_icon_view_set_text_column ()</a></dt><dt>exo_icon_view_unselect_all, <a href="ExoIconView.html#id2555242">exo_icon_view_unselect_all ()</a></dt><dt>exo_icon_view_unselect_path, <a href="ExoIconView.html#id2554772">exo_icon_view_unselect_path ()</a></dt><dt>exo_major_version, <a href="exo-Version-Information.html#id2563077">exo_major_version</a></dt><dt>EXO_MAJOR_VERSION, <a href="exo-Version-Information.html#id2563207">EXO_MAJOR_VERSION</a></dt><dt>exo_md5_digest_dup, <a href="exo-MD5-functions.html#id2568932">exo_md5_digest_dup ()</a></dt><dt>exo_md5_digest_equal, <a href="exo-MD5-functions.html#id2569194">exo_md5_digest_equal ()</a></dt><dt>exo_md5_digest_free, <a href="exo-MD5-functions.html#id2569023">exo_md5_digest_free ()</a></dt><dt>exo_md5_digest_hash, <a href="exo-MD5-functions.html#id2569090">exo_md5_digest_hash ()</a></dt><dt>exo_md5_digest_to_str, <a href="exo-MD5-functions.html#id2568840">exo_md5_digest_to_str ()</a></dt><dt>exo_md5_str_to_digest, <a href="exo-MD5-functions.html#id2568749">exo_md5_str_to_digest ()</a></dt><dt>exo_micro_version, <a href="exo-Version-Information.html#id2563163">exo_micro_version</a></dt><dt>EXO_MICRO_VERSION, <a href="exo-Version-Information.html#id2563281">EXO_MICRO_VERSION</a></dt><dt>exo_minor_version, <a href="exo-Version-Information.html#id2563121">exo_minor_version</a></dt><dt>EXO_MINOR_VERSION, <a href="exo-Version-Information.html#id2563244">EXO_MINOR_VERSION</a></dt><dt>exo_mutual_binding_new, <a href="exo-Binding-Properties-Functions.html#id2565342">exo_mutual_binding_new ()</a></dt><dt>exo_mutual_binding_new_full, <a href="exo-Binding-Properties-Functions.html#id2565512">exo_mutual_binding_new_full ()</a></dt><dt>exo_mutual_binding_new_with_negation, <a href="exo-Binding-Properties-Functions.html#id2565832">exo_mutual_binding_new_with_negation ()</a></dt><dt>exo_mutual_binding_unbind, <a href="exo-Binding-Properties-Functions.html#id2565990">exo_mutual_binding_unbind ()</a></dt><dt>exo_pango_layout_set_text_ellipsized, <a href="exo-Extensions-to-Pango.html#id2562358">exo_pango_layout_set_text_ellipsized ()</a></dt><dt>exo_strndupv, <a href="exo-String-Utility-Functions.html#id2570775">exo_strndupv ()</a></dt><dt>exo_str_elide_underscores, <a href="exo-String-Utility-Functions.html#id2570504">exo_str_elide_underscores ()</a></dt><dt>exo_str_get_md5_digest, <a href="exo-MD5-functions.html#id2568566">exo_str_get_md5_digest ()</a></dt><dt>exo_str_get_md5_str, <a href="exo-MD5-functions.html#id2568658">exo_str_get_md5_str ()</a></dt><dt>exo_str_is_equal, <a href="exo-String-Utility-Functions.html#id2570591">exo_str_is_equal ()</a></dt><dt>exo_toolbars_editor_dialog_new_with_model, <a href="ExoToolbarsEditorDialog.html#id2539732">exo_toolbars_editor_dialog_new_with_model ()</a></dt><dt>exo_toolbars_editor_get_model, <a href="ExoToolbarsEditor.html#id2537450">exo_toolbars_editor_get_model ()</a></dt><dt>exo_toolbars_editor_get_ui_manager, <a href="ExoToolbarsEditor.html#id2537719">exo_toolbars_editor_get_ui_manager ()</a></dt><dt>exo_toolbars_editor_new, <a href="ExoToolbarsEditor.html#id2537126">exo_toolbars_editor_new ()</a></dt><dt>exo_toolbars_editor_new_with_model, <a href="ExoToolbarsEditor.html#id2537293">exo_toolbars_editor_new_with_model ()</a></dt><dt>exo_toolbars_editor_set_model, <a href="ExoToolbarsEditor.html#id2537581">exo_toolbars_editor_set_model ()</a></dt><dt>exo_toolbars_editor_set_ui_manager, <a href="ExoToolbarsEditor.html#id2537842">exo_toolbars_editor_set_ui_manager ()</a></dt><dt>EXO_TOOLBARS_ITEM_TYPE, <a href="ExoToolbarsModel.html#id2527395">EXO_TOOLBARS_ITEM_TYPE</a></dt><dt>exo_toolbars_model_add_item, <a href="ExoToolbarsModel.html#id2529099">exo_toolbars_model_add_item ()</a></dt><dt>exo_toolbars_model_add_separator, <a href="ExoToolbarsModel.html#id2529327">exo_toolbars_model_add_separator ()</a></dt><dt>exo_toolbars_model_add_toolbar, <a href="ExoToolbarsModel.html#id2529468">exo_toolbars_model_add_toolbar ()</a></dt><dt>exo_toolbars_model_get_actions, <a href="ExoToolbarsModel.html#id2527656">exo_toolbars_model_get_actions ()</a></dt><dt>exo_toolbars_model_get_flags, <a href="ExoToolbarsModel.html#id2528062">exo_toolbars_model_get_flags ()</a></dt><dt>exo_toolbars_model_get_item_data, <a href="ExoToolbarsModel.html#id2528976">exo_toolbars_model_get_item_data ()</a></dt><dt>exo_toolbars_model_get_item_id, <a href="ExoToolbarsModel.html#id2528853">exo_toolbars_model_get_item_id ()</a></dt><dt>exo_toolbars_model_get_item_type, <a href="ExoToolbarsModel.html#id2528751">exo_toolbars_model_get_item_type ()</a></dt><dt>exo_toolbars_model_get_style, <a href="ExoToolbarsModel.html#id2528349">exo_toolbars_model_get_style ()</a></dt><dt>exo_toolbars_model_item_nth, <a href="ExoToolbarsModel.html#id2530137">exo_toolbars_model_item_nth ()</a></dt><dt>exo_toolbars_model_load_from_file, <a href="ExoToolbarsModel.html#id2527750">exo_toolbars_model_load_from_file ()</a></dt><dt>exo_toolbars_model_move_item, <a href="ExoToolbarsModel.html#id2529627">exo_toolbars_model_move_item ()</a></dt><dt>exo_toolbars_model_new, <a href="ExoToolbarsModel.html#id2527423">exo_toolbars_model_new ()</a></dt><dt>exo_toolbars_model_n_items, <a href="ExoToolbarsModel.html#id2530028">exo_toolbars_model_n_items ()</a></dt><dt>exo_toolbars_model_n_toolbars, <a href="ExoToolbarsModel.html#id2530352">exo_toolbars_model_n_toolbars ()</a></dt><dt>exo_toolbars_model_remove_item, <a href="ExoToolbarsModel.html#id2529789">exo_toolbars_model_remove_item ()</a></dt><dt>exo_toolbars_model_remove_toolbar, <a href="ExoToolbarsModel.html#id2529922">exo_toolbars_model_remove_toolbar ()</a></dt><dt>exo_toolbars_model_save_to_file, <a href="ExoToolbarsModel.html#id2527906">exo_toolbars_model_save_to_file ()</a></dt><dt>exo_toolbars_model_set_actions, <a href="ExoToolbarsModel.html#id2527516">exo_toolbars_model_set_actions ()</a></dt><dt>exo_toolbars_model_set_flags, <a href="ExoToolbarsModel.html#id2528201">exo_toolbars_model_set_flags ()</a></dt><dt>exo_toolbars_model_set_style, <a href="ExoToolbarsModel.html#id2528494">exo_toolbars_model_set_style ()</a></dt><dt>exo_toolbars_model_toolbar_nth, <a href="ExoToolbarsModel.html#id2530445">exo_toolbars_model_toolbar_nth ()</a></dt><dt>exo_toolbars_model_unset_style, <a href="ExoToolbarsModel.html#id2528640">exo_toolbars_model_unset_style ()</a></dt><dt>exo_toolbars_view_get_editing, <a href="ExoToolbarsView.html#id2541033">exo_toolbars_view_get_editing ()</a></dt><dt>exo_toolbars_view_get_model, <a href="ExoToolbarsView.html#id2541229">exo_toolbars_view_get_model ()</a></dt><dt>exo_toolbars_view_get_ui_manager, <a href="ExoToolbarsView.html#id2541457">exo_toolbars_view_get_ui_manager ()</a></dt><dt>exo_toolbars_view_new, <a href="ExoToolbarsView.html#id2540803">exo_toolbars_view_new ()</a></dt><dt>exo_toolbars_view_new_with_model, <a href="ExoToolbarsView.html#id2540899">exo_toolbars_view_new_with_model ()</a></dt><dt>exo_toolbars_view_set_editing, <a href="ExoToolbarsView.html#id2541131">exo_toolbars_view_set_editing ()</a></dt><dt>exo_toolbars_view_set_model, <a href="ExoToolbarsView.html#id2541351">exo_toolbars_view_set_model ()</a></dt><dt>exo_toolbars_view_set_ui_manager, <a href="ExoToolbarsView.html#id2541559">exo_toolbars_view_set_ui_manager ()</a></dt><dt>exo_xsession_client_get_group, <a href="ExoXsessionClient.html#id2571998">exo_xsession_client_get_group ()</a></dt><dt>exo_xsession_client_get_restart_command, <a href="ExoXsessionClient.html#id2572190">exo_xsession_client_get_restart_command ()</a></dt><dt>exo_xsession_client_new_with_group, <a href="ExoXsessionClient.html#id2571902">exo_xsession_client_new_with_group ()</a></dt><dt>exo_xsession_client_set_group, <a href="ExoXsessionClient.html#id2572092">exo_xsession_client_set_group ()</a></dt><dt>exo_xsession_client_set_restart_command, <a href="ExoXsessionClient.html#id2572375">exo_xsession_client_set_restart_command ()</a></dt></dl></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="ExoXsessionClient.html"><b>&lt;&lt; ExoXsessionClient</b></a></td><td align="right"></td></tr></table></body></html>

Modified: goodies/exo/trunk/docs/reference/tmpl/exo-cell-renderer-ellipsized-text.sgml
===================================================================
--- goodies/exo/trunk/docs/reference/tmpl/exo-cell-renderer-ellipsized-text.sgml	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/tmpl/exo-cell-renderer-ellipsized-text.sgml	2005-04-25 17:31:54 UTC (rev 63)
@@ -34,16 +34,6 @@
 </para>
 
 
-<!-- ##### ARG ExoCellRendererEllipsizedText:ellipsize ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG ExoCellRendererEllipsizedText:ellipsize-set ##### -->
-<para>
-
-</para>
-
 <!-- ##### FUNCTION exo_cell_renderer_ellipsized_text_new ##### -->
 <para>
 

Modified: goodies/exo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml
===================================================================
--- goodies/exo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml	2005-04-25 17:31:54 UTC (rev 63)
@@ -30,11 +30,6 @@
 </para>
 
 
-<!-- ##### ARG ExoEllipsizedLabel:ellipsize ##### -->
-<para>
-
-</para>
-
 <!-- ##### FUNCTION exo_ellipsized_label_new ##### -->
 <para>
 

Modified: goodies/exo/trunk/docs/reference/tmpl/exo-toolbars-editor.sgml
===================================================================
--- goodies/exo/trunk/docs/reference/tmpl/exo-toolbars-editor.sgml	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/tmpl/exo-toolbars-editor.sgml	2005-04-25 17:31:54 UTC (rev 63)
@@ -16,7 +16,6 @@
 	class, which includes an #ExoToolbarsEditor as main widget.
 </para>
 
-
 <!-- ##### SECTION See_Also ##### -->
 <para>
 

Modified: goodies/exo/trunk/docs/reference/tmpl/exo-unused.sgml
===================================================================
--- goodies/exo/trunk/docs/reference/tmpl/exo-unused.sgml	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/tmpl/exo-unused.sgml	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,18 @@
+<!-- ##### ARG ExoCellRendererEllipsizedText:ellipsize ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG ExoCellRendererEllipsizedText:ellipsize-set ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG ExoEllipsizedLabel:ellipsize ##### -->
+<para>
+
+</para>
+
+

Modified: goodies/exo/trunk/docs/reference/xml/exo-cell-renderer-ellipsized-text.xml
===================================================================
--- goodies/exo/trunk/docs/reference/xml/exo-cell-renderer-ellipsized-text.xml	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/xml/exo-cell-renderer-ellipsized-text.xml	2005-04-25 17:31:54 UTC (rev 63)
@@ -41,17 +41,9 @@
 
 
 
-<refsect1>
-<title>Properties</title>
-<synopsis>
 
-  &quot;<link linkend="ExoCellRendererEllipsizedText--ellipsize">ellipsize</link>&quot;            <link linkend="ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</link>  : Read / Write
-  &quot;<link linkend="ExoCellRendererEllipsizedText--ellipsize-set">ellipsize-set</link>&quot;        <link linkend="gboolean">gboolean</link>              : Read / Write
-</synopsis>
-</refsect1>
 
 
-
 <refsect1>
 <title>Description</title>
 <para>
@@ -98,21 +90,9 @@
 </variablelist></refsect2>
 
 </refsect1>
-<refsect1>
-<title>Properties</title>
-<refsect2><title><anchor id="ExoCellRendererEllipsizedText--ellipsize"/>The &quot;<literal>ellipsize</literal>&quot; property</title>
-<programlisting>  &quot;ellipsize&quot;            <link linkend="ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</link>  : Read / Write</programlisting>
-<para>The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string, if at all.</para><para>Default value: EXO_PANGO_ELLIPSIZE_NONE</para>
-</refsect2>
-<refsect2><title><anchor id="ExoCellRendererEllipsizedText--ellipsize-set"/>The &quot;<literal>ellipsize-set</literal>&quot; property</title>
-<programlisting>  &quot;ellipsize-set&quot;        <link linkend="gboolean">gboolean</link>              : Read / Write</programlisting>
-<para>Whether this tag affects the ellipsize mode.</para><para>Default value: FALSE</para>
-</refsect2>
 
-</refsect1>
 
 
-
 <refsect1>
 <title>See Also</title>
 <para>

Added: goodies/exo/trunk/docs/reference/xml/exo-doc.bottom
===================================================================
--- goodies/exo/trunk/docs/reference/xml/exo-doc.bottom	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/xml/exo-doc.bottom	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,16 @@
+    <xi:include href="xml/exo-toolbars-model.xml"/>
+    <xi:include href="xml/exo-toolbars-editor.xml"/>
+    <xi:include href="xml/exo-toolbars-editor-dialog.xml"/>
+    <xi:include href="xml/exo-toolbars-view.xml"/>
+    <xi:include href="xml/exo-cell-renderer-ellipsized-text.xml"/>
+    <xi:include href="xml/exo-ellipsized-label.xml"/>
+    <xi:include href="xml/exo-icon-bar.xml"/>
+    <xi:include href="xml/exo-icon-view.xml"/>
+    <xi:include href="xml/exo-gdk-pixbuf-extensions.xml"/>
+    <xi:include href="xml/exo-gobject-extensions.xml"/>
+    <xi:include href="xml/exo-pango-extensions.xml"/>
+    <xi:include href="xml/exo-config.xml"/>
+    <xi:include href="xml/exo-binding.xml"/>
+    <xi:include href="xml/exo-md5.xml"/>
+    <xi:include href="xml/exo-string.xml"/>
+    <xi:include href="xml/exo-xsession-client.xml"/>

Modified: goodies/exo/trunk/docs/reference/xml/exo-ellipsized-label.xml
===================================================================
--- goodies/exo/trunk/docs/reference/xml/exo-ellipsized-label.xml	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/xml/exo-ellipsized-label.xml	2005-04-25 17:31:54 UTC (rev 63)
@@ -53,16 +53,9 @@
 </refsect1>
 
 
-<refsect1>
-<title>Properties</title>
-<synopsis>
 
-  &quot;<link linkend="ExoEllipsizedLabel--ellipsize">ellipsize</link>&quot;            <link linkend="ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</link>  : Read / Write
-</synopsis>
-</refsect1>
 
 
-
 <refsect1>
 <title>Description</title>
 <para>
@@ -140,30 +133,9 @@
 </variablelist></refsect2>
 
 </refsect1>
-<refsect1>
-<title>Properties</title>
-<refsect2><title><anchor id="ExoEllipsizedLabel--ellipsize"/>The &quot;<literal>ellipsize</literal>&quot; property</title>
-<programlisting>  &quot;ellipsize&quot;            <link linkend="ExoPangoEllipsizeMode">ExoPangoEllipsizeMode</link>  : Read / Write</programlisting>
-<para>
-The preferred place to ellipsize the string, if the label does not have 
-enough room to display the entire string, specified as a <link linkend="ExoPangoEllisizeMode"><type>ExoPangoEllisizeMode</type></link>. 
-</para>
-<para>
-Note that setting this property to a value other than <literal>EXO_PANGO_ELLIPSIZE_NONE</literal> 
-has the side-effect that the label requests only enough space to display the
-ellipsis "...". Ellipsizing labels must be packed in a container which 
-ensures that the label gets a reasonable size allocated. In particular, 
-this means that ellipsizing labels don't work well in notebook tabs, unless
-the tab's ::tab-expand property is set to <literal>TRUE</literal>.</para>
-<para>
 
-</para><para>Default value: EXO_PANGO_ELLIPSIZE_NONE</para>
-</refsect2>
 
-</refsect1>
 
-
-
 <refsect1>
 <title>See Also</title>
 <para>

Added: goodies/exo/trunk/docs/reference/xml/object_index.sgml
===================================================================
--- goodies/exo/trunk/docs/reference/xml/object_index.sgml	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/xml/object_index.sgml	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,44 @@
+<informaltable pgwide="1" frame="none">
+<tgroup cols="3">
+<colspec colwidth="1*"/>
+<colspec colwidth="1*"/>
+<colspec colwidth="1*"/>
+<tbody>
+<row>
+<entry><link linkend="ExoCellRendererEllipsizedText">ExoCellRendererEllipsizedText</link></entry>
+<entry><link linkend="ExoEllipsizedLabel">ExoEllipsizedLabel</link></entry>
+<entry><link linkend="ExoIconBar">ExoIconBar</link></entry>
+</row>
+<row>
+<entry><link linkend="ExoIconView">ExoIconView</link></entry>
+<entry><link linkend="ExoToolbarsEditor">ExoToolbarsEditor</link></entry>
+<entry><link linkend="ExoToolbarsEditorDialog">ExoToolbarsEditorDialog</link></entry>
+</row>
+<row>
+<entry><link linkend="ExoToolbarsModel">ExoToolbarsModel</link></entry>
+<entry><link linkend="ExoToolbarsView">ExoToolbarsView</link></entry>
+<entry><link linkend="ExoXsessionClient">ExoXsessionClient</link></entry>
+</row>
+<row>
+<entry><link linkend="GObject">GObject</link></entry>
+<entry><link linkend="GtkBin">GtkBin</link></entry>
+<entry><link linkend="GtkBox">GtkBox</link></entry>
+</row>
+<row>
+<entry><link linkend="GtkCellRenderer">GtkCellRenderer</link></entry>
+<entry><link linkend="GtkCellRendererText">GtkCellRendererText</link></entry>
+<entry><link linkend="GtkContainer">GtkContainer</link></entry>
+</row>
+<row>
+<entry><link linkend="GtkDialog">GtkDialog</link></entry>
+<entry><link linkend="GtkLabel">GtkLabel</link></entry>
+<entry><link linkend="GtkMisc">GtkMisc</link></entry>
+</row>
+<row>
+<entry><link linkend="GtkObject">GtkObject</link></entry>
+<entry><link linkend="GtkVBox">GtkVBox</link></entry>
+<entry><link linkend="GtkWidget">GtkWidget</link></entry>
+</row>
+<row>
+<entry><link linkend="GtkWindow">GtkWindow</link></entry>
+</tbody></tgroup></informaltable>

Added: goodies/exo/trunk/docs/reference/xml/tree_index.sgml
===================================================================
--- goodies/exo/trunk/docs/reference/xml/tree_index.sgml	2005-04-25 17:30:58 UTC (rev 62)
+++ goodies/exo/trunk/docs/reference/xml/tree_index.sgml	2005-04-25 17:31:54 UTC (rev 63)
@@ -0,0 +1,24 @@
+<screen>
+    <link linkend="GObject">GObject</link>
+        <link linkend="GtkObject">GtkObject</link>
+            <link linkend="GtkWidget">GtkWidget</link>
+                <link linkend="GtkContainer">GtkContainer</link>
+                    <link linkend="GtkBox">GtkBox</link>
+                        <link linkend="GtkVBox">GtkVBox</link>
+                            <link linkend="ExoToolbarsEditor">ExoToolbarsEditor</link>
+                            <link linkend="ExoToolbarsView">ExoToolbarsView</link>
+                    <link linkend="GtkBin">GtkBin</link>
+                        <link linkend="GtkWindow">GtkWindow</link>
+                            <link linkend="GtkDialog">GtkDialog</link>
+                                <link linkend="ExoToolbarsEditorDialog">ExoToolbarsEditorDialog</link>
+                    <link linkend="ExoIconBar">ExoIconBar</link>
+                    <link linkend="ExoIconView">ExoIconView</link>
+                <link linkend="GtkMisc">GtkMisc</link>
+                    <link linkend="GtkLabel">GtkLabel</link>
+                        <link linkend="ExoEllipsizedLabel">ExoEllipsizedLabel</link>
+            <link linkend="GtkCellRenderer">GtkCellRenderer</link>
+                <link linkend="GtkCellRendererText">GtkCellRendererText</link>
+                    <link linkend="ExoCellRendererEllipsizedText">ExoCellRendererEllipsizedText</link>
+        <link linkend="ExoToolbarsModel">ExoToolbarsModel</link>
+        <link linkend="ExoXsessionClient">ExoXsessionClient</link>
+</screen>




More information about the Pkg-xfce-commits mailing list