Regenerated doc skeletons; wrote couple of sections of Gtk+ objects documentation
[cl-gtk2.git] / doc / gtk.texi
index 9444478..cea477d 100644 (file)
@@ -150,6 +150,10 @@ Type: \type\
 @end defvr
 @end macro
 
+@macro SlotRef {class, slot}
+@ref{slot.\class\.\slot\,\class\-\slot\}
+@end macro
+
 @macro cffi
 @acronym{CFFI}
 @end macro
@@ -238,7 +242,7 @@ Type: \type\
 
 @code{cl-gtk2} is the GUI library for Common Lisp. @code{cl-gtk2} is based on @uref{http://www.gtk.org/,,Gtk+} GUI library and is Common Lisp binding for it. @code{cl-gtk2} allows you to create graphical user interfaces for Common Lisp applications.
 
-As @code{Gtk+} is based on object system GObject, @code{cl-gtk2} is based on a binding to this object system called @uref{../gobject/index.html,,cl-gtk2-gobject}.
+As @code{Gtk+} is based on object system GObject, @code{cl-gtk2} is based on a binding to this object system called @code{cl-gtk2-gobject}.
 
 @code{cl-gtk2} provides a thin wrapper around @code{Gtk+} functionality, mostly retaining the same set of classes, properties and methods.